|
Spring Security SAML | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ArtifactResolutionProfile
Implementations must load referenced artifact using SAML artifact resolution protocol.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 to
org.opensaml.ws.message.decoder.MessageDecodingException
- in case message loading fails
|
Spring Security SAML | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |