public class AnonymousMechanism extends Object implements SaslMechanism
| Constructor and Description |
|---|
AnonymousMechanism() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMechanismName() |
String |
getPassword() |
String |
getUsername() |
void |
processSaslStep(org.apache.qpid.proton.engine.Sasl sasl)
Perform the SASL processing for this mechanism type.
|
public AnonymousMechanism()
public void processSaslStep(org.apache.qpid.proton.engine.Sasl sasl)
SaslMechanismprocessSaslStep in interface SaslMechanismsasl - the SASL server that has read the incoming SASL exchange.public String getMechanismName()
getMechanismName in interface SaslMechanismpublic String getUsername()
getUsername in interface SaslMechanismpublic String getPassword()
getPassword in interface SaslMechanismCopyright © 2005–2017 FuseSource, Corp.. All rights reserved.