public interface ArtifactResolutionProfile
Modifier and Type | Method and Description |
---|---|
org.opensaml.common.SAMLObject |
resolveArtifact(SAMLMessageContext context,
String artifactId,
String endpointURI)
Implementation must resolve artifact with the given ID, locate endpoint usable for it resolution
and load referenced SAML message.
|
org.opensaml.common.SAMLObject resolveArtifact(SAMLMessageContext context, String artifactId, String endpointURI) throws org.opensaml.ws.message.decoder.MessageDecodingException
context
- saml context with pre-populated local entityartifactId
- artifact to resolveendpointURI
- URI of the endpoint the message was sent toorg.opensaml.ws.message.decoder.MessageDecodingException
- in case message loading fails