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 associatedSAMLArtifactConfiguration
for the profile, if any.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
Methods 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 associatedSAMLArtifactConfiguration
for the profile, if any.- Parameters:
profileRequestContext
- current profile request context- Returns:
- an associated artifact configuration, or null
-