Interface AttributeResolvingProfileConfiguration
-
- All Superinterfaces:
Component,IdentifiedComponent,ProfileConfiguration
public interface AttributeResolvingProfileConfiguration extends ProfileConfiguration
ProfileConfigurationwith optional resolution of attributes.- Since:
- 4.2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisResolveAttributes(ProfileRequestContext profileRequestContext)Get whether to resolve attributes.-
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
-
isResolveAttributes
@Nullable @NotEmpty boolean isResolveAttributes(@Nullable ProfileRequestContext profileRequestContext)
Get whether to resolve attributes.- Parameters:
profileRequestContext- current profile request context- Returns:
- true iff resolution should be done
-
-