|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
IGroupManager | Manager Interface for Group operations |
IGroupMembershipProvider | Provides group membership information. |
Class Summary | |
---|---|
AbstractGroupMembershipProvider | An abstract implementation for IGroupMembershipProvider , that
minimizes the number of methods required to be implemented. |
GroupConfig | Contains the information about a group principal in the portal. |
GroupControllerXml | |
GroupManager | Class responsible for managing operations on the portal groups. |
GroupType | Defines a group's type. |
Contains the API for managing Lumis Portal user groups.
IGroupManager
is the main entry point for this
API, and is available at ManagerFactory.getGroupManager()
.
Groups are of a specific group type. Group type contains configurations that
affects all of its groups. Group membership calculation may be customized
by implementing IGroupMembershipProvider
and
configuring a group type to use it.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |