Package org.apereo.cas.authentication
Class DefaultAuthenticationServiceSelectionStrategy
- java.lang.Object
-
- org.apereo.cas.authentication.DefaultAuthenticationServiceSelectionStrategy
-
- All Implemented Interfaces:
java.io.Serializable,org.apereo.cas.authentication.AuthenticationServiceSelectionStrategy,org.springframework.core.Ordered
public class DefaultAuthenticationServiceSelectionStrategy extends java.lang.Object implements org.apereo.cas.authentication.AuthenticationServiceSelectionStrategyThis isDefaultAuthenticationServiceSelectionStrategywhich returns back to the caller the provided service, as it was without any additional processing.- Since:
- 5.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefaultAuthenticationServiceSelectionStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.authentication.principal.ServiceresolveServiceFrom(org.apereo.cas.authentication.principal.Service service)booleansupports(org.apereo.cas.authentication.principal.Service service)
-
-
-
Method Detail
-
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
-
-