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, wait
getMechanismName, processSaslStep
protected boolean failed
protected String failureReason
public AbstractSaslMechanism()
public String getUsername()
getUsername
in interface SaslMechanism
public String getPassword()
getPassword
in interface SaslMechanism
public boolean isFailed()
isFailed
in interface SaslMechanism
public String getFailureReason()
getFailureReason
in interface SaslMechanism
Copyright © 2005–2017 FuseSource, Corp.. All rights reserved.