Interface SecurityEventObject.Action
-
- Enclosing class:
- SecurityEventObject
public static interface SecurityEventObject.ActionWhat type of action was taken.
-
-
Field Summary
Fields Modifier and Type Field Description static StringALLOWallow.static StringCHALLENGEchallenge.static StringCONNECTIONCLOSEconnectionClose.static StringDROPdrop.static StringJSCHALLENGEjschallenge.static StringLOGlog.static StringSIMULATEsimulate.static StringUNKNOWNunknown.
-
-
-
Field Detail
-
UNKNOWN
static final String UNKNOWN
unknown.- See Also:
- Constant Field Values
-
ALLOW
static final String ALLOW
allow.- See Also:
- Constant Field Values
-
DROP
static final String DROP
drop.- See Also:
- Constant Field Values
-
CHALLENGE
static final String CHALLENGE
challenge.- See Also:
- Constant Field Values
-
JSCHALLENGE
static final String JSCHALLENGE
jschallenge.- See Also:
- Constant Field Values
-
SIMULATE
static final String SIMULATE
simulate.- See Also:
- Constant Field Values
-
CONNECTIONCLOSE
static final String CONNECTIONCLOSE
connectionClose.- See Also:
- Constant Field Values
-
LOG
static final String LOG
log.- See Also:
- Constant Field Values
-
-