public enum IdentityKind extends Enum<IdentityKind> implements com.google.protobuf.ProtocolMessageEnum
aserto.directory.schema.v2.IdentityKind| Enum Constant and Description |
|---|
IDENTITY_KIND_DN
distinguished name format RFC1779
|
IDENTITY_KIND_EMAIL
email address
|
IDENTITY_KIND_EMPID
employee identifier
|
IDENTITY_KIND_PHONE
phone number using the format described in RFC3966, using the E.164 recommendation
|
IDENTITY_KIND_PID
provider unique identifier
|
IDENTITY_KIND_UNKNOWN
undefined state
|
IDENTITY_KIND_USERNAME
username
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
IDENTITY_KIND_DN_VALUE
distinguished name format RFC1779
|
static int |
IDENTITY_KIND_EMAIL_VALUE
email address
|
static int |
IDENTITY_KIND_EMPID_VALUE
employee identifier
|
static int |
IDENTITY_KIND_PHONE_VALUE
phone number using the format described in RFC3966, using the E.164 recommendation
|
static int |
IDENTITY_KIND_PID_VALUE
provider unique identifier
|
static int |
IDENTITY_KIND_UNKNOWN_VALUE
undefined state
|
static int |
IDENTITY_KIND_USERNAME_VALUE
username
|
| Modifier and Type | Method and Description |
|---|---|
static IdentityKind |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<IdentityKind> |
internalGetValueMap() |
static IdentityKind |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static IdentityKind |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static IdentityKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentityKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdentityKind IDENTITY_KIND_UNKNOWN
undefined state
IDENTITY_KIND_UNKNOWN = 0;public static final IdentityKind IDENTITY_KIND_PID
provider unique identifier
IDENTITY_KIND_PID = 1;public static final IdentityKind IDENTITY_KIND_EMAIL
email address
IDENTITY_KIND_EMAIL = 2;public static final IdentityKind IDENTITY_KIND_USERNAME
username
IDENTITY_KIND_USERNAME = 3;public static final IdentityKind IDENTITY_KIND_DN
distinguished name format RFC1779
IDENTITY_KIND_DN = 4;public static final IdentityKind IDENTITY_KIND_PHONE
phone number using the format described in RFC3966, using the E.164 recommendation
IDENTITY_KIND_PHONE = 5;public static final IdentityKind IDENTITY_KIND_EMPID
employee identifier
IDENTITY_KIND_EMPID = 6;public static final IdentityKind UNRECOGNIZED
public static final int IDENTITY_KIND_UNKNOWN_VALUE
undefined state
IDENTITY_KIND_UNKNOWN = 0;public static final int IDENTITY_KIND_PID_VALUE
provider unique identifier
IDENTITY_KIND_PID = 1;public static final int IDENTITY_KIND_EMAIL_VALUE
email address
IDENTITY_KIND_EMAIL = 2;public static final int IDENTITY_KIND_USERNAME_VALUE
username
IDENTITY_KIND_USERNAME = 3;public static final int IDENTITY_KIND_DN_VALUE
distinguished name format RFC1779
IDENTITY_KIND_DN = 4;public static final int IDENTITY_KIND_PHONE_VALUE
phone number using the format described in RFC3966, using the E.164 recommendation
IDENTITY_KIND_PHONE = 5;public static final int IDENTITY_KIND_EMPID_VALUE
employee identifier
IDENTITY_KIND_EMPID = 6;public static IdentityKind[] values()
for (IdentityKind c : IdentityKind.values()) System.out.println(c);
public static IdentityKind 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 nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static IdentityKind valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static IdentityKind forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<IdentityKind> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static IdentityKind valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024. All rights reserved.