|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.cas.authentication.AbstractAuthenticationManager
org.jasig.cas.authentication.LinkedAuthenticationHandlerAndCredentialsToPrincipalResolverAuthenticationManager
public class LinkedAuthenticationHandlerAndCredentialsToPrincipalResolverAuthenticationManager
Ensures that all authentication handlers are tried, but if one is tried, the associated CredentialsToPrincipalResolver is used.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jasig.cas.authentication.AbstractAuthenticationManager |
|---|
AbstractAuthenticationManager.Pair<A,B> |
| Field Summary |
|---|
| Fields inherited from class org.jasig.cas.authentication.AbstractAuthenticationManager |
|---|
log |
| Fields inherited from interface org.jasig.cas.authentication.AuthenticationManager |
|---|
AUTHENTICATION_METHOD_ATTRIBUTE |
| Constructor Summary | |
|---|---|
LinkedAuthenticationHandlerAndCredentialsToPrincipalResolverAuthenticationManager(java.util.Map<AuthenticationHandler,CredentialsToPrincipalResolver> linkedHandlers)
|
|
| Method Summary | |
|---|---|
protected AbstractAuthenticationManager.Pair<AuthenticationHandler,Principal> |
authenticateAndObtainPrincipal(Credentials credentials)
Follows the same rules as the "authenticate" method (i.e. |
| Methods inherited from class org.jasig.cas.authentication.AbstractAuthenticationManager |
|---|
authenticate, setAuthenticationMetaDataPopulators |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LinkedAuthenticationHandlerAndCredentialsToPrincipalResolverAuthenticationManager(java.util.Map<AuthenticationHandler,CredentialsToPrincipalResolver> linkedHandlers)
| Method Detail |
|---|
protected AbstractAuthenticationManager.Pair<AuthenticationHandler,Principal> authenticateAndObtainPrincipal(Credentials credentials)
throws AuthenticationException
AbstractAuthenticationManager
authenticateAndObtainPrincipal in class AbstractAuthenticationManagercredentials - the credentials to check
AuthenticationException - if there is an error authenticating.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||