Uses of Class
org.opensaml.security.messaging.ClientTLSSecurityParametersContext
Packages that use ClientTLSSecurityParametersContext
Package
Description
Implementations of general profile actions.
Messaging-related security classes.
-
Uses of ClientTLSSecurityParametersContext in org.opensaml.profile.action.impl
Fields in org.opensaml.profile.action.impl with type parameters of type ClientTLSSecurityParametersContextModifier and TypeFieldDescriptionPopulateClientTLSValidationParameters.securityParametersContextLookupStrategyStrategy used to look up theClientTLSSecurityParametersContextto set the parameters for.Method parameters in org.opensaml.profile.action.impl with type arguments of type ClientTLSSecurityParametersContextModifier and TypeMethodDescriptionvoidPopulateClientTLSValidationParameters.setSecurityParametersContextLookupStrategy(Function<ProfileRequestContext, ClientTLSSecurityParametersContext> strategy) Set the strategy used to look up theClientTLSSecurityParametersContextto set the parameters for. -
Uses of ClientTLSSecurityParametersContext in org.opensaml.security.messaging
Methods in org.opensaml.security.messaging that return ClientTLSSecurityParametersContextModifier and TypeMethodDescriptionClientTLSSecurityParametersContext.setEvaluateClientCertificate(boolean flag) Set whether to evaluate the certificate presented by the TLS client.ClientTLSSecurityParametersContext.setValidationParameters(ClientTLSValidationParameters params) Set an instance ofClientTLSValidationParameters.