public class HTTPPostSimpleSignDecoder extends HTTPPostDecoder
Constructor and Description |
---|
HTTPPostSimpleSignDecoder()
Constructor.
|
HTTPPostSimpleSignDecoder(org.opensaml.xml.parse.ParserPool pool)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
doDecode, getBase64DecodedMessage, isIntendedDestinationEndpointURIRequired
decode, extractEntityId, extractRequestInfo, extractResponseInfo, getIntendedDestinationEndpointURI, populateMessageContext, populateMessageIdIssueInstantIssuer, populateRelyingPartyMetadata
checkEndpointURI, compareEndpointURIs, getActualReceiverEndpointURI, getURIComparator, setURIComparator
public HTTPPostSimpleSignDecoder()
public HTTPPostSimpleSignDecoder(org.opensaml.xml.parse.ParserPool pool)
pool
- parser pool used to deserialize messagespublic 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 contextCopyright © 1999-2013. All Rights Reserved.