@Namespace(value="http://jboss.org/schema/seam/security", prefix="org.jboss.seam.security") @AutoCreate
See: Description
| Interface | Description |
|---|---|
| IdentityStore |
The identity store does the actual work of persisting user accounts in a
database, LDAP directory, etc.
|
| Class | Description |
|---|---|
| IdentityManager |
Identity Management API, deals with user name/password-based identity management.
|
| IdentityStore.FeatureSet |
Represents a set of optional features that an IdentityStore implementation might support.
|
| JpaIdentityStore |
The default identity store implementation, uses JPA as its persistence mechanism.
|
| LdapIdentityStore |
An IdentityStore implementation that integrates with a directory service.
|
| PasswordHash |
Password hashing utility functions
|
| Enum | Description |
|---|---|
| IdentityStore.Feature |
| Exception | Description |
|---|---|
| IdentityManagementException |
Thrown when an exception is encountered during account creation.
|
| NoSuchRoleException |
Thrown when an operation is performed on a non-existent role.
|
| NoSuchUserException |
Thrown when an operation is attempted on a non-existent user.
|
IdentityManagerCopyright © 2015 Seam Framework. All Rights Reserved.