April 14, 2020
Estimated Post Reading Time ~

Using Jackrabbit UserManager APIs to create AEM Users and Groups

You can develop an Adobe Experience Manager (AEM) OSGi bundle that uses the Jackrabbit UserManager APIs to perform AEM user operations. This API provides access to both AEM users and groups and is located in the org.apache.jackrabbit.api.security.user Java package.

In this development article, a custom Sling Servlet is created that dynamically creates AEM users and groups using the UserManager API. For more information, see Interface UserManager.

AEM 5.6The following illustration shows the AEM page that performs a POST operation to the AEM custom Sling Servlet that creates the user and group.

To read this development article, click https://helpx.adobe.com/experience-manager/using/jackrabbit-users.html.

AEM 6.1/6.2
The following illustration shows the AEM page that performs a POST operation to the AEM custom Sling Servlet that creates the user and group.


To read this development article, click https://helpx.adobe.com/experience-manager/using/using-jackrabbit-usermanager-apis-6.html.


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.