Oracle

Package weblogic.management.security.authentication

Provides interfaces and classes for the configuration, control and monitoring of Authentication security providers in a WebLogic security realm.

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.
 

Package weblogic.management.security.authentication Description

Provides interfaces and classes for the configuration, control and monitoring of Authentication 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. For more information, see "Developing Manageable Applications with JMX" on http://edocs.bea.com.


Documentation is available at
http://edocs.bea.com/wls/docs103
Copyright 2008 Oracle