Uses of Interface
org.opensaml.saml.saml2.core.ArtifactResolve
Packages that use ArtifactResolve
Package
Description
SAML 2.0 message decoders.
Implementations of SAML 2.0 core specification types and elements.
Implementations of SAML 2.0 profile behavior.
-
Uses of ArtifactResolve in org.opensaml.saml.saml2.binding.decoding.impl
Methods in org.opensaml.saml.saml2.binding.decoding.impl that return ArtifactResolveModifier and TypeMethodDescriptionprivate ArtifactResolveHTTPArtifactDecoder.buildArtifactResolveRequestMessage(SAML2Artifact artifact, String endpoint, RoleDescriptor peerRoleDescriptor, String selfEntityID) Build the SAML protocol message for artifact resolution. -
Uses of ArtifactResolve in org.opensaml.saml.saml2.core.impl
Classes in org.opensaml.saml.saml2.core.impl that implement ArtifactResolveMethods in org.opensaml.saml.saml2.core.impl that return ArtifactResolveModifier and TypeMethodDescriptionArtifactResolveBuilder.buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.ArtifactResolveBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name. -
Uses of ArtifactResolve in org.opensaml.saml.saml2.profile.impl
Fields in org.opensaml.saml.saml2.profile.impl declared as ArtifactResolveModifier and TypeFieldDescriptionprivate ArtifactResolveResolveArtifact.requestRequest to process.Fields in org.opensaml.saml.saml2.profile.impl with type parameters of type ArtifactResolveModifier and TypeFieldDescriptionprivate Function<ProfileRequestContext,ArtifactResolve> ResolveArtifact.requestLookupStrategyStrategy used to locate theArtifactResolveto operate on.Method parameters in org.opensaml.saml.saml2.profile.impl with type arguments of type ArtifactResolveModifier and TypeMethodDescriptionvoidResolveArtifact.setRequestLookupStrategy(Function<ProfileRequestContext, ArtifactResolve> strategy) Set the strategy used to locate theArtifactResolveto operate on.