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

Part Number E41849-02

Uses of Interface
weblogic.management.security.authorization.AdjudicatorMBean

Packages that use AdjudicatorMBean
weblogic.management.security Provides interfaces and classes for the configuration, control and monitoring of security providers in a WebLogic security realm. 
weblogic.security.providers.authorization Provides interfaces for the WebLogic Adjudication, Authorization, and Role Mapping providers. 
weblogic.security.providers.realmadapter Provides interfaces for Realm Adapter Adjudication, Auditing, Authentication, and Authorization providers. 
 

Uses of AdjudicatorMBean in weblogic.management.security
 

Methods in weblogic.management.security that return AdjudicatorMBean
 AdjudicatorMBean RealmMBean.createAdjudicator(String name, String type)
          Creates an Adjudication provider in this security realm and removes this security realm's previous Adjudication provider.
 AdjudicatorMBean RealmMBean.createAdjudicator(String type)
          Creates an Adjudication provider in this security realm and removes this security realm's previous Adjudication provider.
 AdjudicatorMBean RealmMBean.getAdjudicator()
          Returns the Adjudication provider for this security realm.
 

Uses of AdjudicatorMBean in weblogic.security.providers.authorization
 

Subinterfaces of AdjudicatorMBean in weblogic.security.providers.authorization
 interface DefaultAdjudicatorMBean
          This MBean defines configuration attributes for the WebLogic Adjudication provider.
 

Uses of AdjudicatorMBean in weblogic.security.providers.realmadapter
 

Subinterfaces of AdjudicatorMBean in weblogic.security.providers.realmadapter
 interface RealmAdapterAdjudicatorMBean
          The MBean for the Realm Adapter Adjudication provider.
 


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