| Name | Description | Type | Package | Framework |
| IdentityManagementException | Thrown when an exception is encountered during account creation. | Class | org.jboss.seam.security.management | JBoss Seam |
| IdentityManager | Identity Management API, deals with user name/password-based identity management. | Class | org.jboss.seam.security.management | JBoss Seam |
| IdentityStore | The identity store does the actual work of persisting user accounts in a database, LDAP directory, etc. | Interface | org.jboss.seam.security.management | JBoss Seam |
| IdentityStore .Feature | Class | org.jboss.seam.security.management.IdentityStore | JBoss Seam | |
| IdentityStore .FeatureSet | Represents a set of optional features that an IdentityStore implementation might support. | Class | org.jboss.seam.security.management.IdentityStore | JBoss Seam |
| JpaIdentityStore | The default identity store implementation, uses JPA as its persistence mechanism. | Class | org.jboss.seam.security.management | JBoss Seam |
| LdapIdentityStore | An IdentityStore implementation that integrates with a directory service. | Class | org.jboss.seam.security.management | JBoss Seam |
| NoSuchRoleException | Thrown when an operation is performed on a non-existent role. | Class | org.jboss.seam.security.management | JBoss Seam |
| NoSuchUserException | Thrown when an operation is attempted on a non-existent user. | Class | org.jboss.seam.security.management | JBoss Seam |
| PasswordHash | Class | org.jboss.seam.security.management | JBoss Seam | |
| RoleAction | See Also:Serialized FormConstructor SummaryRoleAction() | Class | org.jboss.seam.security.management.action | JBoss Seam |
| RoleSearch | See Also:Serialized FormConstructor SummaryRoleSearch() | Class | org.jboss.seam.security.management.action | JBoss Seam |
| UserAction | A conversation-scoped component for creating and managing user accountsAuthor:Shane BryzakSee Also:Serialized Form | Class | org.jboss.seam.security.management.action | JBoss Seam |
| UserSearch | See Also:Serialized FormConstructor SummaryUserSearch() | Class | org.jboss.seam.security.management.action | JBoss Seam |