Uses of Interface
org.opensaml.saml.saml2.binding.artifact.SAML2Artifact
Packages that use SAML2Artifact
Package
Description
Classes that may be used to create and manipulate SAML 2 artifacts.
-
Uses of SAML2Artifact in org.opensaml.saml.saml2.binding.artifact
Classes in org.opensaml.saml.saml2.binding.artifact with type parameters of type SAML2ArtifactModifier and TypeInterfaceDescriptioninterfaceSAML2ArtifactBuilder<ArtifactType extends SAML2Artifact>Builder of typed SAML 2 artifacts.Classes in org.opensaml.saml.saml2.binding.artifact that implement SAML2ArtifactModifier and TypeClassDescriptionclassSAML 2 Artifact base class.classSAML 2 Type 0x004 Artifact.Methods in org.opensaml.saml.saml2.binding.artifact that return SAML2ArtifactModifier and TypeMethodDescriptionSAML2ArtifactBuilderFactory.buildArtifact(byte[] artifact) convenience method for getting an artifact builder and parsing the given artifact with it.SAML2ArtifactBuilderFactory.buildArtifact(String base64Artifact) Convenience method for getting an artifact builder and parsing the given Base64 encoded artifact with it.