Enum Constant and Description |
---|
ASIS
Record the event as specified by the profile that protects
the resource or via options such as SETROPTS.
|
NOFAIL
If the authorization fails, the attempt is not recorded.
|
NONE
The authorization event is not recorded and messages are
suppressed regardless of whether or not MSGSUPP=NO is specified.
|
NOSTAT
The attempt is not recorded and no statistics are updated.
|
Modifier and Type | Method and Description |
---|---|
static LogOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LogOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogOption ASIS
public static final LogOption NOFAIL
public static final LogOption NONE
public static final LogOption NOSTAT
public static LogOption[] values()
for (LogOption c : LogOption.values()) System.out.println(c);
public static LogOption 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 null