public static enum GCUBESecurityManager.AuthMode extends Enum<GCUBESecurityManager.AuthMode>
| Modifier and Type | Method and Description |
|---|---|
static GCUBESecurityManager.AuthMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GCUBESecurityManager.AuthMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GCUBESecurityManager.AuthMode INTEGRITY
public static final GCUBESecurityManager.AuthMode PRIVACY
public static final GCUBESecurityManager.AuthMode BOTH
public static final GCUBESecurityManager.AuthMode NONE
public static GCUBESecurityManager.AuthMode[] values()
for (GCUBESecurityManager.AuthMode c : GCUBESecurityManager.AuthMode.values()) System.out.println(c);
public static GCUBESecurityManager.AuthMode 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 nullCopyright © 2015. All Rights Reserved.