Package org.apereo.cas.authentication
Interface AuthenticationServiceSelectionStrategyConfigurer
- All Superinterfaces:
org.apereo.cas.util.NamedObject
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface AuthenticationServiceSelectionStrategyConfigurer
extends org.apereo.cas.util.NamedObject
This is
AuthenticationServiceSelectionStrategyConfigurer
that is used to extract and translate a given service request/URL.- Since:
- 5.1.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidConfigure authentication service selection strategy.Methods inherited from interface org.apereo.cas.util.NamedObject
getName
-
Method Details
-
configureAuthenticationServiceSelectionStrategy
Configure authentication service selection strategy.- Parameters:
plan- the plan
-