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.org.opensaml.saml.saml2.binding.decoding.impl SAML 2.0 message decoders.org.opensaml.saml.saml2.binding.encoding.impl SAML 1.x 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 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. -
Uses of SAML2Artifact in org.opensaml.saml.saml2.binding.decoding.impl
Methods in org.opensaml.saml.saml2.binding.decoding.impl that return SAML2Artifact Modifier and Type Method Description private 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 SAML2Artifact Modifier and Type Method Description private 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, ArtifactResolutionService ars)De-reference the supplied artifact into the corresponding SAML protocol message.private ArtifactResolutionServiceHTTPArtifactDecoder. 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 SAML2Artifact Modifier and Type Method Description protected SAML2ArtifactHTTPArtifactEncoder. buildArtifact(MessageContext messageContext)Builds the SAML 2 artifact for the outgoing message.
-