Package com.buildless

Enum Class DirectoryProvider

java.lang.Object
java.lang.Enum<DirectoryProvider>
com.buildless.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
  • Enum Constant Details

    • DIRECTORY_PROVIDER_UNKNOWN

      public static final DirectoryProvider 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

      public static final DirectoryProvider GOOGLE_WORKSPACE
       Specifies Google Workspace as a directory provider.
       
      GOOGLE_WORKSPACE = 1;
    • AZURE_AD

      public static final DirectoryProvider AZURE_AD
       Specifies Microsoft Azure AD as a directory provider.
       
      AZURE_AD = 2;
    • OKTA

      public static final DirectoryProvider OKTA
       Specifies Okta as a directory provider.
       
      OKTA = 3;
    • ONELOGIN

      public static final DirectoryProvider ONELOGIN
       Specifies OneLogin as a directory provider.
       
      ONELOGIN = 4;
    • PING_IDENTITY

      public static final DirectoryProvider PING_IDENTITY
       Specifies Ping Identity as a directory provider.
       
      PING_IDENTITY = 5;
    • UNRECOGNIZED

      public static final DirectoryProvider UNRECOGNIZED
  • Field Details

    • DIRECTORY_PROVIDER_UNKNOWN_VALUE

      public static final int DIRECTORY_PROVIDER_UNKNOWN_VALUE
       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;
      See Also:
    • GOOGLE_WORKSPACE_VALUE

      public static final int GOOGLE_WORKSPACE_VALUE
       Specifies Google Workspace as a directory provider.
       
      GOOGLE_WORKSPACE = 1;
      See Also:
    • AZURE_AD_VALUE

      public static final int AZURE_AD_VALUE
       Specifies Microsoft Azure AD as a directory provider.
       
      AZURE_AD = 2;
      See Also:
    • OKTA_VALUE

      public static final int OKTA_VALUE
       Specifies Okta as a directory provider.
       
      OKTA = 3;
      See Also:
    • ONELOGIN_VALUE

      public static final int ONELOGIN_VALUE
       Specifies OneLogin as a directory provider.
       
      ONELOGIN = 4;
      See Also:
    • PING_IDENTITY_VALUE

      public static final int PING_IDENTITY_VALUE
       Specifies Ping Identity as a directory provider.
       
      PING_IDENTITY = 5;
      See Also:
  • Method Details

    • values

      public static DirectoryProvider[] 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

      public static DirectoryProvider valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static DirectoryProvider valueOf(int value)
      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 name
      NullPointerException - if the argument is null
    • forNumber

      public static DirectoryProvider forNumber(int value)
      Parameters:
      value - The numeric wire value of the corresponding enum entry.
      Returns:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<DirectoryProvider> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static DirectoryProvider valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      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 name
      NullPointerException - if the argument is null