Uses of Interface
org.opensaml.saml.saml2.binding.artifact.SAML2ArtifactBuilder
Packages that use SAML2ArtifactBuilder
Package
Description
Classes that may be used to create and manipulate SAML 2 artifacts.
-
Uses of SAML2ArtifactBuilder in org.opensaml.saml.saml2.binding.artifact
Classes in org.opensaml.saml.saml2.binding.artifact that implement SAML2ArtifactBuilderModifier and TypeClassDescriptionclass
SAML 2, type 0x0004, artifact builder.Fields in org.opensaml.saml.saml2.binding.artifact with type parameters of type SAML2ArtifactBuilderModifier and TypeFieldDescriptionprivate Map<String,
SAML2ArtifactBuilder<?>> SAML2ArtifactBuilderFactory.artifactBuilders
Registered artifact builders.Methods in org.opensaml.saml.saml2.binding.artifact that return SAML2ArtifactBuilderModifier and TypeMethodDescriptionSAML2ArtifactBuilderFactory.getArtifactBuilder
(byte[] type) Gets the artifact builder for the given type.Methods in org.opensaml.saml.saml2.binding.artifact that return types with arguments of type SAML2ArtifactBuilderModifier and TypeMethodDescriptionSAML2ArtifactBuilderFactory.getArtifactBuilders()
Gets the currently registered artifact builders.