Interface SAMLArtifactAwareProfileConfiguration
- All Superinterfaces:
Component,IdentifiedComponent,ProfileConfiguration,SAMLProfileConfiguration
- All Known Implementing Classes:
AbstractSAML1ArtifactAwareProfileConfiguration,AbstractSAML2ArtifactAwareProfileConfiguration,AttributeQueryProfileConfiguration,AttributeQueryProfileConfiguration,BrowserSSOProfileConfiguration,BrowserSSOProfileConfiguration,ECPProfileConfiguration,SingleLogoutProfileConfiguration,SSOSProfileConfiguration
Common interface for SAML profile configurations involving artifact production.
-
Method Summary
Modifier and TypeMethodDescriptiongetArtifactConfiguration(ProfileRequestContext profileRequestContext) Get the associatedSAMLArtifactConfigurationfor the profile, if any.Methods inherited from interface net.shibboleth.utilities.java.support.component.IdentifiedComponent
getIdMethods inherited from interface net.shibboleth.idp.profile.config.ProfileConfiguration
getInboundInterceptorFlows, getOutboundInterceptorFlows, getSecurityConfigurationMethods inherited from interface net.shibboleth.idp.saml.profile.config.SAMLProfileConfiguration
getAdditionalAudiencesForAssertion, getAssertionLifetime, isIncludeConditionsNotBefore, isSignAssertions, isSignRequests, isSignResponses
-
Method Details
-
getArtifactConfiguration
@Nullable SAMLArtifactConfiguration getArtifactConfiguration(@Nullable ProfileRequestContext profileRequestContext) Get the associatedSAMLArtifactConfigurationfor the profile, if any.- Parameters:
profileRequestContext- current profile request context- Returns:
- an associated artifact configuration, or null
-