Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

User interface in Java API

Avatar

Not applicable
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