| Package | Description |
|---|---|
| com.helger.security.authentication.result |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthToken
Default implementation of the
IAuthToken interface. |
| Modifier and Type | Method and Description |
|---|---|
static IAuthToken |
AuthTokenRegistry.createToken(IAuthIdentification aIdentification,
int nExpirationSeconds) |
static IAuthToken |
AuthTokenRegistry.createToken(IAuthIdentification aIdentification,
int nExpirationSeconds) |
IAuthToken |
AuthIdentificationResult.getAuthToken() |
IAuthToken |
AuthIdentificationResult.getAuthToken() |
static IAuthToken |
AuthTokenRegistry.getValidToken(String sTokenID) |
static IAuthToken |
AuthTokenRegistry.getValidToken(String sTokenID) |
static IAuthToken |
AuthTokenRegistry.validateTokenAndUpdateLastAccess(String sTokenID) |
static IAuthToken |
AuthTokenRegistry.validateTokenAndUpdateLastAccess(String sTokenID) |
| Modifier and Type | Method and Description |
|---|---|
static com.helger.commons.collection.impl.ICommonsList<IAuthToken> |
AuthTokenRegistry.getAllTokensOfSubject(IAuthSubject aSubject)
Get all tokens of the specified auth subject.
|
static com.helger.commons.collection.impl.ICommonsList<IAuthToken> |
AuthTokenRegistry.getAllTokensOfSubject(IAuthSubject aSubject)
Get all tokens of the specified auth subject.
|
| Modifier and Type | Method and Description |
|---|---|
static AuthIdentificationResult |
AuthIdentificationResult.createSuccess(IAuthToken aAuthToken)
Factory method for success authentication.
|
static AuthIdentificationResult |
AuthIdentificationResult.createSuccess(IAuthToken aAuthToken)
Factory method for success authentication.
|
| Constructor and Description |
|---|
AuthIdentificationResult(IAuthToken aAuthToken,
ICredentialValidationResult aCredentialValidationFailure)
Constructor.
|
AuthIdentificationResult(IAuthToken aAuthToken,
ICredentialValidationResult aCredentialValidationFailure)
Constructor.
|
Copyright © 2016–2021 Philip Helger. All rights reserved.