Class DefaultAuthenticationHandlerResolver

java.lang.Object
org.apereo.cas.authentication.handler.DefaultAuthenticationHandlerResolver
All Implemented Interfaces:
org.apereo.cas.authentication.AuthenticationHandlerResolver, org.springframework.core.Ordered

public class DefaultAuthenticationHandlerResolver extends 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
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apereo.cas.authentication.AuthenticationHandlerResolver

    resolve, supports
  • Constructor Details

    • DefaultAuthenticationHandlerResolver

      public DefaultAuthenticationHandlerResolver()
  • Method Details

    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.apereo.cas.authentication.AuthenticationHandlerResolver
      Specified by:
      getOrder in interface org.springframework.core.Ordered