public static enum Credential.AccessMode extends java.lang.Enum<Credential.AccessMode>
| Enum Constant and Description |
|---|
EXCLUSIVE |
NONEXCLUSIVE |
NONSHARED |
NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue()
This API returns the int value of the enum constant.
|
static Credential.AccessMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Credential.AccessMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Credential.AccessMode NOT_SET
public static final Credential.AccessMode EXCLUSIVE
public static final Credential.AccessMode NONEXCLUSIVE
public static final Credential.AccessMode NONSHARED
public static Credential.AccessMode[] values()
for (Credential.AccessMode c : Credential.AccessMode.values()) System.out.println(c);
public static Credential.AccessMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getValue()
IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.