public interface SaslMechanism
| 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.
|
void processSaslStep(org.apache.qpid.proton.engine.Sasl sasl)
sasl - the SASL server that has read the incoming SASL exchange.String getUsername()
String getPassword()
String getMechanismName()
Copyright © 2005–2017 FuseSource, Corp.. All rights reserved.