public enum PamAction extends Enum<PamAction>
Enum Constant and Description |
---|
ADD_USER |
CHANGE_PASSWORD |
CHANGE_PASSWORD_STATE |
CONFIRM_TRANSACTION |
DECREASE_RETRYCOUNTER |
DELETE_PASSWORD |
DELETE_USER |
LOCK_USER |
LOCK_USER_UNTIL |
RESET_PASSWORD |
RETRIES_EXCEEDED |
SET_PASSWORD |
UNLOCK_USER |
VERIFY_PASSWORD |
Modifier and Type | Method and Description |
---|---|
byte |
getKey() |
static PamAction |
getPamAction(byte actionKey) |
static PamAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PamAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PamAction ADD_USER
public static final PamAction SET_PASSWORD
public static final PamAction DELETE_USER
public static final PamAction DELETE_PASSWORD
public static final PamAction LOCK_USER
public static final PamAction LOCK_USER_UNTIL
public static final PamAction UNLOCK_USER
public static final PamAction RETRIES_EXCEEDED
public static final PamAction CHANGE_PASSWORD
public static final PamAction RESET_PASSWORD
public static final PamAction VERIFY_PASSWORD
public static final PamAction CHANGE_PASSWORD_STATE
public static final PamAction CONFIRM_TRANSACTION
public static final PamAction DECREASE_RETRYCOUNTER
public static PamAction[] values()
for (PamAction c : PamAction.values()) System.out.println(c);
public static PamAction 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 byte getKey()
public static PamAction getPamAction(byte actionKey)
Copyright © 2022 KOBIL Systems GmbH. All rights reserved.