public class EchoingPrincipalResolver
extends java.lang.Object
implements org.apereo.cas.authentication.principal.PrincipalResolver
EchoingPrincipalResolver.| Constructor and Description |
|---|
EchoingPrincipalResolver() |
| 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 principal,
org.apereo.cas.authentication.AuthenticationHandler handler) |
boolean |
supports(org.apereo.cas.authentication.Credential credential) |
java.lang.String |
toString() |
public org.apereo.cas.authentication.principal.Principal resolve(org.apereo.cas.authentication.Credential credential,
org.apereo.cas.authentication.principal.Principal principal,
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