public enum CredentialErrorType extends Enum<CredentialErrorType>
Modifier and Type | Method and Description |
---|---|
static CredentialErrorType |
parseFromInt(int val) |
int |
value() |
static CredentialErrorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CredentialErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CredentialErrorType PERMISSION_DENIED
public static final CredentialErrorType PERMISSION_DENIED_NO_PROTOCOL_WITH_DETAILS
public static final CredentialErrorType INVALID_USERNAME_PASSWORD
public static final CredentialErrorType NO_CREDENTIALS_FOR_TRIGGERED_IP
public static final CredentialErrorType KEY_EXCHANGE_FAILED
public static final CredentialErrorType FAILED_GETTING_OS_TYPE
public static final CredentialErrorType SSL_CERTIFICATE_FAILED
public static final CredentialErrorType FAILED_TESTING_SUDO_FOR_CREDENTIAL
public static final CredentialErrorType FAILED_GETTING_SUDO_PASSWORD
public static CredentialErrorType[] values()
for (CredentialErrorType c : CredentialErrorType.values()) System.out.println(c);
public static CredentialErrorType 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 int value()
public static CredentialErrorType parseFromInt(int val)
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.