public class HTTPSOAP11Encoder extends BaseSAML1MessageEncoder
| コンストラクタと説明 |
|---|
HTTPSOAP11Encoder()
Constructor.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected Envelope |
buildSOAPMessage(SAMLObject samlMessage)
Builds the SOAP message to be encoded.
|
protected void |
doEncode(MessageContext messageContext)
Encodes the outbound message onto the outbound transport.
|
String |
getBindingURI()
Gets the SAML binding URI supported by this encoder.
|
boolean |
providesMessageConfidentiality(MessageContext messageContext)
Indicates whether this encoder, given the current message context, provides end-to-end message confidentiality.
|
boolean |
providesMessageIntegrity(MessageContext messageContext)
Indicates whether this encoder, given the current message context, provides end-to-end message integrity.
|
protected void |
validateMessageContent(MessageContext messageContext)
Validates that the message context is a
SAMLMessageContext and that its outbound transport is HTTP. |
getAllowedURLSchemes, getEndpointURL, setAllowedURLSchemes, signMessageencode, logEncodedMessage, marshallMessageclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitencodepublic String getBindingURI()
public boolean providesMessageConfidentiality(MessageContext messageContext) throws MessageEncodingException
messageContext - the current message contextMessageEncodingException - thrown if the encoder encounter an error while attempt to evaluate its ability
to provide message confidentiality.public boolean providesMessageIntegrity(MessageContext messageContext) throws MessageEncodingException
messageContext - the current message contextMessageEncodingException - thrown if the encoder encounter an error while attempt to evaluate its ability
to provide message integrity.protected void doEncode(MessageContext messageContext) throws MessageEncodingException
doEncode クラス内 BaseMessageEncodermessageContext - current message contextMessageEncodingException - thrown if there is a problem encoding the messageprotected Envelope buildSOAPMessage(SAMLObject samlMessage)
samlMessage - body of the SOAP messageprotected void validateMessageContent(MessageContext messageContext) throws MessageEncodingException
SAMLMessageContext and that its outbound transport is HTTP.messageContext - current message contextMessageEncodingException - thrown if the message context conditions are not metCopyright © 2012. All Rights Reserved.