|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.2) Part Number E27170-02 |
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES All Classes |
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. |
PolicyAuxiliaryMBean | Provides a set of auxiliary methods for creating, editing, and removing policies. |
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. |
RoleAuxiliaryMBean | Provides a set of auxiliary methods for creating, editing, and removing role assignment policies. |
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. |
Provides interfaces and classes for the configuration, control and monitoring of Authorization, Adjudication, and Role Mapping security providers in a WebLogic security realm.
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.
|
Copyright 1996, 2013, 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.2) Part Number E27170-02 |
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES All Classes |