Class PrincipalPostLoadProcessor
- java.lang.Object
-
- lumis.service.portalmanagement.genericacl.PrincipalPostLoadProcessor
-
- All Implemented Interfaces:
IPostLoadProcessor
public class PrincipalPostLoadProcessor extends Object implements IPostLoadProcessor
Processes the genericacl principalList source, removing the principals the current user may not see.The source must have the following principal's fields:
- channelId
- type
- subType
- Since:
- 4.0.8
- Version:
- $Revision: 23843 $ $Date: 2020-05-29 14:57:24 -0300 (Fri, 29 May 2020) $
-
-
Constructor Summary
Constructors Constructor Description PrincipalPostLoadProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
processSource(SessionConfig sessionConfig, Source source, Node parametersNode, ITransaction transaction)
-
-
-
Method Detail
-
processSource
public void processSource(SessionConfig sessionConfig, Source source, Node parametersNode, ITransaction transaction) throws PortalException
- Specified by:
processSource
in interfaceIPostLoadProcessor
- Throws:
PortalException
-
-