Package | Description |
---|---|
com.atlassian.jira.user.util | |
com.atlassian.jira.web.action.admin.user |
Modifier and Type | Method and Description |
---|---|
UserManager.UserState |
MockUserManager.getUserState(ApplicationUser user) |
UserManager.UserState |
DefaultUserManager.getUserState(ApplicationUser user) |
UserManager.UserState |
UserManager.getUserState(ApplicationUser user)
This convenience method is equivalent to
getUserState(user.getUsername(), user.getDirectoryId())
except that a null user is permitted and returns INVALID_USER . |
UserManager.UserState |
MockUserManager.getUserState(String username,
long directoryId) |
UserManager.UserState |
DefaultUserManager.getUserState(String username,
long queryDirectoryId) |
UserManager.UserState |
UserManager.getUserState(String username,
long directoryId)
Checks for the existence of this user across all directories to determine
whether or not the user exists in the specified directory and whether or not
it is shadowing or shadowed by a user with the same username in another
active user directory.
|
static UserManager.UserState |
UserManager.UserState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserManager.UserState[] |
UserManager.UserState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UserManager.UserState |
DeleteUser.getUserState() |
Copyright © 2002-2017 Atlassian. All Rights Reserved.