Uses of Class
org.opensaml.security.messaging.HttpClientSecurityContext
Packages that use HttpClientSecurityContext
-
Uses of HttpClientSecurityContext in org.opensaml.security.messaging.impl
Fields in org.opensaml.security.messaging.impl with type parameters of type HttpClientSecurityContextModifier and TypeFieldDescriptionPopulateHttpClientSecurityParametersHandler.existingParametersContextLookupStrategyStrategy used to look up an existingHttpClientSecurityContextto copy.PopulateHttpClientSecurityParametersHandler.securityParametersContextLookupStrategyStrategy used to look up theHttpClientSecurityContextto set the parameters for.Method parameters in org.opensaml.security.messaging.impl with type arguments of type HttpClientSecurityContextModifier and TypeMethodDescriptionvoidPopulateHttpClientSecurityParametersHandler.setExistingParametersContextLookupStrategy(Function<MessageContext, HttpClientSecurityContext> strategy) Set the strategy used to look up an existingHttpClientSecurityContextto copy instead of actually resolving the parameters to set.voidPopulateHttpClientSecurityParametersHandler.setSecurityParametersContextLookupStrategy(Function<MessageContext, HttpClientSecurityContext> strategy) Set the strategy used to look up theHttpClientSecurityContextto set the parameters for.