Uses of Class
com.atlassian.crowd.plugin.rest.entity.SessionEntity
Package
Description
-
Uses of SessionEntity in com.atlassian.crowd.plugin.rest.service.controller
Modifier and TypeMethodDescriptionTokenController.authenticateUser
(String username, String password, TokenLifetime tokenDuration, Collection<ValidationFactorEntity> validationFactorEntities, URI baseUri) Authenticates a user for the given application.TokenController.authenticateUserWithoutValidatingPassword
(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.TokenController.getSessionFromToken
(String tokenKey, URI baseUri) Returns the session associated with the Crowd SSO token.TokenController.validateToken
(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). -
Uses of SessionEntity in com.atlassian.crowd.plugin.rest.service.resource.usermanagement.example