public abstract class ProtonSaslMechanismImpl extends Object implements ProtonSaslMechanism
ProtonSaslMechanism.PRIORITY| Modifier and Type | Field and Description |
|---|---|
protected static byte[] |
EMPTY |
| Constructor and Description |
|---|
ProtonSaslMechanismImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ProtonSaslMechanism other) |
String |
getPassword()
Returns the configured password value for this Mechanism.
|
String |
getUsername()
Returns the configured user name value for this Mechanism.
|
ProtonSaslMechanism |
setPassword(String value)
Sets the password value for this Mechanism.
|
ProtonSaslMechanism |
setUsername(String value)
Sets the user name value for this Mechanism.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetChallengeResponse, getInitialResponse, getName, getPriority, isApplicablepublic int compareTo(ProtonSaslMechanism other)
compareTo in interface Comparable<ProtonSaslMechanism>public ProtonSaslMechanism setUsername(String value)
ProtonSaslMechanismsetUsername in interface ProtonSaslMechanismvalue - The user name given.public String getUsername()
ProtonSaslMechanismgetUsername in interface ProtonSaslMechanismpublic ProtonSaslMechanism setPassword(String value)
ProtonSaslMechanismsetPassword in interface ProtonSaslMechanismvalue - The user name given.public String getPassword()
ProtonSaslMechanismgetPassword in interface ProtonSaslMechanismCopyright © 2020. All rights reserved.