Package org.norther.tammi.root.realm

Interface Summary
PersistentGroup The interface to a class representing a group of users in the persistent storage.
PersistentRole The interface to a class representing a role associated to a user in the persistent storage.
PersistentUser The class representing a user in the persistent storage.
RepositoryRealm A realm accessing user data in persistent storage.
 

Class Summary
DefaultRepositoryRealm A default implementation of RepositoryRealm.
IdBasedPersistentGroup The implementation of PersistentGroup to support ids.
IdBasedPersistentRole The implementation of PersistentRole to support ids.
IdBasedPersistentUser The implementation of the PersistentUser to support ids.
PersistentGroupGroup The relation class between persistent groups.
PersistentGroupGroup.Id An inner class for a composite id.
PersistentGroupUser The relation class between a persistent group and its users.
PersistentGroupUser.Id An inner class for a composite id.
PersistentUserRole The relation class between a persistent user and its roles.
PersistentUserRole.Id An inner class for a composite id.
SimplePersistentGroup The default implementation of PersistentGroup.
SimplePersistentRole The default implementation of PersistentRole.
SimplePersistentUser The default implementation of PersistentUser.
 

Enum Summary
PersistentUser.AccountState The account state.
 



Copyright © 2004 The Norther Organization. All rights reserved.