| Package | Description |
|---|---|
| org.opensaml.soap.client.http |
SOAP HTTP client functionality.
|
| org.opensaml.soap.client.messaging |
SOAP HTTP client messaging functionality.
|
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.base.Function<MessageContext,SOAPClientContext> |
HttpSOAPClient.soapClientContextLookupStrategy
Strategy used to look up the
SOAPClientContext associated with the
outbound message context. |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Function<MessageContext,SOAPClientContext> |
HttpSOAPClient.getSOAPClientContextLookupStrategy()
Get the strategy used to look up the
SOAPClientContext associated with the outbound message
context. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HttpSOAPClient.evaluateSecurityPolicy(SOAPClientContext messageContext)
Evaluates the security policy associated with the given message context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpSOAPClient.setSOAPClientContextLookupStrategy(com.google.common.base.Function<MessageContext,SOAPClientContext> strategy)
Set the strategy used to look up the
SOAPClientContext associated with the outbound message
context. |
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.base.Function<MessageContext,SOAPClientContext> |
SOAPClientPipelineNameMappingPredicate.soapClientContextLookup
Lookup strategy for the SOAP client context.
|
private com.google.common.base.Function<MessageContext,SOAPClientContext> |
SOAPClientPipelineNameMappingFunction.soapClientContextLookup
Lookup strategy for the SOAP client context.
|
| Constructor and Description |
|---|
SOAPClientPipelineNameMappingFunction(Map<String,com.google.common.base.Function<MessageContext,T>> mappings,
ContextDataLookupFunction<MessageContext,SOAPClientContext> lookupStrategy)
Constructor.
|
SOAPClientPipelineNameMappingPredicate(Map<String,com.google.common.base.Predicate<MessageContext>> mappings,
ContextDataLookupFunction<MessageContext,SOAPClientContext> lookupStrategy)
Constructor.
|
Copyright © 1999–2019 Shibboleth Consortium. All rights reserved.