Package org.apache.ignite.lang
Class ErrorGroups.Authentication
java.lang.Object
org.apache.ignite.lang.ErrorGroups.Authentication
- Enclosing class:
- ErrorGroups
Authentication error group.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ErrorGroup
Authentication error group.static final int
Basic authentication provider is not found.static final int
Authentication error caused by invalid credentials.static final int
Authentication error caused by unsupported authentication type. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
AUTHENTICATION_ERR_GROUP
Authentication error group. -
UNSUPPORTED_AUTHENTICATION_TYPE_ERR
public static final int UNSUPPORTED_AUTHENTICATION_TYPE_ERRAuthentication error caused by unsupported authentication type. -
INVALID_CREDENTIALS_ERR
public static final int INVALID_CREDENTIALS_ERRAuthentication error caused by invalid credentials. -
BASIC_PROVIDER_ERR
public static final int BASIC_PROVIDER_ERRBasic authentication provider is not found.
-
-
Constructor Details
-
Authentication
public Authentication()
-