Uses of Class
org.ldaptive.sasl.SecurityStrength

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.
 



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