|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.wsm.audit.Auditor
public class Auditor
Nested Class Summary | |
---|---|
static class |
Auditor.ContextType |
Field Summary | |
---|---|
static String |
DEFAULT_J2SE_FILTER Default standalone filter expression. |
static String |
DEFAULT_J2SE_LOGDIR Default standalone log directory. |
static Long |
DEFAULT_RETRY_COUNT Default number of retries (for HA). |
static Long |
DEFAULT_RETRY_DELAY Default delay (in milliseconds) between retries (for HA). |
static boolean |
FAILURE Flag to use to indicate a failure event. |
static String |
PARAM_J2SE_FILTER Key to use to determine standalone filter expression. |
static String |
PARAM_J2SE_LOGDIR Key to use to determine standalone log directory. |
static String |
PARAM_RETRY_COUNT Key to use to determine number of retries (for HA). |
static String |
PARAM_RETRY_DELAY Key to use to determine delay between retries (for HA). |
static boolean |
SUCCESS Flag to use to indicate a success event. |
Method Summary | |
---|---|
static Auditor |
createAuditor(Auditor.ContextType contextType, Properties params) |
boolean |
isEnabled(String eventType, boolean eventStatus, Map<String,Object> properties, Date startDate, Date prepDate) Quickly check to see whether an event might be audited. |
void |
log(oracle.security.jps.service.audit.AuditEvent ev, Date startDate, Date prepDate, Date checkDate) Audit an event and log performance information. |
void |
shutdown() Shutdown auditor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final boolean SUCCESS
public static final boolean FAILURE
public static final String PARAM_J2SE_FILTER
public static final String DEFAULT_J2SE_FILTER
public static final String PARAM_J2SE_LOGDIR
public static final String DEFAULT_J2SE_LOGDIR
public static final String PARAM_RETRY_COUNT
public static final Long DEFAULT_RETRY_COUNT
public static final String PARAM_RETRY_DELAY
public static final Long DEFAULT_RETRY_DELAY
Method Detail |
---|
public static Auditor createAuditor(Auditor.ContextType contextType, Properties params) throws oracle.security.jps.JpsException
oracle.security.jps.JpsException
public boolean isEnabled(String eventType, boolean eventStatus, Map<String,Object> properties, Date startDate, Date prepDate) throws AuditException
eventType
- type of eventeventStatus
- status of eventproperties
- event attributesAuditException
public void log(oracle.security.jps.service.audit.AuditEvent ev, Date startDate, Date prepDate, Date checkDate) throws AuditException
ev
- event to logstartDate
- date when audit processing beganprepDate
- date when audit preparation completedcheckDate
- date when audit checking completedAuditException
public void shutdown() throws AuditException
AuditException
|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |