|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Sasl.SaslOutcome>
org.apache.qpid.proton.engine.Sasl.SaslOutcome
public static enum Sasl.SaslOutcome
| Enum Constant Summary | |
|---|---|
PN_SASL_AUTH
failed due to bad credentials |
|
PN_SASL_NONE
negotiation not completed |
|
PN_SASL_OK
authentication succeeded |
|
PN_SASL_PERM
failed due to unrecoverable error |
|
PN_SASL_SYS
failed due to a system error |
|
PN_SASL_TEMP
|
|
| Method Summary | |
|---|---|
byte |
getCode()
|
static Sasl.SaslOutcome |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Sasl.SaslOutcome[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Sasl.SaslOutcome PN_SASL_NONE
public static final Sasl.SaslOutcome PN_SASL_OK
public static final Sasl.SaslOutcome PN_SASL_AUTH
public static final Sasl.SaslOutcome PN_SASL_SYS
public static final Sasl.SaslOutcome PN_SASL_PERM
public static final Sasl.SaslOutcome PN_SASL_TEMP
| Method Detail |
|---|
public static Sasl.SaslOutcome[] values()
for (Sasl.SaslOutcome c : Sasl.SaslOutcome.values()) System.out.println(c);
public static Sasl.SaslOutcome valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic byte getCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||