Uses of Class
com.atlassian.crowd.plugin.rest.entity.SessionEntity

Packages that use SessionEntity
com.atlassian.crowd.plugin.rest.service.controller   
 

Uses of SessionEntity in com.atlassian.crowd.plugin.rest.service.controller
 

Methods in com.atlassian.crowd.plugin.rest.service.controller that return SessionEntity
 SessionEntity TokenController.authenticateUser(String applicationName, String username, String password, TokenLifetime tokenDuration, Collection<ValidationFactorEntity> validationFactorEntities, URI baseUri)
          Authenticates a user for the given application.
 SessionEntity TokenController.authenticateUserWithoutValidatingPassword(String applicationName, String username, Collection<ValidationFactorEntity> validationFactorEntities, URI baseUri)
          Feigns the authentication process for a user and creates a token for the authentication without validating the password.
 SessionEntity TokenController.getSessionFromToken(String tokenKey, String applicationName, URI baseUri)
          Returns the session associated with the Crowd SSO token.
 SessionEntity TokenController.validateToken(String applicationName, String token, Collection<ValidationFactorEntity> validationFactorEntities, URI baseUri)
          Validates a Crowd SSO token and creates a new token with an updated last accessed date (for the internal token representation).
 



Copyright © 2014 Atlassian. All Rights Reserved.