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