Package | Description |
---|---|
com.atlassian.crowd.plugin.rest.entity | |
com.atlassian.crowd.plugin.rest.service.controller |
Modifier and Type | Method and Description |
---|---|
List<ValidationFactorEntity> |
ValidationFactorEntityList.getValidationFactors() |
List<ValidationFactorEntity> |
AuthenticationContextEntity.getValidationFactors() |
Constructor and Description |
---|
ValidationFactorEntityList(List<ValidationFactorEntity> validationFactors) |
Modifier and Type | Method and Description |
---|---|
SessionEntity |
TokenController.authenticateUser(String username,
String password,
TokenLifetime tokenDuration,
Collection<ValidationFactorEntity> validationFactorEntities,
URI baseUri)
Authenticates a user for the given application.
|
SessionEntity |
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.
|
SessionEntity |
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).
|
Copyright © 2021 Atlassian. All rights reserved.