Enum Constant and Description |
---|
ACLS |
ADMIN |
ALL |
AUTHENTICATION |
AUTHORIZATION |
CA |
DB |
HTTP |
KRA |
LDAP |
OCSP |
OTHER |
RA |
REQQUEUE |
SIGNED_AUDIT |
TKS |
TPS |
USRGRP |
XCERT |
Modifier and Type | Method and Description |
---|---|
int |
value() |
static LogSource |
valueOf(int value) |
static LogSource |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LogSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogSource ALL
public static final LogSource KRA
public static final LogSource RA
public static final LogSource CA
public static final LogSource HTTP
public static final LogSource DB
public static final LogSource AUTHENTICATION
public static final LogSource ADMIN
public static final LogSource LDAP
public static final LogSource REQQUEUE
public static final LogSource ACLS
public static final LogSource USRGRP
public static final LogSource OCSP
public static final LogSource AUTHORIZATION
public static final LogSource SIGNED_AUDIT
public static final LogSource XCERT
public static final LogSource TKS
public static final LogSource TPS
public static final LogSource OTHER
public static LogSource[] values()
for (LogSource c : LogSource.values()) System.out.println(c);
public static LogSource valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int value()
public static LogSource valueOf(int value)