| Package | Description |
|---|---|
| com.helger.security.authentication.credentials | |
| com.helger.security.authentication.result | |
| com.helger.security.authentication.subject |
| Modifier and Type | Method and Description |
|---|---|
static IAuthSubject |
AuthCredentialToSubjectResolverManager.getSubjectFromCredentials(IAuthCredentials aCredentials)
Resolve the
IAuthSubject from the specified credentials. |
IAuthSubject |
IAuthCredentialToSubjectResolverSPI.getSubjectFromCredentials(IAuthCredentials aCredentials)
This method is only called if
IAuthCredentialToSubjectResolverSPI.supportsCredentials(IAuthCredentials) returned true. |
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 |
|---|---|
IAuthSubject |
AuthIdentification.getAuthSubject() |
IAuthSubject |
IAuthIdentification.getAuthSubject() |
IAuthSubject |
IAuthIdentification.getAuthSubject() |
IAuthSubject |
AuthIdentification.getAuthSubject() |
| 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.
|
default boolean |
IAuthIdentification.hasAuthSubject(IAuthSubject aSubject) |
default boolean |
IAuthIdentification.hasAuthSubject(IAuthSubject aSubject) |
static int |
AuthTokenRegistry.removeAllTokensOfSubject(IAuthSubject aSubject)
Remove all tokens of the given subject
|
static int |
AuthTokenRegistry.removeAllTokensOfSubject(IAuthSubject aSubject)
Remove all tokens of the given subject
|
| Constructor and Description |
|---|
AuthIdentification(IAuthSubject aSubject) |
AuthIdentification(IAuthSubject aSubject) |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthSubject
Default dummy implementation of the
IAuthSubject interface that has
no logic at all. |
Copyright © 2016–2021 Philip Helger. All rights reserved.