public static enum PamManagementWs.ErrorCodes extends Enum<PamManagementWs.ErrorCodes>
Enum Constant and Description |
---|
COULD_NOT_DELETE_USER
The user could not be deleted.
|
FILTER_INVALID
The filter is invalid.
|
GENERAL_ERROR
Internal error.
|
GENERATING_PASSWORD_FAILED
The generating of a random password failed.
|
INVALID_LOCK_REASON
The lock reason is invalid.
|
INVALID_ORDER |
INVALID_PASSWORD
The password is not valid.
|
INVALID_RANGE |
INVALID_STATE
The state is null.
|
LOCKED
User is locked.
|
NOT_PAM_USER
The user is not found in pamUser and is not assigned a password.
|
PASSWORD_NULL
The password is null or empty.
|
PERMISSION_DENIED
A SOAP-MGT method was called by an operator, whose role does not cover the required permission.
|
RETRIES_EXCEEDED
Wrong password was entered too many times.
|
UNLOCKED
User is unlocked.
|
USER_ALREADY_EXISTS_KERNEL
User exists already in kernel.
|
USER_ALREADY_EXISTS_PAM
User exists already in PAM.
|
USER_DELETION_PROHIBITED
The deletion of the user is prohibited.
|
USER_NOT_FOUND
User not found in kernel.
|
USERID_INVALID
The user id in not valid.
|
Modifier and Type | Method and Description |
---|---|
static PamManagementWs.ErrorCodes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PamManagementWs.ErrorCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PamManagementWs.ErrorCodes PERMISSION_DENIED
public static final PamManagementWs.ErrorCodes GENERAL_ERROR
public static final PamManagementWs.ErrorCodes USER_ALREADY_EXISTS_PAM
public static final PamManagementWs.ErrorCodes USER_ALREADY_EXISTS_KERNEL
public static final PamManagementWs.ErrorCodes USER_NOT_FOUND
public static final PamManagementWs.ErrorCodes LOCKED
public static final PamManagementWs.ErrorCodes UNLOCKED
public static final PamManagementWs.ErrorCodes RETRIES_EXCEEDED
public static final PamManagementWs.ErrorCodes FILTER_INVALID
public static final PamManagementWs.ErrorCodes GENERATING_PASSWORD_FAILED
public static final PamManagementWs.ErrorCodes COULD_NOT_DELETE_USER
public static final PamManagementWs.ErrorCodes PASSWORD_NULL
public static final PamManagementWs.ErrorCodes INVALID_LOCK_REASON
public static final PamManagementWs.ErrorCodes INVALID_PASSWORD
public static final PamManagementWs.ErrorCodes USERID_INVALID
public static final PamManagementWs.ErrorCodes USER_DELETION_PROHIBITED
public static final PamManagementWs.ErrorCodes NOT_PAM_USER
public static final PamManagementWs.ErrorCodes INVALID_STATE
public static final PamManagementWs.ErrorCodes INVALID_ORDER
public static final PamManagementWs.ErrorCodes INVALID_RANGE
public static PamManagementWs.ErrorCodes[] values()
for (PamManagementWs.ErrorCodes c : PamManagementWs.ErrorCodes.values()) System.out.println(c);
public static PamManagementWs.ErrorCodes 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 nullCopyright © 2022 KOBIL Systems GmbH. All rights reserved.