Group Members | Community
Skip to main content
Level 3
December 14, 2015
Solved

Group Members

  • December 14, 2015
  • 2 replies
  • 879 views

Hi All,

 

Good Evening...

Need small  help how to add members into group and i am read the group workflow but not able to new memebers into that gruop.

Can you please help me  code snippet.

Thanks in advance.

 

Used Group Api :  org.apache.jackrabbit.api.security.user.Group

 

Thanks,
Venkatesham G

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Lokesh_Shivalingaiah

Refer [1] for the Group API which has addMember() method to add the user into the group

[1] https://docs.adobe.com/docs/en/aem/6-0/develop/ref/javadoc/org/apache/jackrabbit/api/security/user/Group.html

2 replies

smacdonald2008
Level 10
December 14, 2015

See this AEM community article - it shows you what you want to do:

https://helpx.adobe.com/experience-manager/using/jackrabbit-users.html

Hope this helps.

Lokesh_Shivalingaiah
Lokesh_ShivalingaiahAccepted solution
Level 10
December 14, 2015

Refer [1] for the Group API which has addMember() method to add the user into the group

[1] https://docs.adobe.com/docs/en/aem/6-0/develop/ref/javadoc/org/apache/jackrabbit/api/security/user/Group.html