Package org.xwiki.user
Interface UserManager
-
@Role public interface UserManager
CRUD operations on users. Note that for retrieving a user's prooperties you should use aUserPropertiesResolver
.- Since:
- 12.2
- Version:
- $Id: ff34ef5bfe10268f663b4b1ba1e3c62b37c1657e $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
exists(UserReference userReference)
-
-
-
Method Detail
-
exists
boolean exists(UserReference userReference)
- Parameters:
userReference
- the reference to the user to check for existence- Returns:
- true if the user pointed to by the reference exists, false otherwise
-
-