public class HTTPPostSimpleSignDecoder extends HTTPPostDecoder
コンストラクタと説明 |
---|
HTTPPostSimpleSignDecoder()
Constructor.
|
HTTPPostSimpleSignDecoder(ParserPool pool)
Constructor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
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
getParserPool, logDecodedMessage, processSecurityPolicy, setParserPool, unmarshallMessage
public HTTPPostSimpleSignDecoder()
public HTTPPostSimpleSignDecoder(ParserPool pool)
pool
- parser pool used to deserialize messagespublic String getBindingURI()
getBindingURI
インタフェース内 SAMLMessageDecoder
getBindingURI
クラス内 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
クラス内 BaseSAMLMessageDecoder
messageContext
- current message contextCopyright © 2012. All Rights Reserved.