public enum SecuritySubjectType extends Enum<SecuritySubjectType>
SecuritySubject.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 @Nullable SecuritySubjectType |
fromOrdinal(byte ord)
Efficiently gets enumerated value from its ordinal.
|
static SecuritySubjectType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecuritySubjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SecuritySubjectType REMOTE_NODE
ClusterNode
.public static final SecuritySubjectType REMOTE_CLIENT
public static SecuritySubjectType[] values()
for (SecuritySubjectType c : SecuritySubjectType.values()) System.out.println(c);
public static SecuritySubjectType 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 @Nullable SecuritySubjectType fromOrdinal(byte ord)
ord
- Ordinal value.
GridGain In-Memory Computing Platform : ver. 8.9.19 Release Date : April 10 2025