Package | Description |
---|---|
org.ldaptive.ssl |
Modifier and Type | Field and Description |
---|---|
private AggregateTrustManager.Strategy |
AggregateTrustManager.trustStrategy
Whether to require all trust managers succeed.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
AggregateTrustManager(AggregateTrustManager.Strategy strategy,
X509TrustManager... managers)
Creates a new aggregate trust manager.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.