See: Description
| Interface | Description | 
|---|---|
| AnyIdentityDomainAuthenticatorMBean | Defines methods used to get/set whether the
 authenticator or identity asserter enables support for any identity domain. | 
| 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. | 
| IdentityDomainAuthenticatorMBean | Defines methods used to get/set the
 identity domain attribute used to determine the identity domain that an authenticator
 or identity asserter handles. | 
| MemberGroupListerMBean | Provides a method for listing the groups that contain a member. | 
| MultiIdentityDomainAuthenticatorMBean | Defines methods used to get/set the
 multiple identity domains attribute used to determine the identity domains that an authenticator
 or identity asserter handles. | 
| PasswordValidatorMBean | A marker interface to indicate a password validation provider MBean. | 
| ServletAuthenticationFilterMBean | The SSPI MBean that all Servlet Authentication
 Filter providers must extend. | 
| UserAttributeEditorMBean | Provides a set of methods for creating, editing and removing user attributes and 
 values.An authentication provider MBean can optionally implement this MBean. | 
| UserAttributeReaderMBean | Provides a set of methods for getting a list of supported users attributes
 and their types. | 
| 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 | Description | 
|---|---|
| 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. |