Interface PrincipalResolutionExecutionPlanConfigurer
-
- All Superinterfaces:
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- Since:
- 6.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidconfigurePrincipalResolutionExecutionPlan(PrincipalResolutionExecutionPlan plan)configure the plan.default java.lang.StringgetName()Gets name.default intgetOrder()
-
-
-
Method Detail
-
configurePrincipalResolutionExecutionPlan
void configurePrincipalResolutionExecutionPlan(PrincipalResolutionExecutionPlan plan)
configure the plan.- Parameters:
plan- the plan
-
getName
default java.lang.String getName()
Gets name.- Returns:
- the name
-
getOrder
default int getOrder()
- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-
-