public class AutoLogonHandler
extends org.jasig.cas.authentication.AbstractAuthenticationHandler
| Constructor and Description |
|---|
AutoLogonHandler(org.jasig.services.persondir.support.ldap.LdaptivePersonAttributeDao dao) |
| Modifier and Type | Method and Description |
|---|---|
org.jasig.cas.authentication.HandlerResult |
authenticate(org.jasig.cas.authentication.Credential credential) |
String |
getAuthorizedProfile() |
AccountValidityHandler |
getValidityHandler() |
void |
setAuthorizedProfile(String authorizedProfile) |
void |
setValidityHandler(AccountValidityHandler validityHandler) |
boolean |
supports(org.jasig.cas.authentication.Credential credential) |
public AutoLogonHandler(org.jasig.services.persondir.support.ldap.LdaptivePersonAttributeDao dao)
public org.jasig.cas.authentication.HandlerResult authenticate(org.jasig.cas.authentication.Credential credential)
throws GeneralSecurityException,
org.jasig.cas.authentication.PreventedException
GeneralSecurityExceptionorg.jasig.cas.authentication.PreventedExceptionpublic boolean supports(org.jasig.cas.authentication.Credential credential)
public AccountValidityHandler getValidityHandler()
public void setValidityHandler(AccountValidityHandler validityHandler)
public String getAuthorizedProfile()
@Value(value="${autologon.authorizedProfile}")
public void setAuthorizedProfile(String authorizedProfile)
Copyright © 2020. All rights reserved.