Class SaslMechanisms
java.lang.Object
org.apache.qpid.proton.amqp.security.SaslMechanisms
- All Implemented Interfaces:
SaslFrameBody
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.qpid.proton.amqp.security.SaslFrameBody
SaslFrameBody.SaslFrameBodyHandler<E>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSymbol[]
<E> void
invoke
(SaslFrameBody.SaslFrameBodyHandler<E> handler, Binary payload, E context) void
setSaslServerMechanisms
(Symbol... saslServerMechanisms) toString()
-
Constructor Details
-
SaslMechanisms
public SaslMechanisms()
-
-
Method Details
-
getSaslServerMechanisms
-
setSaslServerMechanisms
-
invoke
- Specified by:
invoke
in interfaceSaslFrameBody
-
toString
-