Uses of Interface
net.shibboleth.idp.saml.profile.config.SAMLArtifactConfiguration
Packages that use SAMLArtifactConfiguration
Package
Description
Functionality and base classes common to both SAML 1 and 2 profile configuration.
Actions common to SAML 1 and SAML 2 processing.
Profile configurations for SAML 1 profiles.
Profile configurations for SAML 2 profiles.
-
Uses of SAMLArtifactConfiguration in net.shibboleth.idp.saml.profile.config
Classes in net.shibboleth.idp.saml.profile.config that implement SAMLArtifactConfigurationModifier and TypeClassDescriptionclass
Interface for outbound SAML artifact configuration.Methods in net.shibboleth.idp.saml.profile.config that return SAMLArtifactConfigurationModifier and TypeMethodDescriptionSAMLArtifactAwareProfileConfiguration.getArtifactConfiguration
(ProfileRequestContext profileRequestContext) Get the associatedSAMLArtifactConfiguration
for the profile, if any. -
Uses of SAMLArtifactConfiguration in net.shibboleth.idp.saml.profile.impl
Fields in net.shibboleth.idp.saml.profile.impl declared as SAMLArtifactConfigurationModifier and TypeFieldDescriptionprivate SAMLArtifactConfiguration
PopulateBindingAndEndpointContexts.artifactConfiguration
Artifact configuration. -
Uses of SAMLArtifactConfiguration in net.shibboleth.idp.saml.saml1.profile.config
Fields in net.shibboleth.idp.saml.saml1.profile.config with type parameters of type SAMLArtifactConfigurationModifier and TypeFieldDescriptionAbstractSAML1ArtifactAwareProfileConfiguration.artifactConfigurationLookupStrategy
Lookup function to supply artifactConfiguration property.Methods in net.shibboleth.idp.saml.saml1.profile.config that return SAMLArtifactConfigurationModifier and TypeMethodDescriptionAbstractSAML1ArtifactAwareProfileConfiguration.getArtifactConfiguration
(ProfileRequestContext profileRequestContext) Get the associatedSAMLArtifactConfiguration
for the profile, if any.Methods in net.shibboleth.idp.saml.saml1.profile.config with parameters of type SAMLArtifactConfigurationModifier and TypeMethodDescriptionvoid
AbstractSAML1ArtifactAwareProfileConfiguration.setArtifactConfiguration
(SAMLArtifactConfiguration config) Set the SAML artifact configuration, if any.Method parameters in net.shibboleth.idp.saml.saml1.profile.config with type arguments of type SAMLArtifactConfigurationModifier and TypeMethodDescriptionvoid
AbstractSAML1ArtifactAwareProfileConfiguration.setArtifactConfigurationLookupStrategy
(Function<ProfileRequestContext, SAMLArtifactConfiguration> strategy) Set a lookup strategy for the SAML artifact configuration. -
Uses of SAMLArtifactConfiguration in net.shibboleth.idp.saml.saml2.profile.config
Fields in net.shibboleth.idp.saml.saml2.profile.config with type parameters of type SAMLArtifactConfigurationModifier and TypeFieldDescriptionAbstractSAML2ArtifactAwareProfileConfiguration.artifactConfigurationLookupStrategy
Lookup function to supply artifactConfiguration property.Methods in net.shibboleth.idp.saml.saml2.profile.config that return SAMLArtifactConfigurationModifier and TypeMethodDescriptionAbstractSAML2ArtifactAwareProfileConfiguration.getArtifactConfiguration
(ProfileRequestContext profileRequestContext) Get the associatedSAMLArtifactConfiguration
for the profile, if any.Methods in net.shibboleth.idp.saml.saml2.profile.config with parameters of type SAMLArtifactConfigurationModifier and TypeMethodDescriptionvoid
AbstractSAML2ArtifactAwareProfileConfiguration.setArtifactConfiguration
(SAMLArtifactConfiguration config) Set the SAML artifact configuration, if any.Method parameters in net.shibboleth.idp.saml.saml2.profile.config with type arguments of type SAMLArtifactConfigurationModifier and TypeMethodDescriptionvoid
AbstractSAML2ArtifactAwareProfileConfiguration.setArtifactConfigurationLookupStrategy
(Function<ProfileRequestContext, SAMLArtifactConfiguration> strategy) Set a lookup strategy for the SAML artifact configuration.