Uses of Enum Class
org.ldaptive.ssl.AggregateTrustManager.Strategy
Packages that use AggregateTrustManager.Strategy
-
Uses of AggregateTrustManager.Strategy in org.ldaptive.ssl
Fields in org.ldaptive.ssl declared as AggregateTrustManager.StrategyModifier and TypeFieldDescriptionprivate final AggregateTrustManager.Strategy
AggregateTrustManager.trustStrategy
Whether to require all trust managers succeed.Methods in org.ldaptive.ssl that return AggregateTrustManager.StrategyModifier and TypeMethodDescriptionAggregateTrustManager.getTrustStrategy()
Returns the trust strategy.Returns the enum constant of this class with the specified name.static AggregateTrustManager.Strategy[]
AggregateTrustManager.Strategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.ldaptive.ssl with parameters of type AggregateTrustManager.StrategyModifierConstructorDescriptionAggregateTrustManager
(AggregateTrustManager.Strategy strategy, X509TrustManager... managers) Creates a new aggregate trust manager.