@Namespace(value="http://jboss.com/products/seam/security", prefix="org.jboss.seam.security") @AutoCreate

Package org.jboss.seam.security.management

Seam Identity Management

See:
          Description

Interface Summary
IdentityStore The identity store does the actual work of persisting user accounts in a database, LDAP directory, etc.
 

Class Summary
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 Summary
IdentityStore.Feature  
 

Exception Summary
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.
 

Package org.jboss.seam.security.management Description

Seam Identity Management

See Also:
IdentityManager


Copyright © 2011 Seam Framework. All Rights Reserved.