public class DefaultAuthenticationServiceSelectionPlan
extends java.lang.Object
implements org.apereo.cas.authentication.AuthenticationServiceSelectionPlan
| Constructor and Description |
|---|
DefaultAuthenticationServiceSelectionPlan() |
DefaultAuthenticationServiceSelectionPlan(org.apereo.cas.authentication.AuthenticationServiceSelectionStrategy... strategies) |
| Modifier and Type | Method and Description |
|---|---|
void |
registerStrategy(org.apereo.cas.authentication.AuthenticationServiceSelectionStrategy strategy) |
org.apereo.cas.authentication.principal.Service |
resolveService(org.apereo.cas.authentication.principal.Service service) |
public DefaultAuthenticationServiceSelectionPlan()
public DefaultAuthenticationServiceSelectionPlan(org.apereo.cas.authentication.AuthenticationServiceSelectionStrategy... strategies)
public void registerStrategy(org.apereo.cas.authentication.AuthenticationServiceSelectionStrategy strategy)
registerStrategy in interface org.apereo.cas.authentication.AuthenticationServiceSelectionPlanpublic org.apereo.cas.authentication.principal.Service resolveService(org.apereo.cas.authentication.principal.Service service)
resolveService in interface org.apereo.cas.authentication.AuthenticationServiceSelectionPlan