Package | Description |
---|---|
com.atlassian.jira.bc.user |
Modifier and Type | Method and Description |
---|---|
UserService.CreateUserRequest |
UserService.CreateUserRequest.confirmPassword(String confirmPassword)
Confirm that the provided password matches the confirm password provided.
|
UserService.CreateUserRequest |
UserService.CreateUserRequest.inDirectory(Long directoryId)
Specify what user directory should be used for new user.
|
UserService.CreateUserRequest |
UserService.CreateUserRequest.passwordRequired()
Specify that the user password is required.
|
UserService.CreateUserRequest |
UserService.CreateUserRequest.performPermissionCheck(boolean performPermissionCheck)
Indicate that the permission check should not be performed on the logged in user to determine whether the
logged in user has permission to create the new user.
|
UserService.CreateUserRequest |
UserService.CreateUserRequest.sendNotification(boolean sendNotification)
Specify whether a notification should be sent when the new user has successfully been created.
|
UserService.CreateUserRequest |
UserService.CreateUserRequest.sendUserSignupEvent()
Specify that a user signup event should be sent after user creation.
|
UserService.CreateUserRequest |
UserService.CreateUserRequest.skipValidation()
Specify that all validations should be skipped.
|
UserService.CreateUserRequest |
UserService.CreateUserRequest.withApplicationAccess(Set<com.atlassian.application.api.ApplicationKey> applicationKeys)
Specify the applications that this user required access to.
|
UserService.CreateUserRequest |
UserService.CreateUserRequest.withEventUserEvent(int userEventType)
Deprecated.
Since v7.0.
|
UserService.CreateUserRequest |
UserService.CreateUserRequest.withNoApplicationAccess()
Indicate that no application access is required for the new user.
|
static UserService.CreateUserRequest |
UserService.CreateUserRequest.withUserDetails(ApplicationUser loggedInUser,
String username,
String password,
String emailAddress,
String displayName)
Create a new user creation request as the provided user for the specified user details.
|
Modifier and Type | Method and Description |
---|---|
UserService.CreateUserValidationResult |
MockUserService.validateCreateUser(UserService.CreateUserRequest request) |
UserService.CreateUserValidationResult |
DefaultUserService.validateCreateUser(UserService.CreateUserRequest createUserRequest) |
UserService.CreateUserValidationResult |
UserService.validateCreateUser(UserService.CreateUserRequest createUserRequest)
Validate that a new user can be created.
|
Copyright © 2002-2019 Atlassian. All Rights Reserved.