Class ByCredentialTypeAuthenticationHandlerResolver

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

    public class ByCredentialTypeAuthenticationHandlerResolver
    extends java.lang.Object
    implements org.apereo.cas.authentication.AuthenticationHandlerResolver
    Since:
    5.3.0
    • Field Summary

      • Fields inherited from interface org.apereo.cas.authentication.AuthenticationHandlerResolver

        LOGGER
      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean supports​(java.util.Set<org.apereo.cas.authentication.AuthenticationHandler> handlers, org.apereo.cas.authentication.AuthenticationTransaction transaction)  
      • Methods inherited from interface org.apereo.cas.authentication.AuthenticationHandlerResolver

        getOrder, resolve
      • Methods inherited from class java.lang.Object

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

      • ByCredentialTypeAuthenticationHandlerResolver

        public ByCredentialTypeAuthenticationHandlerResolver​(java.lang.Class<? extends org.apereo.cas.authentication.Credential>... credentials)
    • Method Detail

      • supports

        public boolean supports​(java.util.Set<org.apereo.cas.authentication.AuthenticationHandler> handlers,
                                org.apereo.cas.authentication.AuthenticationTransaction transaction)
        Specified by:
        supports in interface org.apereo.cas.authentication.AuthenticationHandlerResolver