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
static String ERROR
          Denotes situations where there has been a server exception
static String FAILURE
          Denotes situations when there has been a failed attempt
static String INFO
          Just some info being passed into the audit logs
static 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


Copyright © 2011 JBoss Inc.. All Rights Reserved.