Uses of Enum Class
com.atlassian.jira.user.util.UserManager.UserState
Packages that use UserManager.UserState
-
Uses of UserManager.UserState in com.atlassian.jira.user.util
Methods in com.atlassian.jira.user.util that return UserManager.UserStateModifier and TypeMethodDescriptionDefaultUserManager.getUserState(ApplicationUser user) DefaultUserManager.getUserState(String username, long queryDirectoryId) MockUserManager.getUserState(ApplicationUser user) MockUserManager.getUserState(String username, long directoryId) UserManager.getUserState(ApplicationUser user) This convenience method is equivalent togetUserState(user.getUsername(), user.getDirectoryId())except that anulluser is permitted and returnsINVALID_USER.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.UserStateReturns the enum constant of this class with the specified name.static UserManager.UserState[]UserManager.UserState.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of UserManager.UserState in com.atlassian.jira.web.action.admin.user
Methods in com.atlassian.jira.web.action.admin.user that return UserManager.UserState