Uses of Class
com.helger.security.authentication.result.AuthIdentificationResult
-
Packages that use AuthIdentificationResult Package Description com.helger.security.authentication.result -
-
Uses of AuthIdentificationResult in com.helger.security.authentication.result
Methods in com.helger.security.authentication.result that return AuthIdentificationResult Modifier and Type Method Description static AuthIdentificationResultAuthIdentificationResult. createFailure(ICredentialValidationResult aCredentialValidationFailure)Factory method for error in authentication.static AuthIdentificationResultAuthIdentificationResult. createSuccess(IAuthToken aAuthToken)Factory method for success authentication.static AuthIdentificationResultAuthIdentificationManager. validateLoginCredentialsAndCreateToken(IAuthCredentials aCredentials)Validate the login credentials, try to resolve the subject and create a token upon success.
-