public static enum AuthInfoUtil.Attribute extends Enum<AuthInfoUtil.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 AuthInfoUtil.Attribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthInfoUtil.Attribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthInfoUtil.Attribute SECURITY_TOKEN
public static final AuthInfoUtil.Attribute AUTH_TYPE
public static AuthInfoUtil.Attribute[] values()
for (AuthInfoUtil.Attribute c : AuthInfoUtil.Attribute.values()) System.out.println(c);
public static AuthInfoUtil.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-2014 The Apache Software Foundation. All Rights Reserved.