Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.

User interface in Java API

Avatar

Former Community Member
Hello,



I just want to create a new User with a short Java client.

But User is an interface and I would like to know, which object implements this interface.



Thanks



Thomas
2 Replies

Avatar

Level 10
Try to use the UserImpl object (UserImpl newUser = new UserImpl();).



Jasmin