Interface SAMLArtifactAwareProfileConfiguration
-
- All Superinterfaces:
Component,IdentifiedComponent,ProfileConfiguration,SAMLProfileConfiguration
- All Known Implementing Classes:
AbstractSAML1ArtifactAwareProfileConfiguration,AbstractSAML2ArtifactAwareProfileConfiguration,AttributeQueryProfileConfiguration,AttributeQueryProfileConfiguration,BrowserSSOProfileConfiguration,BrowserSSOProfileConfiguration,ECPProfileConfiguration,SingleLogoutProfileConfiguration,SSOSProfileConfiguration
public interface SAMLArtifactAwareProfileConfiguration extends SAMLProfileConfiguration
Common interface for SAML profile configurations involving artifact production.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SAMLArtifactConfigurationgetArtifactConfiguration(ProfileRequestContext profileRequestContext)Get the associatedSAMLArtifactConfigurationfor 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 Detail
-
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
-
-