public interface SaslMechanism
Modifier and Type | Method and Description |
---|---|
String |
getFailureReason() |
String |
getMechanismName() |
String |
getPassword() |
String |
getUsername() |
boolean |
isFailed() |
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()
boolean isFailed()
String getFailureReason()
Copyright © 2005–2021 FuseSource, Corp.. All rights reserved.