Uses of Class
org.ldaptive.ssl.AggregateTrustManager.Strategy
- 
Packages that use AggregateTrustManager.Strategy Package Description org.ldaptive.ssl  - 
- 
Uses of AggregateTrustManager.Strategy in org.ldaptive.ssl
Fields in org.ldaptive.ssl declared as AggregateTrustManager.Strategy Modifier and Type Field Description private AggregateTrustManager.StrategyAggregateTrustManager. trustStrategyWhether to require all trust managers succeed.Methods in org.ldaptive.ssl that return AggregateTrustManager.Strategy Modifier and Type Method Description AggregateTrustManager.StrategyAggregateTrustManager. getTrustStrategy()Returns the trust strategy.static AggregateTrustManager.StrategyAggregateTrustManager.Strategy. valueOf(String name)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.Strategy Constructor Description AggregateTrustManager(AggregateTrustManager.Strategy strategy, X509TrustManager... managers)Creates a new aggregate trust manager. 
 -