| 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 |
| Modifier and Type | Method and Description |
|---|---|
void |
AMQPSessionCallback.init(AMQPSessionContext protonSession,
SASLResult saslResult) |
boolean |
AMQPConnectionCallback.validateConnection(org.apache.qpid.proton.engine.Connection connection,
SASLResult saslResult) |
| Modifier and Type | Method and Description |
|---|---|
SASLResult |
AMQPConnectionContext.getSASLResult() |
| Modifier and Type | Method and Description |
|---|---|
SASLResult |
ProtonHandler.getSASLResult() |
| Modifier and Type | Class and Description |
|---|---|
class |
PlainSASLResult |
class |
PrincipalSASLResult |
| Modifier and Type | Method and Description |
|---|---|
SASLResult |
ServerSASLPlain.result() |
SASLResult |
AnonymousServerSASL.result() |
SASLResult |
ExternalServerSASL.result() |
SASLResult |
GSSAPIServerSASL.result() |
SASLResult |
ServerSASL.result() |
| Modifier and Type | Method and Description |
|---|---|
SASLResult |
SCRAMServerSASL.result() |
Copyright © 2021 The Apache Software Foundation. All rights reserved.