public abstract class AbstractSaslMechanism extends Object implements SaslMechanism
| Modifier and Type | Field and Description |
|---|---|
static String |
SASL_COMPLETE_KEY |
FORCE_AUTHZID| Constructor and Description |
|---|
AbstractSaslMechanism() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isComplete(SessionObject sessionObject)
Determines whether the authentication exchange has completed.
|
protected void |
setComplete(SessionObject sessionObject,
boolean complete) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitevaluateChallenge, isAllowedToUse, namepublic static final String SASL_COMPLETE_KEY
public boolean isComplete(SessionObject sessionObject)
SaslMechanismisComplete in interface SaslMechanismsessionObject - current SessionObjecttrue if exchange is complete.protected void setComplete(SessionObject sessionObject, boolean complete)
Copyright © 2006–2020 Tigase. All rights reserved.