java.lang.Object | |
↳ | com.atlassian.jira.user.UserDetails |
@Internal
or @PublicApi
.
Contains the details that is required to represent a ApplicationUser
they may or may not exist.
Mainly used as transfer object during create and update to avoid overloading methods.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return the specified directory where the user should be created in, or
empty()
the user should be created in the default directory. | |||||||||||
Returns the user's display name.
| |||||||||||
Return the user's email address.
| |||||||||||
Return the user's password.
| |||||||||||
Return the user's username.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Return the specified directory where the user should be created in, or empty()
the user should be created in the default directory.
Returns the user's display name. This is sometimes referred to as "full name".
Return the user's email address.
Return the user's username.
null
.
directoryId | directory where the user should be created in, if not specified the user should be created in the default directory. |
---|