public interface AuthenticationManager
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTHENTICATION_METHOD_ATTRIBUTE
Authentication method attribute name.
|
| Modifier and Type | Method and Description |
|---|---|
Authentication |
authenticate(Credential... credentials)
Authenticates the provided credentials.
|
static final String AUTHENTICATION_METHOD_ATTRIBUTE
Authentication authenticate(Credential... credentials) throws AuthenticationException
Authentication object
is returned containing metadata about the result of each authenticated credential.
Note that a particular implementation may require some or all credentials to be
successfully authenticated. Failure to authenticate is considered an exceptional case, and
an AuthenticationException is thrown.credentials - One or more credentials to authenticate.AuthenticationException - On authentication failure. The exception contains details
on each of the credentials that failed to authenticate.Copyright © 2004-2014 Jasig. All Rights Reserved.