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
Since:
7.0.0
  • Field Summary

    Fields inherited from interface org.apereo.cas.authentication.AuthenticationHandler

    SUCCESSFUL_AUTHENTICATION_HANDLERS

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Constructor Summary

    Constructors
    Constructor
    Description
    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 Summary

    Modifier and Type
    Method
    Description
    org.apereo.cas.authentication.AuthenticationHandlerExecutionResult
    authenticate(org.apereo.cas.authentication.Credential credential, org.apereo.cas.authentication.principal.Service service)
     
    boolean
    supports(Class<? extends org.apereo.cas.authentication.Credential> clazz)
     
    boolean
    supports(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

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      public boolean supports(Class<? extends org.apereo.cas.authentication.Credential> clazz)
    • 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