Class ErrorGroups.Authentication

java.lang.Object
org.apache.ignite.lang.ErrorGroups.Authentication
Enclosing class:
ErrorGroups

public static class ErrorGroups.Authentication extends Object
Authentication error group.
  • Field Details

    • AUTHENTICATION_ERR_GROUP

      public static final ErrorGroup AUTHENTICATION_ERR_GROUP
      Authentication error group.
    • UNSUPPORTED_AUTHENTICATION_TYPE_ERR

      public static final int UNSUPPORTED_AUTHENTICATION_TYPE_ERR
      Authentication error caused by unsupported authentication type.
    • INVALID_CREDENTIALS_ERR

      public static final int INVALID_CREDENTIALS_ERR
      Authentication error caused by invalid credentials.
    • BASIC_PROVIDER_ERR

      public static final int BASIC_PROVIDER_ERR
      Basic authentication provider is not found.
  • Constructor Details

    • Authentication

      public Authentication()