edu.iu.uis.eden.user |
|
Java Source File Name | Type | Comment |
AuthenticationUserId.java | Class | A
UserId which represents the id a user would use to authenticate
with the system. |
BaseUserService.java | Class | A UserService implementation which is backed by a database and fronted by an in-memory cache. |
BaseWorkflowUser.java | Class | A simple user implementation which can be used as the base for other
user implementations of
WorkflowUser . |
EmplId.java | Class | EmplId is an "employee" id that can be used as a foreign key into another,
institutional, identity system. |
PluginTestUser.java | Class | A simple user implementation of our own just to test that the classloading
is working properly. |
PluginTestUserService.java | Class | |
Recipient.java | Interface | Marker interface for recipients of Action Requests in the system. |
RoleRecipient.java | Class | Marks a Role to be used in an ActionRequestValue. |
TestPopulateEdenUserNames.java | Class | |
UserCapabilities.java | Class | Identifies the capabilities of a particular
UserService implementation. |
UserId.java | Interface | A user's Id which has a String representable value. |
UserLookupableImpl.java | Class | The default Lookupable implementation for WorkflowUsers. |
UserService.java | Interface | The UserService provides retrieval and search capibilities for WorkflowUsers. |
UserServiceTest.java | Class | |
UserTester.java | Class | |
UuId.java | Class | UuId is a "universal" id that can be used as a foreign key into another,
institutional, identity system. |
WorkflowUser.java | Interface | Represents a user within Workflow. |
WorkflowUserId.java | Class | A unique user Id which is generated by the application. |