|
Oracle | ||||||||||
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. |
PasswordValidatorMBean | A marker interface to indicate a password validation provider MBean. |
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.
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 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. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |