Interface SamlRegisteredServiceMetadataResolutionPlanConfigurer
-
- 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 SamlRegisteredServiceMetadataResolutionPlanConfigurerThis isSamlRegisteredServiceMetadataResolutionPlanConfigurer, to be implemented by modules that wish to register serializable classes into the plan.- Since:
- 5.2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidconfigureMetadataResolutionPlan(SamlRegisteredServiceMetadataResolutionPlan plan)configure the plan.default java.lang.StringgetName()Gets name.
-
-
-
Method Detail
-
configureMetadataResolutionPlan
void configureMetadataResolutionPlan(SamlRegisteredServiceMetadataResolutionPlan plan)
configure the plan.- Parameters:
plan- the plan
-
getName
default java.lang.String getName()
Gets name.- Returns:
- the name
-
-