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 Details

    • DefaultHttpClientContextLookup

      public DefaultHttpClientContextLookup()
  • Method Details

    • apply

      public org.apache.http.client.protocol.HttpClientContext apply(@Nullable MessageContext messageContext)
      Specified by:
      apply in interface Function<MessageContext,org.apache.http.client.protocol.HttpClientContext>