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 defaultHttpClientContextstrategy function, which resolves from theHttpClientRequestContextof the outboundMessageContextof the parentInOutOperationContext.
-
-
Constructor Summary
Constructors Constructor Description DefaultHttpClientContextLookup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.http.client.protocol.HttpClientContextapply(MessageContext messageContext)
-
-
-
Method Detail
-
apply
public org.apache.http.client.protocol.HttpClientContext apply(@Nullable MessageContext messageContext)- Specified by:
applyin interfaceFunction<MessageContext,org.apache.http.client.protocol.HttpClientContext>
-
-