public enum GridSecuritySubjectType extends Enum<GridSecuritySubjectType>
GridSecuritySubject.type() method.| Enum Constant and Description |
|---|
REMOTE_CLIENT
Subject type for remote client.
|
REMOTE_NODE
Subject type for a remote
ClusterNode. |
| Modifier and Type | Method and Description |
|---|---|
static GridSecuritySubjectType |
fromOrdinal(byte ord)
Efficiently gets enumerated value from its ordinal.
|
static GridSecuritySubjectType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridSecuritySubjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridSecuritySubjectType REMOTE_NODE
ClusterNode.public static final GridSecuritySubjectType REMOTE_CLIENT
public static GridSecuritySubjectType[] values()
for (GridSecuritySubjectType c : GridSecuritySubjectType.values()) System.out.println(c);
public static GridSecuritySubjectType 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 null@Nullable public static GridSecuritySubjectType fromOrdinal(byte ord)
ord - Ordinal value.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0 Release Date : March 31 2015