Modifier and Type | Method and Description |
---|---|
Token |
TokenAuthenticationManagerImpl.authenticateApplication(Application application,
ApplicationAuthenticationContext authenticationContext,
TokenLifetime tokenLifetime) |
Token |
DelegatingTokenAuthenticationManager.authenticateApplication(Application application,
ApplicationAuthenticationContext authenticationContext,
TokenLifetime tokenLifetime) |
Token |
RetryingTokenAuthenticationManager.authenticateApplication(Application application,
ApplicationAuthenticationContext authenticationContext,
TokenLifetime tokenLifetime) |
Token |
AliasingAwareTokenAuthenticationManager.authenticateApplication(Application application,
ApplicationAuthenticationContext authenticationContext,
TokenLifetime tokenLifetime) |
Token |
TokenAuthenticationManager.authenticateApplication(Application application,
ApplicationAuthenticationContext authenticationContext,
TokenLifetime tokenLifetime)
Authenticates an application and generates an authentication token.
|
Token |
TokenAuthenticationManagerImpl.authenticateApplicationWithoutValidatingPassword(Application application,
ApplicationAuthenticationContext authenticationContext,
TokenLifetime tokenLifetime) |
Token |
DelegatingTokenAuthenticationManager.authenticateApplicationWithoutValidatingPassword(Application application,
ApplicationAuthenticationContext authenticationContext,
TokenLifetime tokenLifetime) |
Token |
RetryingTokenAuthenticationManager.authenticateApplicationWithoutValidatingPassword(Application application,
ApplicationAuthenticationContext authenticationContext,
TokenLifetime tokenLifetime) |
Token |
AliasingAwareTokenAuthenticationManager.authenticateApplicationWithoutValidatingPassword(Application application,
ApplicationAuthenticationContext authenticationContext,
TokenLifetime tokenLifetime) |
Token |
TokenAuthenticationManager.authenticateApplicationWithoutValidatingPassword(Application application,
ApplicationAuthenticationContext authenticationContext,
TokenLifetime tokenLifetime)
Authenticates an application and generates an authentication token, ignoring the credentials.
|
Token |
TokenAuthenticationManagerImpl.authenticateUser(Application application,
UserAuthenticationContext authenticationContext,
boolean validatePassword,
TokenLifetime tokenLifetime) |
Token |
TokenAuthenticationManagerImpl.authenticateUser(Application application,
UserAuthenticationContext authenticateContext,
TokenLifetime tokenLifetime) |
Token |
DelegatingTokenAuthenticationManager.authenticateUser(Application application,
UserAuthenticationContext authenticateContext,
TokenLifetime tokenLifetime) |
Token |
RetryingTokenAuthenticationManager.authenticateUser(Application application,
UserAuthenticationContext authenticateContext,
TokenLifetime tokenLifetime) |
Token |
AliasingAwareTokenAuthenticationManager.authenticateUser(Application application,
UserAuthenticationContext authenticateContext,
TokenLifetime tokenLifetime) |
Token |
TokenAuthenticationManager.authenticateUser(Application application,
UserAuthenticationContext authenticateContext,
TokenLifetime tokenLifetime)
Authenticates a user and and generates an authentication token.
|
protected org.apache.commons.lang3.tuple.Pair<Token,Boolean> |
TokenAuthenticationManagerImpl.generateUserToken(long directoryID,
AuthenticationContext authenticationContext,
TokenLifetime tokenLifetime)
This method will return a
Token based on the passed in parameters. |
Modifier and Type | Method and Description |
---|---|
Token |
TokenFactoryImpl.create(long directoryID,
String name,
TokenLifetime tokenLifetime,
List<ValidationFactor> validationFactors) |
Token |
TokenFactory.create(long directoryID,
String name,
TokenLifetime tokenLifetime,
List<ValidationFactor> validationFactors)
Generates a token key based on the supplied
validationFactors . |
Token |
TokenFactoryImpl.create(long directoryID,
String name,
TokenLifetime tokenLifetime,
List<ValidationFactor> validationFactors,
long secretNumber) |
Token |
TokenFactory.create(long directoryID,
String name,
TokenLifetime tokenLifetime,
List<ValidationFactor> validationFactors,
long secretNumber)
Generates a token key based on the supplied
validationFactors . |
Modifier and Type | Field and Description |
---|---|
static TokenLifetime |
TokenLifetime.USE_DEFAULT
Indicates that the token does not specify a concrete lifetime, and will use the default lifetime
|
Modifier and Type | Method and Description |
---|---|
TokenLifetime |
ImmutableToken.getLifetime() |
TokenLifetime |
AuthenticationToken.getLifetime() |
TokenLifetime |
Token.getLifetime()
Deprecated.
|
static TokenLifetime |
TokenLifetime.inSeconds(long seconds)
Builds a new instance that represents a requested lifetime of a given number of seconds
|
Modifier and Type | Method and Description |
---|---|
Token.Builder |
Token.Builder.setLifetime(TokenLifetime tokenLifetime) |
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.
|
Copyright © 2021 Atlassian. All rights reserved.