org.enhydra.shark.swingclient.workflowadmin.user |
|
Java Source File Name | Type | Comment |
GroupAccount.java | Class | Used to enter the data required to create or change settings of group account. |
GroupAccountManagement.java | Class | Implements the user interface and program logic to create the group account, remove it
or change it's properties. |
GroupAccountSettings.java | Class | Helps to manage the gropu account. |
GroupUsers.java | Class | Provides possibility to add/remove users from a group. |
LoggedUsersManagement.java | Class | Implements the user interface and program logic to view the logged users. |
UserAccount.java | Class | Used to enter the data required to create or change settings of user account. |
UserAccountManagement.java | Class | Implements the user interface and program logic to create the user account, remove it
or change it's properties. |
UserAccountSettings.java | Class | Helps to manage the user account. |
UserGroups.java | Class | Provides possibility to add/remove user to/from group. |
UserManagement.java | Class | Implements the user interface and program logic to manage the
users on the workflow server. |
UserManagementImpl.java | Class | Implements the user interface and program logic to manage the
users on the workflow server. |
UserMapping.java | Class | Enables the user to map some participant to the actual user represented by it's account
username. |
UserMappingManagement.java | Class | Implements the user interface and program logic to map the participants from some
package (or workflow) definition to the actual users represented by it's account
username. |