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.management.security.audit
Interface ContextHandlerMBean

All Superinterfaces:
DescriptorBean, SettableBean, StandardInterface

public interface ContextHandlerMBean
extends StandardInterface, DescriptorBean

Provides a set of attributes for ContextHandler support. An Auditor provider MBean can optionally implement this MBean. The WebLogic Server Administration Console detects when an Auditor provider implements this MBean and automatically provides a tab for using these attributes.


Method Summary
abstract  String[] getActiveContextHandlerEntries()
          Returns the ContextHandler entries that the Audit provider is currently configured to process.
abstract  String[] getSupportedContextHandlerEntries()
          Returns the list of all ContextHandler entries supported by the auditor.
abstract  void setActiveContextHandlerEntries(String[] types)
          Sets the ContextHandler entries that the Audit provider will process.

 

Methods inherited from interface weblogic.management.commo.StandardInterface
getName

 

Methods inherited from interface weblogic.descriptor.DescriptorBean
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener

 

Method Detail

getSupportedContextHandlerEntries

String[] getSupportedContextHandlerEntries()
Returns the list of all ContextHandler entries supported by the auditor.

getActiveContextHandlerEntries

String[] getActiveContextHandlerEntries()
Returns the ContextHandler entries that the Audit provider is currently configured to process.

setActiveContextHandlerEntries

void setActiveContextHandlerEntries(String[] types)
                                    throws InvalidAttributeValueException
Sets the ContextHandler entries that the Audit provider will process. Only entries from the Audit provider's SupportedContextHandlerEntries attribute may be specified.
Throws:
InvalidAttributeValueException
See Also:
ContextHandlerMBean.getActiveContextHandlerEntries()

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