Package org.xwiki.user
Interface UserReference
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
CurrentUserReference
,GuestUserReference
,SuperAdminUserReference
public interface UserReference extends Serializable
Abstracts the concept of User reference. This allows to support several store implementations for users. For example for an implementation storing the users in wiki pages, the internal reference would be aDocumentReference
. The reference allows retrieving all the data about a user. Another internal reference implementation could be an ActivityPub URL for example.- Since:
- 12.2
- Version:
- $Id: fe59892033c5060d3581bc837d7588129f6baa8c $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isGlobal()
-