Class CheckAndRecordServerTLSEntityAuthenticationtHandler.DefaultHttpClientContextLookup
java.lang.Object
org.opensaml.saml.common.binding.security.impl.CheckAndRecordServerTLSEntityAuthenticationtHandler.DefaultHttpClientContextLookup
- All Implemented Interfaces:
Function<MessageContext,
,org.apache.http.client.protocol.HttpClientContext> ContextDataLookupFunction<MessageContext,
org.apache.http.client.protocol.HttpClientContext>
- Enclosing class:
- CheckAndRecordServerTLSEntityAuthenticationtHandler
public class CheckAndRecordServerTLSEntityAuthenticationtHandler.DefaultHttpClientContextLookup
extends Object
implements ContextDataLookupFunction<MessageContext,org.apache.http.client.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.http.client.protocol.HttpClientContext
apply
(MessageContext messageContext)
-
Constructor Details
-
DefaultHttpClientContextLookup
public DefaultHttpClientContextLookup()
-
-
Method Details
-
apply
public org.apache.http.client.protocol.HttpClientContext apply(@Nullable MessageContext messageContext) - Specified by:
apply
in interfaceFunction<MessageContext,
org.apache.http.client.protocol.HttpClientContext>
-