public abstract class AbstractSaslMechanism extends Object implements SaslMechanism
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
failed |
protected String |
failureReason |
protected String |
password |
protected String |
username |
| Constructor and Description |
|---|
AbstractSaslMechanism() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFailureReason() |
String |
getPassword() |
String |
getUsername() |
boolean |
isFailed() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMechanismName, processSaslStepprotected boolean failed
protected String failureReason
public AbstractSaslMechanism()
public String getUsername()
getUsername in interface SaslMechanismpublic String getPassword()
getPassword in interface SaslMechanismpublic boolean isFailed()
isFailed in interface SaslMechanismpublic String getFailureReason()
getFailureReason in interface SaslMechanismCopyright © 2005–2016 The Apache Software Foundation. All rights reserved.