|
BEA Systems, Inc. | ||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
AuthenticationProviderMBean | The base MBean for all MBean implementations that manage Authentication providers. |
AuthenticatorMBean | The SSPI MBean that all Authentication providers with login services must extend. |
GroupEditorMBean | Provides a set of methods for creating, editing, and removing groups. |
GroupMemberListerMBean | Provides a method for listing a group's members. |
GroupMembershipHierarchyCacheMBean | Defines methods used to get/set the configuration attributes that are required to support the Group Membership Hierarchy Cache. |
GroupReaderMBean | Provides a set of methods for reading data about groups. |
GroupRemoverMBean | Provides a method for removing groups. |
GroupUserListerMBean | Provides a method for listing a group's user members. |
IdentityAsserterMBean | The SSPI MBean that all Identity Assertion providers must extend. |
MemberGroupListerMBean | Provides a method for listing the groups that contain a member. |
ServletAuthenticationFilterMBean | The SSPI MBean that all Servlet Authentication Filter providers must extend. |
UserEditorMBean | Provides a set of methods for creating, editing, and removing users. |
UserLockoutManagerMBean | Lists and manages lockouts on user accounts. |
UserPasswordEditorMBean | Provides two methods for changing a user's password. |
UserReaderMBean | Provides a set of methods for reading data about users. |
UserRemoverMBean | Provides a method for removing users. |
Class Summary | |
---|---|
AuthenticationProviderImpl | The base class of all authentication provider MBean implementations. |
AuthenticatorImpl | The base class of all authenticator MBean implementations. |
IdentityAsserterImpl | The base class of all Identity Assertion provider MBean implementations. |
Provides interfaces and classes for the configuration, control and monitoring of Authentication 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. For
more information, see "Developing Manageable Applications with JMX"
on http://www.oracle.com/technology/documentation/index.html.
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |