Package com.buildless
Enum Class DirectoryProvider
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<DirectoryProvider>,Constable
public enum DirectoryProvider
extends Enum<DirectoryProvider>
implements com.google.protobuf.ProtocolMessageEnum
## Directory Provider Enumerates known providers which can be installed as a SCIM-based managed directory. Providers in this enumerate are generally also identity providers, in addition to directory providers.Protobuf enum
buildless.DirectoryProvider-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionSpecifies Microsoft Azure AD as a directory provider.Specifies an unknown or unrecognized directory provider; this value should not be used by regular application code, and typically signifies a backwards-incompatible value.Specifies Google Workspace as a directory provider.Specifies Okta as a directory provider.Specifies OneLogin as a directory provider.Specifies Ping Identity as a directory provider. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intSpecifies Microsoft Azure AD as a directory provider.static final intSpecifies an unknown or unrecognized directory provider; this value should not be used by regular application code, and typically signifies a backwards-incompatible value.static final intSpecifies Google Workspace as a directory provider.static final intSpecifies Okta as a directory provider.static final intSpecifies OneLogin as a directory provider.static final intSpecifies Ping Identity as a directory provider. -
Method Summary
Modifier and TypeMethodDescriptionstatic DirectoryProviderforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<DirectoryProvider>static DirectoryProvidervalueOf(int value) Deprecated.static DirectoryProvidervalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static DirectoryProviderReturns the enum constant of this class with the specified name.static DirectoryProvider[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DIRECTORY_PROVIDER_UNKNOWN
Specifies an unknown or unrecognized directory provider; this value should not be used by regular application code, and typically signifies a backwards-incompatible value.
DIRECTORY_PROVIDER_UNKNOWN = 0; -
GOOGLE_WORKSPACE
Specifies Google Workspace as a directory provider.
GOOGLE_WORKSPACE = 1; -
AZURE_AD
Specifies Microsoft Azure AD as a directory provider.
AZURE_AD = 2; -
OKTA
Specifies Okta as a directory provider.
OKTA = 3; -
ONELOGIN
Specifies OneLogin as a directory provider.
ONELOGIN = 4; -
PING_IDENTITY
Specifies Ping Identity as a directory provider.
PING_IDENTITY = 5; -
UNRECOGNIZED
-
-
Field Details
-
DIRECTORY_PROVIDER_UNKNOWN_VALUE
public static final int DIRECTORY_PROVIDER_UNKNOWN_VALUESpecifies an unknown or unrecognized directory provider; this value should not be used by regular application code, and typically signifies a backwards-incompatible value.
DIRECTORY_PROVIDER_UNKNOWN = 0;- See Also:
-
GOOGLE_WORKSPACE_VALUE
public static final int GOOGLE_WORKSPACE_VALUESpecifies Google Workspace as a directory provider.
GOOGLE_WORKSPACE = 1;- See Also:
-
AZURE_AD_VALUE
public static final int AZURE_AD_VALUESpecifies Microsoft Azure AD as a directory provider.
AZURE_AD = 2;- See Also:
-
OKTA_VALUE
public static final int OKTA_VALUESpecifies Okta as a directory provider.
OKTA = 3;- See Also:
-
ONELOGIN_VALUE
public static final int ONELOGIN_VALUESpecifies OneLogin as a directory provider.
ONELOGIN = 4;- See Also:
-
PING_IDENTITY_VALUE
public static final int PING_IDENTITY_VALUESpecifies Ping Identity as a directory provider.
PING_IDENTITY = 5;- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-