Package | Description |
---|---|
org.ldaptive.provider.jndi | |
org.ldaptive.sasl |
Modifier and Type | Method and Description |
---|---|
static String |
JndiUtils.getAuthenticationType(Mechanism m)
Returns the JNDI authentication string for the supplied authentication type.
|
Modifier and Type | Field and Description |
---|---|
private Mechanism |
SaslConfig.mechanism
sasl mechanism.
|
Modifier and Type | Method and Description |
---|---|
Mechanism |
SaslConfig.getMechanism()
Returns the sasl mechanism.
|
static Mechanism |
Mechanism.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mechanism[] |
Mechanism.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SaslConfig.setMechanism(Mechanism m)
Sets the sasl mechanism.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.