Class OpenIdCredentialsAuthenticationHandler

  • All Implemented Interfaces:
    org.apereo.cas.authentication.AuthenticationHandler, org.springframework.core.Ordered

    @Deprecated(since="6.2.0")
    public class OpenIdCredentialsAuthenticationHandler
    extends org.apereo.cas.authentication.AbstractAuthenticationHandler
    Deprecated.
    6.2
    Ensures that the OpenId provided matches with the existing TicketGrantingTicket. Otherwise, fail authentication.
    Since:
    3.1
    • Field Summary

      • Fields inherited from class org.apereo.cas.authentication.AbstractAuthenticationHandler

        credentialSelectionPredicate, principalFactory, servicesManager
      • 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
      OpenIdCredentialsAuthenticationHandler​(java.lang.String name, org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.authentication.principal.PrincipalFactory principalFactory, org.apereo.cas.ticket.registry.TicketRegistry ticketRegistry, java.lang.Integer order)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      org.apereo.cas.authentication.AuthenticationHandlerExecutionResult authenticate​(org.apereo.cas.authentication.Credential credential)
      Deprecated.
       
      boolean supports​(java.lang.Class<? extends org.apereo.cas.authentication.Credential> clazz)
      Deprecated.
       
      boolean supports​(org.apereo.cas.authentication.Credential credential)
      Deprecated.
       
      • Methods inherited from class org.apereo.cas.authentication.AbstractAuthenticationHandler

        getCredentialSelectionPredicate, getName, getOrder, getPrincipalFactory, getServicesManager, setCredentialSelectionPredicate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OpenIdCredentialsAuthenticationHandler

        public OpenIdCredentialsAuthenticationHandler​(java.lang.String name,
                                                      org.apereo.cas.services.ServicesManager servicesManager,
                                                      org.apereo.cas.authentication.principal.PrincipalFactory principalFactory,
                                                      org.apereo.cas.ticket.registry.TicketRegistry ticketRegistry,
                                                      java.lang.Integer order)
        Deprecated.
    • Method Detail

      • authenticate

        public org.apereo.cas.authentication.AuthenticationHandlerExecutionResult authenticate​(org.apereo.cas.authentication.Credential credential)
                                                                                        throws java.security.GeneralSecurityException
        Deprecated.
        Throws:
        java.security.GeneralSecurityException
      • supports

        public boolean supports​(java.lang.Class<? extends org.apereo.cas.authentication.Credential> clazz)
        Deprecated.
      • supports

        public boolean supports​(org.apereo.cas.authentication.Credential credential)
        Deprecated.