Uses of Enum
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.StrategyAggregateTrustManager.trustStrategyWhether 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 type with the specified name.static AggregateTrustManager.Strategy[]AggregateTrustManager.Strategy.values()Returns an array containing the constants of this enum type, 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.