Cette conversation a été verrouillée en raison de son inactivité. Veuillez créer une nouvelle publication.
Niveau 1
Niveau 2
Se connecter à la communauté
Connectez-vous pour voir tous les badges
Cette conversation a été verrouillée en raison de son inactivité. Veuillez créer une nouvelle publication.
Hi,
I need to allow groups also appear in the userpicker drop down. I see only option to override the userpicker. Have any one done this in before. Please suggest.
Thanks.
Résolu ! Accéder à la solution.
Vues
Réponses
Nombre de J’aime
Hi
Agreeing with Scott.
You need to write sling servlet and use User manager APIto get User/Group info.
Link:- https://helpx.adobe.com/experience-manager/using/jackrabbit-users.html
Link:- https://helpx.adobe.com/experience-manager/using/developing-aem-osgi-bundles-jackrabbit.html
I hope this would help You.
Thanks and Regards
Kautuk Sahni
Vues
Réponses
Nombre de J’aime
One way you can perform this requirement is to write a sling servlet and get the user/group information you need via the Jackrabbit User Manager API.
https://jackrabbit.apache.org/api/2.2/org/apache/jackrabbit/api/security/user/UserManager.html
Then you can use the return value of the sling servlet to populate a dialog dropdown. See this AEM community article:
https://helpx.adobe.com/experience-manager/using/dialog_fields_servlets.html
Vues
Réponses
Nombre de J’aime
Hi
Agreeing with Scott.
You need to write sling servlet and use User manager APIto get User/Group info.
Link:- https://helpx.adobe.com/experience-manager/using/jackrabbit-users.html
Link:- https://helpx.adobe.com/experience-manager/using/developing-aem-osgi-bundles-jackrabbit.html
I hope this would help You.
Thanks and Regards
Kautuk Sahni
Vues
Réponses
Nombre de J’aime
Try using xtype="authselection" in your dialog if this is not what you want then you can use the curl to get the results
Vues
Réponses
Nombre de J’aime
Vues
Likes
Réponses