| Package | Description |
|---|---|
| com.helger.photon.basic.auth.identify | |
| com.helger.photon.basic.auth.token |
| Modifier and Type | Method and Description |
|---|---|
IAuthToken |
AuthIdentificationResult.getAuthToken() |
| Constructor and Description |
|---|
AuthIdentificationResult(IAuthToken aAuthToken)
Constructor for success.
|
| 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.getValidToken(String sTokenID) |
static IAuthToken |
AuthTokenRegistry.validateTokenAndUpdateLastAccess(String sTokenID) |
| Modifier and Type | Method and Description |
|---|---|
static List<IAuthToken> |
AuthTokenRegistry.getAllTokensOfSubject(IAuthSubject aSubject)
Get all tokens of the specified auth subject.
|
Copyright © 2014–2015 Philip Helger. All rights reserved.