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 SAMLObjectHTTPArtifactDecoder.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 ArtifactResponseResolveArtifact.responseResponse to populate.Fields in org.opensaml.saml.saml2.profile.impl with type parameters of type ArtifactResponseModifier and TypeFieldDescriptionResolveArtifact.responseLookupStrategyStrategy used to locate theArtifactResponseto operate on.Method parameters in org.opensaml.saml.saml2.profile.impl with type arguments of type ArtifactResponseModifier and TypeMethodDescriptionvoidResolveArtifact.setResponseLookupStrategy(Function<ProfileRequestContext, ArtifactResponse> strategy) Set the strategy used to locate theArtifactResponseto operate on. -
Uses of ArtifactResponse in org.opensaml.saml.saml2.testing
Methods in org.opensaml.saml.saml2.testing that return ArtifactResponseModifier and TypeMethodDescriptionstatic ArtifactResponseSAML2ActionTestingSupport.buildArtifactResponse()Builds an empty artifact response.