Package net.shibboleth.profile.config
Interface AttributeResolvingProfileConfiguration
- All Superinterfaces:
Component,IdentifiedComponent,ProfileConfiguration
ProfileConfiguration with optional resolution of attributes.- Since:
- 4.2.0
-
Field Summary
Fields inherited from interface net.shibboleth.profile.config.ProfileConfiguration
DEFAULT_DISALLOWED_FEATURES -
Method Summary
Modifier and TypeMethodDescriptionbooleanisResolveAttributes(ProfileRequestContext profileRequestContext) Get whether to resolve attributes.Methods inherited from interface net.shibboleth.shared.component.IdentifiedComponent
getIdMethods inherited from interface net.shibboleth.profile.config.ProfileConfiguration
getDisallowedFeatures, getSecurityConfiguration, isFeatureDisallowed
-
Method Details
-
isResolveAttributes
@ConfigurationSetting(name="resolveAttributes") boolean isResolveAttributes(@Nullable ProfileRequestContext profileRequestContext) Get whether to resolve attributes.- Parameters:
profileRequestContext- current profile request context- Returns:
- true iff resolution should be done
-