| Class | Description |
|---|---|
| IdentityObjectCreatedEvent |
This CDI event is raised when an identity object is created
|
| IdentitySessionProducer |
Produces IdentitySession instances for identity management-related operations
|
| IdentityStoreConfiguration |
Abstract bean for configuring identity stores
|
| JpaIdentityStore |
IdentityStore implementation that allows identity related data to be
persisted in a database via JPA
|
| JpaIdentityStoreConfiguration |
A convenience class for setting JpaIdentityStore configuration options.
|
| JpaIdentityStoreSessionImpl |
JPA-specific implementation of IdentityStoreSession, based on an EntityManager.
|
Copyright © 2013 Seam Framework. All Rights Reserved.