Uses of Interface
org.opensaml.saml.saml2.binding.artifact.SAML2Artifact
-
Packages that use SAML2Artifact Package Description org.opensaml.saml.saml2.binding.artifact 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 SAML2Artifact Modifier and Type Interface Description interfaceSAML2ArtifactBuilder<ArtifactType extends SAML2Artifact>Builder of typed SAML 2 artifacts.Classes in org.opensaml.saml.saml2.binding.artifact that implement SAML2Artifact Modifier and Type Class Description classAbstractSAML2ArtifactSAML 2 Artifact base class.classSAML2ArtifactType0004SAML 2 Type 0x004 Artifact.Methods in org.opensaml.saml.saml2.binding.artifact that return SAML2Artifact Modifier and Type Method Description SAML2ArtifactSAML2ArtifactBuilderFactory. buildArtifact(byte[] artifact)convenience method for getting an artifact builder and parsing the given artifact with it.SAML2ArtifactSAML2ArtifactBuilderFactory. buildArtifact(String base64Artifact)Convenience method for getting an artifact builder and parsing the given Base64 encoded artifact with it.
-