Package org.xwiki.user
-
Interface Summary Interface Description UserConfiguration Configuration options for the User module.UserManager CRUD operations on users.UserProperties Represents all the properties of an XWiki user.UserPropertiesResolver Gets the properties for a user (represented by aUserReference
).UserReference Abstracts the concept of User reference.UserReferenceResolver<T> Convert a raw representation of a user reference into aUserReference
object (for example converts a String containing a user name into a Document User Reference).UserReferenceSerializer<T> Converts aUserReference
into a serialized form (e.g. -
Class Summary Class Description CurrentUserReference Represents a reference to the current logged-in user.GuestUserReference Represents the Super Admin user reference, i.e.SuperAdminUserReference Represents the Super Admin user reference, i.e. -
Enum Summary Enum Description Editor The default editor that should be used for a user, when editing content.UserType The type of the user (simple user, advanced user). -
Exception Summary Exception Description UserException Generic exception for the user api module.