|
Message Security Layer (MSL) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<MslContext.ReauthCode>
com.netflix.msl.util.MslContext.ReauthCode
public static enum MslContext.ReauthCode
Re-authentication reason codes.
Enum Constant Summary | |
---|---|
ENTITY_REAUTH
The master token was rejected as bad or invalid. |
|
ENTITYDATA_REAUTH
The entity authentication data failed to authenticate the entity. |
Field Summary | |
---|---|
private MslConstants.ResponseCode |
code
The response code value. |
Method Summary | |
---|---|
int |
intValue()
|
static MslContext.ReauthCode |
valueOf(MslConstants.ResponseCode code)
|
static MslContext.ReauthCode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MslContext.ReauthCode[] |
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 MslContext.ReauthCode ENTITY_REAUTH
public static final MslContext.ReauthCode ENTITYDATA_REAUTH
Field Detail |
---|
private final MslConstants.ResponseCode code
Method Detail |
---|
public static MslContext.ReauthCode[] values()
for (MslContext.ReauthCode c : MslContext.ReauthCode.values()) System.out.println(c);
public static MslContext.ReauthCode 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 static MslContext.ReauthCode valueOf(MslConstants.ResponseCode code)
IllegalArgumentException
- if the response code does not map
onto a re-authentication code.public int intValue()
|
Message Security Layer (MSL) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |