Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

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