Package org.jboss.security.audit
Interface AuditLevel
-
public interface AuditLevelDefine the Audit Levels of Severity- Since:
- Aug 21, 2006
- Version:
- $Revision$
- Author:
- Anil Saldhana
-
-
Field Summary
Fields Modifier and Type Field Description static StringERRORDenotes situations where there has been a server exceptionstatic StringFAILUREDenotes situations when there has been a failed attemptstatic StringINFOJust some info being passed into the audit logsstatic StringSUCCESS
-
-
-
Field Detail
-
ERROR
static final String ERROR
Denotes situations where there has been a server exception- See Also:
- Constant Field Values
-
FAILURE
static final String FAILURE
Denotes situations when there has been a failed attempt- See Also:
- Constant Field Values
-
SUCCESS
static final String SUCCESS
- See Also:
- Constant Field Values
-
INFO
static final String INFO
Just some info being passed into the audit logs- See Also:
- Constant Field Values
-
-