BEA Systems, Inc.

Type-Safe Access to BEA WebLogic Server 9.1 MBeans (Deprecated)

(Methods marked with @since 9.0.0.0 or later are not available through the deprecated MBeanHome interface.)


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

Packages that use AdjudicatorMBean
weblogic.management.security   
weblogic.security.providers.authorization   
weblogic.security.providers.realmadapter   
 

Uses of AdjudicatorMBean in weblogic.management.security
 

Methods in weblogic.management.security that return AdjudicatorMBean
 AdjudicatorMBean RealmMBean.getAdjudicator()
          Returns the Adjudication provider for this security realm.
 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.
 

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.Deprecation of MBeanHome and Type-Safe InterfacesThis is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome.
 

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.Deprecation of MBeanHome and Type-Safe InterfacesThis is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.