|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.4) Part Number E13941-04 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuditConfigurationEvent
The AuditConfigurationEvent
interface is used to post configuration
change audit events. This is the base interface that is extended by components in the
WebLogic Security Framework to compose more specific configuration audit event types.
The WebLogic Management infrastructure implements this interface and may post configuration audit events for the following configuration change events:
Method Summary | |
---|---|
String |
getObjectName()
Get the ObjectName associated with this AuditConfigurationEvent . |
Subject |
getSubject()
Get the subject associated with this AuditConfigurationEvent . |
Methods inherited from interface weblogic.security.spi.AuditEvent |
---|
getEventType, getFailureException, getSeverity, toString |
Methods inherited from interface weblogic.security.spi.AuditContext |
---|
getContext |
Method Detail |
---|
Subject getSubject()
AuditConfigurationEvent
.
Subject
object that is attempting to
perform the configuration action associated with this AuditConfigurationEvent
.String getObjectName()
AuditConfigurationEvent
.
ObjectName
of the
MBean being accessed by the subject associated with this
AuditConfigurationEvent
.
|
Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.4) Part Number E13941-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |