public class ProxyingPrincipalResolver
extends java.lang.Object
implements org.apereo.cas.authentication.principal.PrincipalResolver
Credential.getId() onto
Principal.getId().| Constructor and Description |
|---|
ProxyingPrincipalResolver() |
ProxyingPrincipalResolver(org.apereo.cas.authentication.principal.PrincipalFactory principalFactory) |
| Modifier and Type | Method and Description |
|---|---|
org.apereo.services.persondir.IPersonAttributeDao |
getAttributeRepository() |
org.apereo.cas.authentication.principal.Principal |
resolve(org.apereo.cas.authentication.Credential credential,
org.apereo.cas.authentication.principal.Principal currentPrincipal,
org.apereo.cas.authentication.AuthenticationHandler handler) |
boolean |
supports(org.apereo.cas.authentication.Credential credential) |
java.lang.String |
toString() |
public ProxyingPrincipalResolver()
public ProxyingPrincipalResolver(org.apereo.cas.authentication.principal.PrincipalFactory principalFactory)
public org.apereo.cas.authentication.principal.Principal resolve(org.apereo.cas.authentication.Credential credential,
org.apereo.cas.authentication.principal.Principal currentPrincipal,
org.apereo.cas.authentication.AuthenticationHandler handler)
resolve in interface org.apereo.cas.authentication.principal.PrincipalResolverpublic boolean supports(org.apereo.cas.authentication.Credential credential)
supports in interface org.apereo.cas.authentication.principal.PrincipalResolverpublic java.lang.String toString()
toString in class java.lang.Objectpublic org.apereo.services.persondir.IPersonAttributeDao getAttributeRepository()
getAttributeRepository in interface org.apereo.cas.authentication.principal.PrincipalResolver