Uses of Class
org.opensaml.soap.client.SOAPClientContext
-
Packages that use SOAPClientContext Package Description org.opensaml.soap.client.http SOAP HTTP client functionality.org.opensaml.soap.client.messaging SOAP HTTP client messaging functionality. -
-
Uses of SOAPClientContext in org.opensaml.soap.client.http
Fields in org.opensaml.soap.client.http with type parameters of type SOAPClientContext Modifier and Type Field Description private Function<MessageContext,SOAPClientContext>HttpSOAPClient. soapClientContextLookupStrategyStrategy used to look up theSOAPClientContextassociated with the outbound message context.Methods in org.opensaml.soap.client.http that return types with arguments of type SOAPClientContext Modifier and Type Method Description Function<MessageContext,SOAPClientContext>HttpSOAPClient. getSOAPClientContextLookupStrategy()Get the strategy used to look up theSOAPClientContextassociated with the outbound message context.Methods in org.opensaml.soap.client.http with parameters of type SOAPClientContext Modifier and Type Method Description protected voidHttpSOAPClient. evaluateSecurityPolicy(SOAPClientContext messageContext)Evaluates the security policy associated with the given message context.Method parameters in org.opensaml.soap.client.http with type arguments of type SOAPClientContext Modifier and Type Method Description voidHttpSOAPClient. setSOAPClientContextLookupStrategy(Function<MessageContext,SOAPClientContext> strategy)Set the strategy used to look up theSOAPClientContextassociated with the outbound message context. -
Uses of SOAPClientContext in org.opensaml.soap.client.messaging
Fields in org.opensaml.soap.client.messaging with type parameters of type SOAPClientContext Modifier and Type Field Description private Function<MessageContext,SOAPClientContext>SOAPClientPipelineNameMappingFunction. soapClientContextLookupLookup strategy for the SOAP client context.private Function<MessageContext,SOAPClientContext>SOAPClientPipelineNameMappingPredicate. soapClientContextLookupLookup strategy for the SOAP client context.Constructor parameters in org.opensaml.soap.client.messaging with type arguments of type SOAPClientContext Constructor Description SOAPClientPipelineNameMappingFunction(Map<String,Function<MessageContext,T>> mappings, ContextDataLookupFunction<MessageContext,SOAPClientContext> lookupStrategy)Constructor.SOAPClientPipelineNameMappingPredicate(Map<String,Predicate<MessageContext>> mappings, ContextDataLookupFunction<MessageContext,SOAPClientContext> lookupStrategy)Constructor.
-