hi in don't think that the jackrabbit user list was the right place to ask these kind of questions. please follow up on the appropriate channels with adobe. thanks.
the cq user management implementation was more or less a redundant wrapper around jackrabbit user management API that you may find with the org.apache.jackrabbit.api.security.user.* package [1] IMO that should help answer most of your questions. regarding "Profile" that's now covered with another API provided by adobe. there is no replacement for that in jackrabbit (except for just reading/writing the Node that stores the profile info). kind regards angela [1] http://jackrabbit.apache.org/api/2.4/org/apache/jackrabbit/api/security/user/package-summary.html On 6/18/12 11:37 PM, Reimer Adolfo Chamalé Linares wrote:
Hello, I have a question: In CQ 5.4 I used "com.day.cq.security" package, with interfaces like "Authorizable", "UserManager" and "Profile": But in CQ5.5 it got deprecated. I read about "org.apache.jackrabbit.api.security.user. I need some help to get the information from the user, like: - The current user (user id, path to user page, Profile) - Any user (user id, path to user page, Profile) - A list of users - A list of groups - The members of a group Thanks for you for your help, Atte. -- *Reimer Chamale*, Java Developer, XumaK Global Integration Team - Professional Services Mobile +502.5774.6189 :: Fax +1.213.947.4032 [email protected] <mailto:[email protected]> :: www.XumaK.com <http://www.xumak.com/> JSR 170/283: Content Repository for Java TM Technology API
