public class LinkedAuthenticationHandlerAndCredentialsToPrincipalResolverAuthenticationManager extends AbstractAuthenticationManager
AbstractAuthenticationManager.Pair<A,B>logAUTHENTICATION_METHOD_ATTRIBUTE| Constructor and Description |
|---|
LinkedAuthenticationHandlerAndCredentialsToPrincipalResolverAuthenticationManager(Map<AuthenticationHandler,CredentialsToPrincipalResolver> linkedHandlers) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractAuthenticationManager.Pair<AuthenticationHandler,Principal> |
authenticateAndObtainPrincipal(Credentials credentials)
Follows the same rules as the "authenticate" method (i.e.
|
authenticate, logAuthenticationHandlerError, setAuthenticationMetaDataPopulatorspublic LinkedAuthenticationHandlerAndCredentialsToPrincipalResolverAuthenticationManager(Map<AuthenticationHandler,CredentialsToPrincipalResolver> linkedHandlers)
protected AbstractAuthenticationManager.Pair<AuthenticationHandler,Principal> authenticateAndObtainPrincipal(Credentials credentials) throws AuthenticationException
AbstractAuthenticationManagerauthenticateAndObtainPrincipal in class AbstractAuthenticationManagercredentials - the credentials to checkAuthenticationException - if there is an error authenticating.Copyright © 2004-2012 Jasig. All Rights Reserved.