Package | Description |
---|---|
org.apache.qpid.proton.engine | |
org.apache.qpid.proton.engine.impl |
Modifier and Type | Field and Description |
---|---|
static Sasl.SaslOutcome |
Sasl.PN_SASL_AUTH |
static Sasl.SaslOutcome |
Sasl.PN_SASL_NONE |
static Sasl.SaslOutcome |
Sasl.PN_SASL_OK |
static Sasl.SaslOutcome |
Sasl.PN_SASL_PERM |
static Sasl.SaslOutcome |
Sasl.PN_SASL_SKIPPED |
static Sasl.SaslOutcome |
Sasl.PN_SASL_SYS |
static Sasl.SaslOutcome |
Sasl.PN_SASL_TEMP |
Modifier and Type | Method and Description |
---|---|
Sasl.SaslOutcome |
Sasl.getOutcome()
Retrieve the outcome of SASL negotiation.
|
static Sasl.SaslOutcome |
Sasl.SaslOutcome.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Sasl.SaslOutcome[] |
Sasl.SaslOutcome.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Sasl.done(Sasl.SaslOutcome outcome)
Set the outcome of SASL negotiation
Used by the server to set the result of the negotiation process.
|
Modifier and Type | Method and Description |
---|---|
Sasl.SaslOutcome |
SaslImpl.getOutcome() |
Modifier and Type | Method and Description |
---|---|
void |
SaslImpl.done(Sasl.SaslOutcome outcome) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.