public class DigestAuthenticationHandler
extends org.apereo.cas.authentication.AbstractAuthenticationHandler
DigestAuthenticationHandler.principalFactory, servicesManager| Constructor and Description |
|---|
DigestAuthenticationHandler(java.lang.String name,
org.apereo.cas.services.ServicesManager servicesManager,
org.apereo.cas.authentication.principal.PrincipalFactory principalFactory) |
| Modifier and Type | Method and Description |
|---|---|
org.apereo.cas.authentication.HandlerResult |
authenticate(org.apereo.cas.authentication.Credential credential) |
boolean |
supports(org.apereo.cas.authentication.Credential credential) |
public DigestAuthenticationHandler(java.lang.String name,
org.apereo.cas.services.ServicesManager servicesManager,
org.apereo.cas.authentication.principal.PrincipalFactory principalFactory)
public org.apereo.cas.authentication.HandlerResult authenticate(org.apereo.cas.authentication.Credential credential)
throws java.security.GeneralSecurityException,
org.apereo.cas.authentication.PreventedException
java.security.GeneralSecurityExceptionorg.apereo.cas.authentication.PreventedExceptionpublic boolean supports(org.apereo.cas.authentication.Credential credential)