Uses of Interface
org.opensaml.saml.saml2.core.ArtifactResponse
Packages that use ArtifactResponse
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 ArtifactResponse in org.opensaml.saml.saml2.binding.decoding.impl
Methods in org.opensaml.saml.saml2.binding.decoding.impl with parameters of type ArtifactResponseModifier and TypeMethodDescriptionprivate SAMLObject
HTTPArtifactDecoder.validateAndExtractResponseMessage
(ArtifactResponse artifactResponse) Validate and extract the SAML protocol message from the artifact response. -
Uses of ArtifactResponse in org.opensaml.saml.saml2.core.impl
Classes in org.opensaml.saml.saml2.core.impl that implement ArtifactResponseMethods in org.opensaml.saml.saml2.core.impl that return ArtifactResponseModifier and TypeMethodDescriptionArtifactResponseBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.ArtifactResponseBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name. -
Uses of ArtifactResponse in org.opensaml.saml.saml2.profile.impl
Fields in org.opensaml.saml.saml2.profile.impl declared as ArtifactResponseModifier and TypeFieldDescriptionprivate ArtifactResponse
ResolveArtifact.response
Response to populate.Fields in org.opensaml.saml.saml2.profile.impl with type parameters of type ArtifactResponseModifier and TypeFieldDescriptionResolveArtifact.responseLookupStrategy
Strategy used to locate theArtifactResponse
to operate on.Method parameters in org.opensaml.saml.saml2.profile.impl with type arguments of type ArtifactResponseModifier and TypeMethodDescriptionvoid
ResolveArtifact.setResponseLookupStrategy
(Function<ProfileRequestContext, ArtifactResponse> strategy) Set the strategy used to locate theArtifactResponse
to operate on.