Package | Description |
---|---|
org.ldaptive.provider.apache | |
org.ldaptive.provider.jndi | |
org.ldaptive.sasl |
Modifier and Type | Method and Description |
---|---|
protected static org.apache.directory.api.ldap.model.constants.SaslSecurityStrength |
ApacheLdapSaslUtils.getSecurityStrength(SecurityStrength ss)
Returns the SASL security strength string for the supplied enum.
|
Modifier and Type | Method and Description |
---|---|
static String |
JndiUtils.getSecurityStrength(SecurityStrength ss)
Returns the SASL security strength string for the supplied enum.
|
Modifier and Type | Field and Description |
---|---|
private SecurityStrength |
SaslConfig.securityStrength
sasl security strength.
|
Modifier and Type | Method and Description |
---|---|
SecurityStrength |
SaslConfig.getSecurityStrength()
Returns the sasl security strength.
|
static SecurityStrength |
SecurityStrength.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityStrength[] |
SecurityStrength.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.setSecurityStrength(SecurityStrength ss)
Sets the sasl security strength.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.