Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.security.spi
Interface AuditInvokeConfigurationEvent

All Superinterfaces:
AuditConfigurationEvent, AuditContext, AuditEvent

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 disallowed. The WebLogic Management infrastructure implements this interface. An Auditing provider can use this interface to get specific information about the configuration audit event.


Field Summary
static String INVOKE_EVENT
          Unique identifier for the Invoke Configuration Audit Event

 

Method Summary
abstract  String getMethodName()
          Gets the MethodName associated with this AuditInvokeConfigurationEvent.
abstract  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

static final String INVOKE_EVENT
Unique identifier for the Invoke Configuration Audit Event
See Also:
Constant Field Values

Method Detail

getMethodName

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

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.

Skip navigation links

Copyright 1996, 2015, 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
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09