public class DefaultAuthenticationServiceSelectionStrategy
extends java.lang.Object
implements org.apereo.cas.authentication.AuthenticationServiceSelectionStrategy
DefaultAuthenticationServiceSelectionStrategy which returns back to the caller
the provided service, as it was without any additional processing.| Constructor and Description |
|---|
DefaultAuthenticationServiceSelectionStrategy() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
org.apereo.cas.authentication.principal.Service |
resolveServiceFrom(org.apereo.cas.authentication.principal.Service service) |
void |
setOrder(int order) |
boolean |
supports(org.apereo.cas.authentication.principal.Service service) |
public DefaultAuthenticationServiceSelectionStrategy()
public org.apereo.cas.authentication.principal.Service resolveServiceFrom(org.apereo.cas.authentication.principal.Service service)
resolveServiceFrom in interface org.apereo.cas.authentication.AuthenticationServiceSelectionStrategypublic boolean supports(org.apereo.cas.authentication.principal.Service service)
supports in interface org.apereo.cas.authentication.AuthenticationServiceSelectionStrategypublic int getOrder()
getOrder in interface org.springframework.core.Orderedpublic void setOrder(int order)