April 13, 2020
Estimated Post Reading Time ~

Developing AEM OSGi bundles that use Jackrabbit UserManager APIs

You can develop an Adobe Experience Manager (AEM) OSGi bundle that uses 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.

Using an OSGi bundle that contains these APIs, you can retrieve AEM user identifier values and perform a task using these values. In this development article, the retrieved AEM user identifier values are written to the Adobe CQ log file.

7.12.2013 17:25:09.689 *INFO* [0:0:0:0:0:0:0:1 [1387319109155] GET /content/Blog.html HTTP/1.1] com.aem.users.SearchUsersImpl Retrieved USER admin
17.12.2013 17:25:09.689 *INFO* [0:0:0:0:0:0:0:1 [1387319109155] GET /content/Blog.html HTTP/1.1] com.aem.users.SearchUsersImpl Retrieved USER replication-receiver
17.12.2013 17:25:09.708 *INFO* [0:0:0:0:0:0:0:1 [1387319109155] GET /content/Blog.html HTTP/1.1] com.aem.users.SearchUsersImpl Retrieved USER anonymous
17.12.2013 17:25:09.709 *INFO* [0:0:0:0:0:0:0:1 [1387319109155] GET /content/Blog.html HTTP/1.1] com.aem.users.SearchUsersImpl Retrieved USER zachary.w.mitchell@spambob.com

To read this development article, click http://helpx.adobe.com/experience-manager/using/developing-aem-osgi-bundles-jackrabbit.html.


By aem4beginner

No comments:

Post a Comment

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