Class BaseAuthenticationServiceSelectionStrategy

java.lang.Object
org.apereo.cas.authentication.BaseAuthenticationServiceSelectionStrategy
All Implemented Interfaces:
Serializable, org.apereo.cas.authentication.AuthenticationServiceSelectionStrategy, org.springframework.core.Ordered

public abstract class BaseAuthenticationServiceSelectionStrategy extends Object implements org.apereo.cas.authentication.AuthenticationServiceSelectionStrategy
Since:
6.3.0
See Also:
  • Field Summary

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    org.apereo.cas.services.ServicesManager
     
    org.apereo.cas.authentication.principal.ServiceFactory<org.apereo.cas.authentication.principal.WebApplicationService>
     
    void
    setOrder(int order)
     

    Methods inherited from class java.lang.Object

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

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

    resolveServiceFrom, supports
  • Method Details

    • setOrder

      public void setOrder(int order)
    • getServicesManager

      public org.apereo.cas.services.ServicesManager getServicesManager()
    • getWebApplicationServiceFactory

      public org.apereo.cas.authentication.principal.ServiceFactory<org.apereo.cas.authentication.principal.WebApplicationService> getWebApplicationServiceFactory()
    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered