Package lumis.portal.group
Contains the API for managing LumisXP 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.
- Since:
- 4.0.0
- Version:
- $Revision: 22420 $ $Date: 2019-02-19 16:21:02 -0300 (Tue, 19 Feb 2019) $
-
Interface Summary Interface Description IGroupManager Manager Interface for Group operationsIGroupManagerSPI Group manager internal operations.IGroupMembershipProvider Provides group membership information. -
Class Summary Class Description AbstractGroupMembershipProvider An abstract implementation forIGroupMembershipProvider
, that minimizes the number of methods required to be implemented.GroupConfig Contains the information about a group principal in the portal.GroupType Defines a group's type.