Class CheckAndRecordServerTLSEntityAuthenticationtHandler.DefaultHttpClientContextLookup
java.lang.Object
org.opensaml.saml.common.binding.security.impl.CheckAndRecordServerTLSEntityAuthenticationtHandler.DefaultHttpClientContextLookup
- All Implemented Interfaces:
Function<MessageContext,,org.apache.hc.client5.http.protocol.HttpClientContext> ContextDataLookupFunction<MessageContext,org.apache.hc.client5.http.protocol.HttpClientContext>
- Enclosing class:
- CheckAndRecordServerTLSEntityAuthenticationtHandler
public class CheckAndRecordServerTLSEntityAuthenticationtHandler.DefaultHttpClientContextLookup
extends Object
implements ContextDataLookupFunction<MessageContext,org.apache.hc.client5.http.protocol.HttpClientContext>
The default
HttpClientContext strategy function, which resolves from the HttpClientRequestContext
of the outbound MessageContext of the parent InOutOperationContext.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hc.client5.http.protocol.HttpClientContextapply(MessageContext messageContext)
-
Constructor Details
-
DefaultHttpClientContextLookup
public DefaultHttpClientContextLookup()
-
-
Method Details
-
apply
public org.apache.hc.client5.http.protocol.HttpClientContext apply(@Nullable MessageContext messageContext) - Specified by:
applyin interfaceFunction<MessageContext,org.apache.hc.client5.http.protocol.HttpClientContext>
-