Interface ConditionalProfileConfiguration
-
- All Superinterfaces:
Component,IdentifiedComponent,ProfileConfiguration
- All Known Implementing Classes:
AbstractConditionalProfileConfiguration
public interface ConditionalProfileConfiguration extends ProfileConfiguration
AProfileConfigurationsupporting an activation condition.- Since:
- 3.4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Predicate<ProfileRequestContext>getActivationCondition()Get the condition controlling enablement of this profile.-
Methods inherited from interface net.shibboleth.utilities.java.support.component.IdentifiedComponent
getId
-
Methods inherited from interface net.shibboleth.idp.profile.config.ProfileConfiguration
getInboundInterceptorFlows, getOutboundInterceptorFlows, getSecurityConfiguration
-
-
-
-
Method Detail
-
getActivationCondition
@Nonnull Predicate<ProfileRequestContext> getActivationCondition()
Get the condition controlling enablement of this profile.- Returns:
- condition controlling enablement of this profile
-
-