Uses of Class
org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactBuilderFactory
Packages that use SAML2ArtifactBuilderFactory
Package
Description
SAML library configuration.
SAML 2.0 message decoders.
-
Uses of SAML2ArtifactBuilderFactory in org.opensaml.saml.config
Fields in org.opensaml.saml.config declared as SAML2ArtifactBuilderFactoryModifier and TypeFieldDescriptionprivate SAML2ArtifactBuilderFactorySAMLConfiguration.saml2ArtifactBuilderFactorySAML 2 Artifact factory.Methods in org.opensaml.saml.config that return SAML2ArtifactBuilderFactoryModifier and TypeMethodDescriptionSAMLConfiguration.getSAML2ArtifactBuilderFactory()Gets the artifact factory for the library.static SAML2ArtifactBuilderFactorySAMLConfigurationSupport.getSAML2ArtifactBuilderFactory()Gets the artifact factory for the library.Methods in org.opensaml.saml.config with parameters of type SAML2ArtifactBuilderFactoryModifier and TypeMethodDescriptionvoidSAMLConfiguration.setSAML2ArtifactBuilderFactory(SAML2ArtifactBuilderFactory factory) Sets the artifact factory for the library.static voidSAMLConfigurationSupport.setSAML2ArtifactBuilderFactory(SAML2ArtifactBuilderFactory factory) Sets the artifact factory for the library. -
Uses of SAML2ArtifactBuilderFactory in org.opensaml.saml.saml2.binding.decoding.impl
Fields in org.opensaml.saml.saml2.binding.decoding.impl declared as SAML2ArtifactBuilderFactoryModifier and TypeFieldDescriptionprivate SAML2ArtifactBuilderFactoryHTTPArtifactDecoder.artifactBuilderFactorySAML 2 artifact builder factory.Methods in org.opensaml.saml.saml2.binding.decoding.impl that return SAML2ArtifactBuilderFactoryModifier and TypeMethodDescriptionHTTPArtifactDecoder.getArtifactBuilderFactory()Get the SAML 2 artifact builder factory.Methods in org.opensaml.saml.saml2.binding.decoding.impl with parameters of type SAML2ArtifactBuilderFactoryModifier and TypeMethodDescriptionvoidHTTPArtifactDecoder.setArtifactBuilderFactory(SAML2ArtifactBuilderFactory factory) Set the SAML 2 artifact builder factory.