Class PrincipalPostLoadProcessor
- java.lang.Object
-
- lumis.service.portalmanagement.genericacl.PrincipalPostLoadProcessor
-
- All Implemented Interfaces:
IPostLoadProcessor
public class PrincipalPostLoadProcessor extends java.lang.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
- itemId
- itemType
- Since:
- 4.0.8
- Version:
- $Revision: 25904 $ $Date: 2023-09-22 16:33:18 -0300 (Fri, 22 Sep 2023) $
-
-
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, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
-
-
Method Detail
-
processSource
public void processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction) throws PortalException
- Specified by:
processSource
in interfaceIPostLoadProcessor
- Throws:
PortalException
-
-