|
02/28/2005 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Package Summary
| Class Summary | |
| SystemUserGroup | User group used internally by Vignette Portal for permissioning purposes. |
| SystemUserGroupManager | Manager class for accessing SystemUserGroup instances in Vignette Portal. |
| SystemUserGroupQueryResults | A representation of the results from a system user group query. |
| User | Representation of a Vignette Portal user. |
| UserGroup | Object representation of a Vignette Portal user group. |
| UserGroupManager | Manager class for accessing UserGroup instances in Vignette Portal. |
| UserGroupQueryResults | A representation of the results from a user group query. |
| UserManager | Manager class for accessing User instances in Vignette Portal. |
| UserQueryResults | A representation of the results from a user query. |
Implements the Vignette Portal user management layer; users and user groups are accessed and managed through this package.
A Vignette Portal site has two types of users:
A Vignette Portal site has two main types of user groups:
User groups can be hierarchical: A group can be designated as a child of any number of groups, which in turn can be children of other groups. ("Parent" and "child" simply denote a membership relationship.) User group membership is also additive in cases where users belongs to multiple groups. Therefore, a particular user has the combined access rights of all of the groups to which that user belongs plus all of the groups that are direct or indirect parents.
Users and user groups are backed by Entity objects; the actual
user data is stored using the com.epicentric.entity package,
which has methods for querying the properties of users and user groups.
Vignette Portal Developer's Guide, available from Vignette Global Marketplace (http://global.vignette.com), provides examples of the API calls for accessing and managing users and user groups.
See:
Discussion
|
02/28/2005 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||