Interface AttributeResolvingProfileConfiguration
- All Superinterfaces:
Component
,IdentifiedComponent
,ProfileConfiguration
- All Known Subinterfaces:
AdministrativeFlowDescriptor
- All Known Implementing Classes:
AbstractProtocolConfiguration
,BasicAdministrativeFlowDescriptor
,BrowserSSOProfileConfiguration
,BrowserSSOProfileConfiguration
,ECPProfileConfiguration
,LoginConfiguration
,OneTimeAdministrativeFlowDescriptor
,ProxyConfiguration
,SSOSProfileConfiguration
,ValidateConfiguration
ProfileConfiguration
with optional resolution of attributes.- Since:
- 4.2.0
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isResolveAttributes
(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 Details
-
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
-