If you need to customize the userpicker component to allow users to pick a particular user from a specific group, you have to extend the OOTB userpicker component. It uses the UserManager service instance to get the group authorizable and retrieve the group members using getMembers() method thereafter. Refer the sample code for this purpose-
A technical blog for solutions and suggestion in Adobe Experience Manager
Subscribe to:
Post Comments (Atom)
CDN | Clearing Cloudflare cache
In order to clear Cloudflare cache automatically via code, follow below steps: 1. Develop Custom TransportHandler Develop a custom Trans...
-
Sometimes you may come across to issues with content replication queue. Issue can be at any of 3 levels i.e. Agent level, Service level and...
-
XSS (Cross Site Scripting) protection in AEM to prevent attackers to inject code into web pages viewed by other users, is based on AntiSam...
-
During development, it is often needed a quick way to clear dispatcher cache. In this article, I am going to enlist basic methods: 1. cu...
No comments:
Post a Comment