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.
SAML 2.0 message decoders.
SAML 2.0 message encoders.
-
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. -
Uses of SAML2Artifact in org.opensaml.saml.saml2.binding.decoding.impl
Methods in org.opensaml.saml.saml2.binding.decoding.impl that return SAML2ArtifactModifier and TypeMethodDescriptionprivate SAML2ArtifactHTTPArtifactDecoder.parseArtifact(String encodedArtifact) Parse and decode the supplied encoded artifact string into aSAML2Artifactinstance.Methods in org.opensaml.saml.saml2.binding.decoding.impl with parameters of type SAML2ArtifactModifier and TypeMethodDescriptionprivate ArtifactResolveHTTPArtifactDecoder.buildArtifactResolveRequestMessage(SAML2Artifact artifact, String endpoint, RoleDescriptor peerRoleDescriptor, String selfEntityID) Build the SAML protocol message for artifact resolution.private SAMLObjectHTTPArtifactDecoder.dereferenceArtifact(SAML2Artifact artifact, RoleDescriptor peerRoleDescriptor, String endpoint) De-reference the supplied artifact into the corresponding SAML protocol message.private StringHTTPArtifactDecoder.resolveArtifactEndpoint(SAML2Artifact artifact, RoleDescriptor peerRoleDescriptor) Resolve the artifact resolution endpoint of the peer who issued the artifact.private RoleDescriptorHTTPArtifactDecoder.resolvePeerRoleDescriptor(SAML2Artifact artifact) Resolve the role descriptor of the SAML peer who issued the supplied artifact. -
Uses of SAML2Artifact in org.opensaml.saml.saml2.binding.encoding.impl
Methods in org.opensaml.saml.saml2.binding.encoding.impl that return SAML2ArtifactModifier and TypeMethodDescriptionprotected SAML2ArtifactHTTPArtifactEncoder.buildArtifact(MessageContext messageContext) Builds the SAML 2 artifact for the outgoing message.