Uses of Class
org.ldaptive.ssl.AggregateTrustManager.Strategy

Packages that use AggregateTrustManager.Strategy
org.ldaptive.ssl   
 

Uses of AggregateTrustManager.Strategy in org.ldaptive.ssl
 

Methods in org.ldaptive.ssl that return AggregateTrustManager.Strategy
 AggregateTrustManager.Strategy AggregateTrustManager.getTrustStrategy()
          Returns the trust strategy.
static AggregateTrustManager.Strategy AggregateTrustManager.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
AggregateTrustManager(AggregateTrustManager.Strategy strategy, X509TrustManager... managers)
          Creates a new aggregate trust manager.
 



Copyright © 2003-2017 Virginia Tech. All Rights Reserved.