| Package | Description |
|---|---|
| com.helger.security.authentication.result |
| Modifier and Type | Method and Description |
|---|---|
static AuthIdentificationResult |
AuthIdentificationResult.createFailure(ICredentialValidationResult aCredentialValidationFailure)
Factory method for error in authentication.
|
static AuthIdentificationResult |
AuthIdentificationResult.createFailure(ICredentialValidationResult aCredentialValidationFailure)
Factory method for error in authentication.
|
static AuthIdentificationResult |
AuthIdentificationResult.createSuccess(IAuthToken aAuthToken)
Factory method for success authentication.
|
static AuthIdentificationResult |
AuthIdentificationResult.createSuccess(IAuthToken aAuthToken)
Factory method for success authentication.
|
static AuthIdentificationResult |
AuthIdentificationManager.validateLoginCredentialsAndCreateToken(IAuthCredentials aCredentials)
Validate the login credentials, try to resolve the subject and create a
token upon success.
|
static AuthIdentificationResult |
AuthIdentificationManager.validateLoginCredentialsAndCreateToken(IAuthCredentials aCredentials)
Validate the login credentials, try to resolve the subject and create a
token upon success.
|
Copyright © 2016–2021 Philip Helger. All rights reserved.