public enum PamAuditingAction extends Enum<PamAuditingAction> implements com.kobil.ssms.kernel.logic.auditing.AuditingAction
Enum Constant and Description |
---|
PAMADD |
PAMLOCK |
PAMMODIFY |
PAMREMOVE |
PAMUNLOCK |
Modifier and Type | Method and Description |
---|---|
int |
getKey() |
static PamAuditingAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PamAuditingAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PamAuditingAction PAMADD
public static final PamAuditingAction PAMLOCK
public static final PamAuditingAction PAMMODIFY
public static final PamAuditingAction PAMREMOVE
public static final PamAuditingAction PAMUNLOCK
public static PamAuditingAction[] values()
for (PamAuditingAction c : PamAuditingAction.values()) System.out.println(c);
public static PamAuditingAction 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 getKey()
getKey
in interface com.kobil.ssms.kernel.logic.auditing.AuditingAction
Copyright © 2022 KOBIL Systems GmbH. All rights reserved.