public class HTTPSOAP11Binding extends SAMLBindingImpl
Constructor and Description |
---|
HTTPSOAP11Binding(org.opensaml.ws.message.decoder.MessageDecoder decoder,
org.opensaml.ws.message.encoder.MessageEncoder encoder)
Constructor with customized encoder and decoder
|
HTTPSOAP11Binding(org.opensaml.xml.parse.ParserPool parserPool)
Creates binding with default encoder and decoder.
|
Modifier and Type | Method and Description |
---|---|
String |
getBindingURI()
Binding identifier.
|
void |
getSecurityPolicy(List<org.opensaml.ws.security.SecurityPolicyRule> securityPolicy,
SAMLMessageContext samlContext)
Security rules to apply for incoming SAML messages received using the binding.
|
boolean |
supports(org.opensaml.ws.transport.InTransport transport)
Checks whether current binding can be used to extract SAML message from the request.
|
boolean |
supports(org.opensaml.ws.transport.OutTransport transport)
Checks whether current binding can be used to send a message using given transport.
|
getMessageDecoder, getMessageEncoder
public HTTPSOAP11Binding(org.opensaml.xml.parse.ParserPool parserPool)
parserPool
- parser poolpublic HTTPSOAP11Binding(org.opensaml.ws.message.decoder.MessageDecoder decoder, org.opensaml.ws.message.encoder.MessageEncoder encoder)
decoder
- decoderencoder
- encoderpublic boolean supports(org.opensaml.ws.transport.InTransport transport)
SAMLBinding
transport
- verify whether this binding supports given transport mechanismpublic boolean supports(org.opensaml.ws.transport.OutTransport transport)
SAMLBinding
transport
- verify whether this binding supports given transport mechanismpublic String getBindingURI()
SAMLBinding
public void getSecurityPolicy(List<org.opensaml.ws.security.SecurityPolicyRule> securityPolicy, SAMLMessageContext samlContext)
SAMLBinding
getSecurityPolicy
in interface SAMLBinding
getSecurityPolicy
in class SAMLBindingImpl
securityPolicy
- storage for created policiessamlContext
- processed context