BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.security.spi
Interface AuditInvokeConfigurationEvent


public interface AuditInvokeConfigurationEvent
extends AuditConfigurationEvent

The AuditInvokeConfigurationEvent interface is used to post a specific configuration change audit event that identifies that a request has been made to invoke an operation on an existing configuration artifact. This event will indicate if the request was allowed or dis-allowed. The WebLogic Management infrastructure implements this interface. An Auditing provider can use this interface to get specific information about the configuration audit event.

Author:
Copyright © 2004 BEA Systems, Inc. All Rights Reserved.

Field Summary
static java.lang.String INVOKE_EVENT
          Unique identifier for the Invoke Configuration Audit Event
 
Method Summary
 java.lang.String getMethodName()
          Gets the MethodName associated with this AuditInvokeConfigurationEvent.
 java.lang.String getParameters()
          Gets the Parameters associated with this AuditInvokeConfigurationEvent.
 
Methods inherited from interface weblogic.security.spi.AuditConfigurationEvent
getObjectName, getSubject
 
Methods inherited from interface weblogic.security.spi.AuditEvent
getEventType, getFailureException, getSeverity, toString
 
Methods inherited from interface weblogic.security.spi.AuditContext
getContext
 

Field Detail

INVOKE_EVENT

public static final java.lang.String INVOKE_EVENT
Unique identifier for the Invoke Configuration Audit Event
Method Detail

getMethodName

public java.lang.String getMethodName()
Gets the MethodName associated with this AuditInvokeConfigurationEvent.

Returns:
the String representing the MethodName of the MBean operation being invoked by the subject associated with this AuditInvokeConfigurationEvent.


getParameters

public java.lang.String getParameters()
Gets the Parameters associated with this AuditInvokeConfigurationEvent.

Returns:
the String representing the Parameters of the MBean operation being invoked by the subject associated with this AuditInvokeConfigurationEvent.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81