Uses of Interface
net.shibboleth.idp.saml.profile.config.SAMLArtifactConfiguration
-
Packages that use SAMLArtifactConfiguration Package Description net.shibboleth.idp.saml.profile.config Functionality and base classes common to both SAML 1 and 2 profile configuration.net.shibboleth.idp.saml.profile.impl Actions common to SAML 1 and SAML 2 processing.net.shibboleth.idp.saml.saml1.profile.config Profile configurations for SAML 1 profiles.net.shibboleth.idp.saml.saml2.profile.config 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 SAMLArtifactConfiguration Modifier and Type Class Description classBasicSAMLArtifactConfigurationInterface for outbound SAML artifact configuration.Methods in net.shibboleth.idp.saml.profile.config that return SAMLArtifactConfiguration Modifier and Type Method Description SAMLArtifactConfigurationSAMLArtifactAwareProfileConfiguration. getArtifactConfiguration(ProfileRequestContext profileRequestContext)Get the associatedSAMLArtifactConfigurationfor the profile, if any. -
Uses of SAMLArtifactConfiguration in net.shibboleth.idp.saml.profile.impl
Fields in net.shibboleth.idp.saml.profile.impl declared as SAMLArtifactConfiguration Modifier and Type Field Description private SAMLArtifactConfigurationPopulateBindingAndEndpointContexts. artifactConfigurationArtifact 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 SAMLArtifactConfiguration Modifier and Type Field Description private Function<ProfileRequestContext,SAMLArtifactConfiguration>AbstractSAML1ArtifactAwareProfileConfiguration. artifactConfigurationLookupStrategyLookup function to supply artifactConfiguration property.Methods in net.shibboleth.idp.saml.saml1.profile.config that return SAMLArtifactConfiguration Modifier and Type Method Description SAMLArtifactConfigurationAbstractSAML1ArtifactAwareProfileConfiguration. getArtifactConfiguration(ProfileRequestContext profileRequestContext)Get the associatedSAMLArtifactConfigurationfor the profile, if any.Methods in net.shibboleth.idp.saml.saml1.profile.config with parameters of type SAMLArtifactConfiguration Modifier and Type Method Description voidAbstractSAML1ArtifactAwareProfileConfiguration. 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 SAMLArtifactConfiguration Modifier and Type Method Description voidAbstractSAML1ArtifactAwareProfileConfiguration. 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 SAMLArtifactConfiguration Modifier and Type Field Description private Function<ProfileRequestContext,SAMLArtifactConfiguration>AbstractSAML2ArtifactAwareProfileConfiguration. artifactConfigurationLookupStrategyLookup function to supply artifactConfiguration property.Methods in net.shibboleth.idp.saml.saml2.profile.config that return SAMLArtifactConfiguration Modifier and Type Method Description SAMLArtifactConfigurationAbstractSAML2ArtifactAwareProfileConfiguration. getArtifactConfiguration(ProfileRequestContext profileRequestContext)Get the associatedSAMLArtifactConfigurationfor the profile, if any.Methods in net.shibboleth.idp.saml.saml2.profile.config with parameters of type SAMLArtifactConfiguration Modifier and Type Method Description voidAbstractSAML2ArtifactAwareProfileConfiguration. 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 SAMLArtifactConfiguration Modifier and Type Method Description voidAbstractSAML2ArtifactAwareProfileConfiguration. setArtifactConfigurationLookupStrategy(Function<ProfileRequestContext,SAMLArtifactConfiguration> strategy)Set a lookup strategy for the SAML artifact configuration.
-