public static enum PamServicesWs.ErrorCodes extends Enum<PamServicesWs.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_PASSWORD
The password is not valid.
|
LOCKED
User is locked.
|
NOT_PAM_USER
The user is not a PAM user with a valid password (#42002 fix).
|
PASSWORD_NULL
The password is null or empty.
|
PERMISSION_DENIED
Deprecated.
This error code is not in use.
|
RETRIES_EXCEEDED
Wrong password was entered too many times.
|
UNLOCKED
User is unlocked.
|
USER_NOT_FOUND
User not found in kernel.
|
USERID_INVALID
The user id is not valid.
|
Modifier and Type | Method and Description |
---|---|
static PamServicesWs.ErrorCodes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PamServicesWs.ErrorCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PamServicesWs.ErrorCodes PERMISSION_DENIED
public static final PamServicesWs.ErrorCodes GENERAL_ERROR
public static final PamServicesWs.ErrorCodes USER_NOT_FOUND
public static final PamServicesWs.ErrorCodes LOCKED
public static final PamServicesWs.ErrorCodes UNLOCKED
public static final PamServicesWs.ErrorCodes RETRIES_EXCEEDED
public static final PamServicesWs.ErrorCodes FILTER_INVALID
public static final PamServicesWs.ErrorCodes GENERATING_PASSWORD_FAILED
public static final PamServicesWs.ErrorCodes COULD_NOT_DELETE_USER
public static final PamServicesWs.ErrorCodes PASSWORD_NULL
public static final PamServicesWs.ErrorCodes INVALID_PASSWORD
public static final PamServicesWs.ErrorCodes USERID_INVALID
public static final PamServicesWs.ErrorCodes NOT_PAM_USER
public static PamServicesWs.ErrorCodes[] values()
for (PamServicesWs.ErrorCodes c : PamServicesWs.ErrorCodes.values()) System.out.println(c);
public static PamServicesWs.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.