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

Part Number E41849-02

weblogic.management.security.audit
Interface ContextHandlerMBean

All Superinterfaces:
DescriptorBean, SettableBean, StandardInterface
All Known Subinterfaces:
DefaultAuditorMBean

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
 String[] getActiveContextHandlerEntries()
          Returns the ContextHandler entries that the Audit provider is currently configured to process.
 String[] getSupportedContextHandlerEntries()
          Returns the list of all ContextHandler entries supported by the auditor.
 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
 
Methods inherited from interface weblogic.descriptor.SettableBean
isSet, unSet
 

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()

Copyright 1996, 2014, 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.1.3)

Part Number E41849-02