java.io.Serializable, java.lang.Comparable<ClientIdentityFeature.Type>public static enum ClientIdentityFeature.Type extends java.lang.Enum<ClientIdentityFeature.Type>
| Enum Constant | Description |
|---|---|
CUSTOMER |
Deprecated.
Customer clients have a direct manifestation in customer code, and are
identified and managed by the customer.
|
SYSTEM |
Deprecated.
System clients have no direct manifestation in customer code, and are
identified and managed by the system.
|
| Modifier and Type | Method | Description |
|---|---|---|
static ClientIdentityFeature.Type |
valueOf(java.lang.String name) |
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ClientIdentityFeature.Type[] |
values() |
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClientIdentityFeature.Type CUSTOMER
public static final ClientIdentityFeature.Type SYSTEM
public static ClientIdentityFeature.Type[] values()
for (ClientIdentityFeature.Type c : ClientIdentityFeature.Type.values()) System.out.println(c);
public static ClientIdentityFeature.Type 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 null