Package org.apereo.cas.digest
Class DigestAuthenticationHandler
- java.lang.Object
-
- org.apereo.cas.authentication.AbstractAuthenticationHandler
-
- org.apereo.cas.digest.DigestAuthenticationHandler
-
- All Implemented Interfaces:
org.apereo.cas.authentication.AuthenticationHandler,org.springframework.core.Ordered
@Deprecated(since="6.6") public class DigestAuthenticationHandler extends org.apereo.cas.authentication.AbstractAuthenticationHandlerDeprecated.Since 6.6This isDigestAuthenticationHandler.- Since:
- 5.0.0
-
-
Constructor Summary
Constructors Constructor Description DigestAuthenticationHandler(java.lang.String name, org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.authentication.principal.PrincipalFactory principalFactory, java.lang.Integer order)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.apereo.cas.authentication.AuthenticationHandlerExecutionResultauthenticate(org.apereo.cas.authentication.Credential credential)Deprecated.booleansupports(java.lang.Class<? extends org.apereo.cas.authentication.Credential> clazz)Deprecated.booleansupports(org.apereo.cas.authentication.Credential credential)Deprecated.
-
-
-
Method Detail
-
authenticate
public org.apereo.cas.authentication.AuthenticationHandlerExecutionResult authenticate(org.apereo.cas.authentication.Credential credential) throws java.security.GeneralSecurityExceptionDeprecated.- Throws:
java.security.GeneralSecurityException
-
supports
public boolean supports(org.apereo.cas.authentication.Credential credential)
Deprecated.
-
supports
public boolean supports(java.lang.Class<? extends org.apereo.cas.authentication.Credential> clazz)
Deprecated.
-
-