Package org.apereo.cas.authentication
Class DefaultAuthenticationServiceSelectionStrategy
java.lang.Object
org.apereo.cas.authentication.DefaultAuthenticationServiceSelectionStrategy
- All Implemented Interfaces:
Serializable,org.apereo.cas.authentication.AuthenticationServiceSelectionStrategy,org.springframework.core.Ordered
public class DefaultAuthenticationServiceSelectionStrategy
extends Object
implements org.apereo.cas.authentication.AuthenticationServiceSelectionStrategy
This is
DefaultAuthenticationServiceSelectionStrategy which returns back to the caller
the provided service, as it was without any additional processing.- Since:
- 5.0.0
- See Also:
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetOrder()org.apereo.cas.authentication.principal.ServiceresolveServiceFrom(org.apereo.cas.authentication.principal.Service service) voidsetOrder(int order) booleansupports(org.apereo.cas.authentication.principal.Service service)
-
Constructor Details
-
DefaultAuthenticationServiceSelectionStrategy
public DefaultAuthenticationServiceSelectionStrategy()
-
-
Method Details
-
resolveServiceFrom
public org.apereo.cas.authentication.principal.Service resolveServiceFrom(org.apereo.cas.authentication.principal.Service service) - Specified by:
resolveServiceFromin interfaceorg.apereo.cas.authentication.AuthenticationServiceSelectionStrategy
-
supports
public boolean supports(org.apereo.cas.authentication.principal.Service service) - Specified by:
supportsin interfaceorg.apereo.cas.authentication.AuthenticationServiceSelectionStrategy
-
setOrder
public void setOrder(int order) -
getOrder
public int getOrder()- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-