Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02

Package weblogic.management.security.authorization

Provides interfaces and classes for the configuration, control and monitoring of Authorization, Adjudication, and Role Mapping security providers in a WebLogic security realm.

See:
          Description

Interface Summary
AdjudicatorMBean The SSPI MBean that all Adjudication providers must extend.
AuthorizerMBean The base MBean for Authorization providers.
DeployableAuthorizerMBean The SSPI MBean that must be extended by all Authorization providers that can store policies created while deploying a Web application or EJB.
DeployableRoleMapperMBean The SSPI MBean that must be extended by Role Mapping providers that can store roles created while deploying a Web application or EJB.
PolicyConsumerMBean The SSPI MBean that security providers extend to indicate that the provider supports policy consumption.
PolicyEditorMBean Provides a set of methods for creating, editing, and removing policies.
PolicyListerMBean Provides a set of methods for listing data about policies.
PolicyReaderMBean Provides a set of methods for reading data about policies.
PolicyStoreMBean Provides a set of methods for managing policies in a policy store.
PredicateEditorMBean This MBean edits data about predicates and their arguments.
PredicateReaderMBean This MBean reads data about predicates and their arguments.
RoleConsumerMBean The SSPI MBean that security providers extend to indicate that the provider supports role consumption.
RoleEditorMBean Provides a set of methods for creating, editing, and removing policies.
RoleListerMBean Provides a set of methods for listing data about roles.
RoleMapperMBean The base MBean for Role Mapping providers.
RoleReaderMBean Provides a set of methods for reading policies.
 

Class Summary
AdjudicatorImpl The base class of all adjudicator MBean implementations.
AuthorizerImpl The base class of all authorizer MBean implementations.
ComponentType The ComponentType class provides constants for the component type parameter when using the PolicyListerMBean and RoleListerMBean interfaces.
DeployableAuthorizerImpl An Authorization provider that supports deploying policies on behalf of Web application and EJB deployment.
DeployableRoleMapperImpl A Role Mapping provider that supports deploying policies on behalf of Web application and EJB deployment.
ListerKeys The ListerKeys class provides constants for the key names use to obtain values from a Properties object when using the PolicyListerMBean and RoleListerMBean interfaces.
RoleMapperImpl The base class of all Role Mapping MBean implementations.
 

Package weblogic.management.security.authorization Description

Provides interfaces and classes for the configuration, control and monitoring of Authorization, Adjudication, and Role Mapping security providers in a WebLogic security realm.

Deprecation of MBeanHome and Type-Safe Interfaces

This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime.


Documentation is available at
http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm
Copyright 1996, 2009, 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
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02