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


Uses of Interface
weblogic.management.security.audit.AuditorMBean

Packages that use AuditorMBean
weblogic.management.security   

 

Uses of AuditorMBean in weblogic.management.security

 

Methods in weblogic.management.security that return AuditorMBean
abstract  AuditorMBean RealmMBean.createAuditor(String name, String type)
          Creates an Auditing provider in this security realm.
abstract  AuditorMBean RealmMBean.createAuditor(String type)
          Creates an Auditing provider in this security realm.
abstract  AuditorMBean[] RealmMBean.getAuditors()
          Returns the Auditing providers for this security realm (in invocation order).
abstract  AuditorMBean RealmMBean.lookupAuditor(String name)
          Finds an Auditing provider in this security realm.

 

Methods in weblogic.management.security with parameters of type AuditorMBean
abstract  void RealmMBean.destroyAuditor(AuditorMBean auditor)
          Removes the configuration for an Auditing provider in this security realm.
abstract  void RealmMBean.setAuditors(AuditorMBean[] auditors)
          Changes the invocation order of this security realm's Auditing providers.

 


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