Class RemoteCookieAuthenticationHandler
java.lang.Object
org.apereo.cas.authentication.AbstractAuthenticationHandler
org.apereo.cas.adaptors.generic.remote.RemoteCookieAuthenticationHandler
- All Implemented Interfaces:
org.apereo.cas.authentication.AuthenticationHandler,org.apereo.cas.util.NamedObject,org.springframework.core.Ordered
public class RemoteCookieAuthenticationHandler
extends org.apereo.cas.authentication.AbstractAuthenticationHandler
This is
RemoteCookieAuthenticationHandler.- Since:
- 7.0.0
-
Field Summary
Fields inherited from interface org.apereo.cas.authentication.AuthenticationHandler
SUCCESSFUL_AUTHENTICATION_HANDLERSFields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
ConstructorsConstructorDescriptionRemoteCookieAuthenticationHandler(org.apereo.cas.configuration.model.support.generic.RemoteAuthenticationProperties props, org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.authentication.principal.PrincipalFactory principalFactory, org.apereo.cas.util.crypto.CipherExecutor remoteCookieCipherExecutor) -
Method Summary
Modifier and TypeMethodDescriptionorg.apereo.cas.authentication.AuthenticationHandlerExecutionResultauthenticate(org.apereo.cas.authentication.Credential credential, org.apereo.cas.authentication.principal.Service service) booleanbooleansupports(org.apereo.cas.authentication.Credential credential) Methods inherited from class org.apereo.cas.authentication.AbstractAuthenticationHandler
equals, getCredentialSelectionPredicate, getName, getOrder, getPrincipalFactory, getServicesManager, getState, hashCode, setCredentialSelectionPredicate, setState
-
Constructor Details
-
RemoteCookieAuthenticationHandler
public RemoteCookieAuthenticationHandler(org.apereo.cas.configuration.model.support.generic.RemoteAuthenticationProperties props, org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.authentication.principal.PrincipalFactory principalFactory, org.apereo.cas.util.crypto.CipherExecutor remoteCookieCipherExecutor)
-
-
Method Details
-
supports
public boolean supports(org.apereo.cas.authentication.Credential credential) -
supports
-
authenticate
public org.apereo.cas.authentication.AuthenticationHandlerExecutionResult authenticate(org.apereo.cas.authentication.Credential credential, org.apereo.cas.authentication.principal.Service service) throws Throwable - Throws:
Throwable
-