Uses of Class
org.ldaptive.sasl.QualityOfProtection

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

Uses of QualityOfProtection in org.ldaptive.provider.jndi
 

Methods in org.ldaptive.provider.jndi with parameters of type QualityOfProtection
static String JndiUtils.getQualityOfProtection(QualityOfProtection qop)
          Returns the SASL quality of protection string for the supplied enum.
 

Uses of QualityOfProtection in org.ldaptive.sasl
 

Methods in org.ldaptive.sasl that return QualityOfProtection
 QualityOfProtection SaslConfig.getQualityOfProtection()
          Returns the sasl quality of protection.
static QualityOfProtection QualityOfProtection.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static QualityOfProtection[] QualityOfProtection.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 QualityOfProtection
 void SaslConfig.setQualityOfProtection(QualityOfProtection qop)
          Sets the sasl quality of protection.
 



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