Uses of Class
org.ldaptive.sasl.Mechanism
-
Packages that use Mechanism Package Description org.ldaptive.sasl org.ldaptive.transport -
-
Uses of Mechanism in org.ldaptive.sasl
Fields in org.ldaptive.sasl declared as Mechanism Modifier and Type Field Description static MechanismCramMD5BindRequest. MECHANISMCRAM-MD5 SASL mechanism.static MechanismDigestMD5BindRequest. MECHANISMDIGEST-MD5 SASL mechanism.static MechanismExternalBindRequest. MECHANISMExternal SASL mechanism.Methods in org.ldaptive.sasl that return Mechanism Modifier and Type Method Description MechanismCramMD5BindRequest. getMechanism()abstract MechanismDefaultSaslClientRequest. getMechanism()Returns the SASL mechanism.MechanismDigestMD5BindRequest. getMechanism()MechanismGssApiBindRequest. getMechanism()MechanismSaslConfig. getMechanism()Returns the sasl mechanism.MechanismScramBindRequest. getMechanism()static MechanismMechanism. valueOf(java.lang.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 Modifier and Type Method Description SaslConfig.BuilderSaslConfig.Builder. mechanism(Mechanism mechanism)voidSaslConfig. setMechanism(Mechanism m)Sets the sasl mechanism.Constructors in org.ldaptive.sasl with parameters of type Mechanism Constructor Description ScramBindRequest(Mechanism mech, java.lang.String user, java.lang.String pass)Creates a new scram bind request.ScramBindRequest(Mechanism mech, java.lang.String user, java.lang.String pass, byte[] nonce)Creates a new scram bind request. -
Uses of Mechanism in org.ldaptive.transport
Methods in org.ldaptive.transport that return Mechanism Modifier and Type Method Description MechanismDefaultSaslClient. getMechanism()Returns the SASL mechanism for this client.
-