|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.ws.message.decoder.BaseMessageDecoder
org.opensaml.common.binding.decoding.BaseSAMLMessageDecoder
org.opensaml.saml2.binding.decoding.BaseSAML2MessageDecoder
org.opensaml.saml2.binding.decoding.HTTPPostDecoder
org.opensaml.saml2.binding.decoding.HTTPPostSimpleSignDecoder
public class HTTPPostSimpleSignDecoder
Message decoder implementing the SAML 2.0 HTTP POST-SimpleSign binding.
Constructor Summary | |
---|---|
HTTPPostSimpleSignDecoder()
Constructor. |
|
HTTPPostSimpleSignDecoder(org.opensaml.xml.parse.ParserPool pool)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getBindingURI()
Gets the SAML binding URI supported by this decoder. |
protected boolean |
isMessageSigned(SAMLMessageContext messageContext)
Determine whether the SAML message represented by the message context is digitally signed. |
Methods inherited from class org.opensaml.saml2.binding.decoding.HTTPPostDecoder |
---|
doDecode, getBase64DecodedMessage, isIntendedDestinationEndpointURIRequired |
Methods inherited from class org.opensaml.saml2.binding.decoding.BaseSAML2MessageDecoder |
---|
decode, extractEntityId, extractRequestInfo, extractResponseInfo, getIntendedDestinationEndpointURI, populateMessageContext, populateMessageIdIssueInstantIssuer, populateRelyingPartyMetadata |
Methods inherited from class org.opensaml.common.binding.decoding.BaseSAMLMessageDecoder |
---|
checkEndpointURI, compareEndpointURIs, getActualReceiverEndpointURI |
Methods inherited from class org.opensaml.ws.message.decoder.BaseMessageDecoder |
---|
getParserPool, setParserPool, unmarshallMessage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HTTPPostSimpleSignDecoder()
public HTTPPostSimpleSignDecoder(org.opensaml.xml.parse.ParserPool pool)
pool
- parser pool used to deserialize messagesMethod Detail |
---|
public java.lang.String getBindingURI()
getBindingURI
in interface SAMLMessageDecoder
getBindingURI
in class HTTPPostDecoder
protected boolean isMessageSigned(SAMLMessageContext messageContext)
The default behavior is to examine whether an XML signature is present on the SAML protocol message. Subclasses may augment or replace with binding-specific behavior.
isMessageSigned
in class BaseSAMLMessageDecoder
messageContext
- current message context
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |