Interface PrincipalResolutionExecutionPlanConfigurer
- All Superinterfaces:
org.apereo.cas.util.NamedObject,org.springframework.core.Ordered
- 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 PrincipalResolutionExecutionPlanConfigurer
extends org.springframework.core.Ordered, org.apereo.cas.util.NamedObject
- Since:
- 6.0.0
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Method Summary
Methods inherited from interface org.apereo.cas.util.NamedObject
getName
-
Method Details
-
configurePrincipalResolutionExecutionPlan
configure the plan.- Parameters:
plan- the plan
-
getOrder
default int getOrder()- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-