Uses of Class
org.opensaml.security.messaging.ClientTLSSecurityParametersContext
-
Packages that use ClientTLSSecurityParametersContext Package Description org.opensaml.profile.action.impl Implementations of general profile actions. -
-
Uses of ClientTLSSecurityParametersContext in org.opensaml.profile.action.impl
Fields in org.opensaml.profile.action.impl with type parameters of type ClientTLSSecurityParametersContext Modifier and Type Field Description private Function<ProfileRequestContext,ClientTLSSecurityParametersContext>PopulateClientTLSValidationParameters. securityParametersContextLookupStrategyStrategy used to look up theClientTLSSecurityParametersContextto set the parameters for.Method parameters in org.opensaml.profile.action.impl with type arguments of type ClientTLSSecurityParametersContext Modifier and Type Method Description voidPopulateClientTLSValidationParameters. setSecurityParametersContextLookupStrategy(Function<ProfileRequestContext,ClientTLSSecurityParametersContext> strategy)Set the strategy used to look up theClientTLSSecurityParametersContextto set the parameters for.
-