Uses of Class
org.ldaptive.sasl.Mechanism

Packages that use Mechanism
org.ldaptive.provider.jndi   
org.ldaptive.sasl   
 

Uses of Mechanism in org.ldaptive.provider.jndi
 

Methods in org.ldaptive.provider.jndi with parameters of type Mechanism
static String JndiUtils.getAuthenticationType(Mechanism m)
          Returns the JNDI authentication string for the supplied authentication type.
 

Uses of Mechanism in org.ldaptive.sasl
 

Methods in org.ldaptive.sasl that return Mechanism
 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.
 

Methods in org.ldaptive.sasl with parameters of type Mechanism
 void SaslConfig.setMechanism(Mechanism m)
          Sets the sasl mechanism.
 



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