|
||||||||||
| 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 SAML1ArtifactMessageContext<InboundMessageType extends SAMLObject,OutboundMessageType extends SAMLObject,NameIdentifierType extends SAMLObject>
Extensions to the base SAML message context that carries artifact related information.
| Method Summary | |
|---|---|
java.util.Collection<java.lang.String> |
getArtifacts()
Gets the Base64 encoded artifacts to be resolved. |
java.util.Collection<Assertion> |
getDereferencedAssertions()
Gets the assertions dereferenced from the artifacts. |
void |
setArtifacts(java.util.Collection<java.lang.String> artifacts)
Sets the Base64 encoded artifacts to be resolved. |
void |
setDereferencedAssertions(java.util.Collection<Assertion> assertions)
Sets the assertions dereferenced from the artifacts. |
| 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.util.Collection<java.lang.String> getArtifacts()
void setArtifacts(java.util.Collection<java.lang.String> artifacts)
artifacts - artifacts to be resolvedjava.util.Collection<Assertion> getDereferencedAssertions()
void setDereferencedAssertions(java.util.Collection<Assertion> assertions)
assertions - assertions dereferenced from the artifacts
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||