Uses of Class
org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactBuilderFactory
-
Packages that use SAML2ArtifactBuilderFactory Package Description org.opensaml.saml.config SAML library configuration. -
-
Uses of SAML2ArtifactBuilderFactory in org.opensaml.saml.config
Fields in org.opensaml.saml.config declared as SAML2ArtifactBuilderFactory Modifier and Type Field Description private SAML2ArtifactBuilderFactorySAMLConfiguration. saml2ArtifactBuilderFactorySAML 2 Artifact factory.Methods in org.opensaml.saml.config that return SAML2ArtifactBuilderFactory Modifier and Type Method Description SAML2ArtifactBuilderFactorySAMLConfiguration. 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 SAML2ArtifactBuilderFactory Modifier and Type Method Description voidSAMLConfiguration. setSAML2ArtifactBuilderFactory(SAML2ArtifactBuilderFactory factory)Sets the artifact factory for the library.static voidSAMLConfigurationSupport. setSAML2ArtifactBuilderFactory(SAML2ArtifactBuilderFactory factory)Sets the artifact factory for the library.
-