|
Openfire 3.5.0 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<SASLAuthentication.Status> org.jivesoftware.openfire.net.SASLAuthentication.Status
public static enum SASLAuthentication.Status
Enum Constant Summary | |
---|---|
authenticated
SASL negotiation has been successful. |
|
failed
SASL negotiation has failed. |
|
needResponse
Entity needs to respond last challenge. |
Method Summary | |
---|---|
static SASLAuthentication.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SASLAuthentication.Status[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final SASLAuthentication.Status needResponse
public static final SASLAuthentication.Status failed
public static final SASLAuthentication.Status authenticated
Method Detail |
---|
public static final SASLAuthentication.Status[] values()
for(SASLAuthentication.Status c : SASLAuthentication.Status.values()) System.out.println(c);
public static SASLAuthentication.Status 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
|
Openfire 3.5.0 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |