public abstract class AbstractSaslMechanism extends Object implements SaslMechanism
| Modifier and Type | Field and Description |
|---|---|
protected String |
password |
protected String |
username |
| Constructor and Description |
|---|
AbstractSaslMechanism() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword() |
String |
getUsername() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMechanismName, processSaslSteppublic AbstractSaslMechanism()
public String getUsername()
getUsername in interface SaslMechanismpublic String getPassword()
getPassword in interface SaslMechanismCopyright © 2005–2017 FuseSource, Corp.. All rights reserved.