|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SecurityStrength | |
|---|---|
| org.ldaptive.provider.jndi | |
| org.ldaptive.sasl | |
| Uses of SecurityStrength in org.ldaptive.provider.jndi |
|---|
| Methods in org.ldaptive.provider.jndi with parameters of type SecurityStrength | |
|---|---|
static String |
JndiUtils.getSecurityStrength(SecurityStrength ss)
Returns the SASL security strength string for the supplied enum. |
| Uses of SecurityStrength in org.ldaptive.sasl |
|---|
| Methods in org.ldaptive.sasl that return SecurityStrength | |
|---|---|
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. |
| Methods in org.ldaptive.sasl with parameters of type SecurityStrength | |
|---|---|
void |
SaslConfig.setSecurityStrength(SecurityStrength ss)
Sets the sasl security strength. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||