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