Package | Description |
---|---|
org.jboss.seam.security.management |
Seam Identity Management
|
Modifier and Type | Class and Description |
---|---|
class |
JpaIdentityStore
The default identity store implementation, uses JPA as its persistence mechanism.
|
class |
LdapIdentityStore
An IdentityStore implementation that integrates with a directory service.
|
Modifier and Type | Method and Description |
---|---|
IdentityStore |
IdentityManager.getIdentityStore() |
IdentityStore |
IdentityManager.getRoleIdentityStore() |
Modifier and Type | Method and Description |
---|---|
void |
IdentityManager.setIdentityStore(IdentityStore identityStore) |
void |
IdentityManager.setRoleIdentityStore(IdentityStore roleIdentityStore) |
Copyright © 2015 Seam Framework. All Rights Reserved.