|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
InboundMessageType - type of inbound SAML messageOutboundMessageType - type of outbound SAML messageNameIdentifierType - type of name identifier used for subjectspublic interface SAML2ArtifactMessageContext<InboundMessageType extends SAMLObject,OutboundMessageType extends SAMLObject,NameIdentifierType extends SAMLObject>
Extensions to the base SAML message context that carries artifact related information.
| Method Summary | |
|---|---|
java.lang.String |
getArtifact()
Gets the Base64-encoded artifact to be resolved. |
SAMLObject |
getReferencedMessage()
Gets the SAML message referenced by the artifact. |
void |
setArtifact(java.lang.String artifact)
Sets the Base64-encoded artifact to be resolved. |
void |
setReferencedMessage(SAMLObject message)
Sets the SAML message referenced by the artifact. |
| Methods inherited from interface org.opensaml.ws.message.MessageContext |
|---|
getCommunicationProfileId, getInboundMessage, getInboundMessageIssuer, getInboundMessageTransport, getOutboundHandlerChainResolver, getOutboundMessage, getOutboundMessageIssuer, getOutboundMessageTransport, getPostSecurityInboundHandlerChainResolver, getPreSecurityInboundHandlerChainResolver, getSecurityPolicyResolver, isIssuerAuthenticated, setCommunicationProfileId, setInboundMessage, setInboundMessageIssuer, setInboundMessageTransport, setOutboundHandlerChainResolver, setOutboundMessage, setOutboundMessageIssuer, setOutboundMessageTransport, setPostSecurityInboundHandlerChainResolver, setPreSecurityInboundHandlerChainResolver, setSecurityPolicyResolver |
| Method Detail |
|---|
java.lang.String getArtifact()
void setArtifact(java.lang.String artifact)
artifact - artifact to be resolvedSAMLObject getReferencedMessage()
void setReferencedMessage(SAMLObject message)
message - SAML message referenced by the artifact
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||