Package | Description |
---|---|
org.apache.activemq.artemis.core.protocol.proton.plug | |
org.proton.plug | |
org.proton.plug.context | |
org.proton.plug.handler | |
org.proton.plug.handler.impl | |
org.proton.plug.sasl |
Modifier and Type | Method and Description |
---|---|
void |
ProtonSessionIntegrationCallback.init(AMQPSessionContext protonSession,
SASLResult saslResult) |
Modifier and Type | Method and Description |
---|---|
SASLResult |
AMQPConnectionContext.getSASLResult() |
SASLResult |
ServerSASL.processSASL(byte[] bytes) |
Modifier and Type | Method and Description |
---|---|
void |
AMQPSessionCallback.init(AMQPSessionContext session,
SASLResult saslResult) |
Modifier and Type | Method and Description |
---|---|
SASLResult |
AbstractConnectionContext.getSASLResult() |
Modifier and Type | Method and Description |
---|---|
SASLResult |
ProtonHandler.getSASLResult()
To return the SASL Mechanism that was successful with the connection.
|
Modifier and Type | Method and Description |
---|---|
SASLResult |
ProtonHandlerImpl.getSASLResult() |
Modifier and Type | Class and Description |
---|---|
class |
PlainSASLResult |
Modifier and Type | Method and Description |
---|---|
SASLResult |
ServerSASLPlain.processSASL(byte[] data) |
SASLResult |
AnonymousServerSASL.processSASL(byte[] bytes) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.