Package org.jboss.security.audit
Interface AuditLevel
-
public interface AuditLevel
Define the Audit Levels of Severity- Since:
- Aug 21, 2006
- Version:
- $Revision$
- Author:
- Anil Saldhana
-
-
Field Summary
Fields Modifier and Type Field Description static String
ERROR
Denotes situations where there has been a server exceptionstatic String
FAILURE
Denotes situations when there has been a failed attemptstatic String
INFO
Just some info being passed into the audit logsstatic String
SUCCESS
-
-
-
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
-
-