public static enum AuthInfo.Attribute extends Enum<AuthInfo.Attribute>
| Enum Constant and Description |
|---|
AUTH_TYPE
The named auth type
|
SECURITY_TOKEN
The security token
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
static AuthInfo.Attribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthInfo.Attribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthInfo.Attribute SECURITY_TOKEN
public static final AuthInfo.Attribute AUTH_TYPE
public static AuthInfo.Attribute[] values()
for (AuthInfo.Attribute c : AuthInfo.Attribute.values()) System.out.println(c);
public static AuthInfo.Attribute valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic String getId()
Copyright © 2007-2012. All Rights Reserved.