| Package | Description |
|---|---|
| com.helger.photon.basic.auth.identify | |
| com.helger.photon.basic.auth.subject | |
| com.helger.photon.basic.auth.token | |
| com.helger.photon.basic.security.user |
| Modifier and Type | Method and Description |
|---|---|
IAuthSubject |
IAuthIdentification.getSubject() |
IAuthSubject |
AuthIdentification.getSubject() |
| Constructor and Description |
|---|
AuthIdentification(IAuthSubject aSubject) |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthSubject
Default implementation of the
IAuthSubject interface. |
| Modifier and Type | Method and Description |
|---|---|
IAuthSubject |
IAuthCredentialToSubjectResolverSPI.getSubjectFromCredentials(IAuthCredentials aCredentials)
This method is only called if
IAuthCredentialToSubjectResolverSPI.supportsCredentials(IAuthCredentials) returned true. |
static IAuthSubject |
AuthCredentialToSubjectResolverManager.getSubjectFromCredentials(IAuthCredentials aCredentials)
Resolve the
IAuthSubject from the specified credentials. |
| Modifier and Type | Method and Description |
|---|---|
static List<IAuthToken> |
AuthTokenRegistry.getAllTokensOfSubject(IAuthSubject aSubject)
Get all tokens of the specified auth subject.
|
static int |
AuthTokenRegistry.removeAllTokensOfSubject(IAuthSubject aSubject)
Remove all tokens of the given subject
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IUser
Interface for a single user
|
| Modifier and Type | Class and Description |
|---|---|
class |
User
Default implementation of the
IUser interface. |
Copyright © 2014–2015 Philip Helger. All rights reserved.