Package org.apereo.cas.authentication
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
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getOrderin interfaceorg.springframework.core.Ordered
-