golfShop.data.user |
|
Java Source File Name | Type | Comment |
FileUserStore.java | Class | This is one flavor of a UserStore. |
MemoryUserStore.java | Class | This is one flavor of a UserStore. |
UserDOImpl.java | Class | The application specific user data object. |
UserStore.java | Class | This abstract class defines the template for the tree kinds of user
stores: memory, file and ldap.
This object represents the physical medium that the list of all users is
stored in. |