Package | Description |
---|---|
org.xwiki.users | |
org.xwiki.users.script |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUser
Base class for implementing users.
|
Modifier and Type | Method and Description |
---|---|
User |
AbstractUserManager.getCurrentUser() |
User |
UserManager.getCurrentUser()
Get the currently logged in user.
|
User |
AbstractUserManager.getUser(String identifier) |
User |
UserManager.getUser(String identifier)
The user corresponding to the identifier.
|
User |
UserManager.getUser(String identifier,
boolean force)
The user corresponding to the identifier.
|
Modifier and Type | Method and Description |
---|---|
int |
AbstractUser.compareTo(User user) |
Modifier and Type | Method and Description |
---|---|
User |
UserManagerScriptService.getCurrentUser()
Get the currently logged in user.
|
Copyright © 2011–2015 University of Toronto, Computational Biology Lab. All rights reserved.