Uses of Interface
org.apache.activemq.artemis.protocol.amqp.sasl.SASLResult
-
Packages that use SASLResult Package Description org.apache.activemq.artemis.protocol.amqp.broker This package includes classes used to interact with the broker.org.apache.activemq.artemis.protocol.amqp.proton This package includes classes used on the interaction with Proton, including Context classes that will be translated through the model event.org.apache.activemq.artemis.protocol.amqp.proton.handler org.apache.activemq.artemis.protocol.amqp.sasl org.apache.activemq.artemis.protocol.amqp.sasl.scram -
-
Uses of SASLResult in org.apache.activemq.artemis.protocol.amqp.broker
Methods in org.apache.activemq.artemis.protocol.amqp.broker with parameters of type SASLResult Modifier and Type Method Description voidAMQPSessionCallback. init(AMQPSessionContext protonSession, SASLResult saslResult)booleanAMQPConnectionCallback. validateConnection(org.apache.qpid.proton.engine.Connection connection, SASLResult saslResult) -
Uses of SASLResult in org.apache.activemq.artemis.protocol.amqp.proton
Methods in org.apache.activemq.artemis.protocol.amqp.proton that return SASLResult Modifier and Type Method Description SASLResultAMQPConnectionContext. getSASLResult() -
Uses of SASLResult in org.apache.activemq.artemis.protocol.amqp.proton.handler
Methods in org.apache.activemq.artemis.protocol.amqp.proton.handler that return SASLResult Modifier and Type Method Description SASLResultProtonHandler. getSASLResult() -
Uses of SASLResult in org.apache.activemq.artemis.protocol.amqp.sasl
Classes in org.apache.activemq.artemis.protocol.amqp.sasl that implement SASLResult Modifier and Type Class Description classPlainSASLResultclassPrincipalSASLResultMethods in org.apache.activemq.artemis.protocol.amqp.sasl that return SASLResult Modifier and Type Method Description SASLResultAnonymousServerSASL. result()SASLResultExternalServerSASL. result()SASLResultGSSAPIServerSASL. result()SASLResultServerSASL. result()SASLResultServerSASLPlain. result() -
Uses of SASLResult in org.apache.activemq.artemis.protocol.amqp.sasl.scram
Methods in org.apache.activemq.artemis.protocol.amqp.sasl.scram that return SASLResult Modifier and Type Method Description SASLResultSCRAMServerSASL. result()
-