Package com.atlassian.bitbucket.user
Interface ServiceUser
- All Superinterfaces:
ApplicationUser
,Person
,Principal
Represents a registered service user.
Service users are not backed by a user from a Crowd directory and are not able to authenticate via the UI or REST. Service users can be used to programmatically perform tasks which require an associated user and do not count towards the licensed user count.
-
Field Summary
Fields inherited from interface com.atlassian.bitbucket.user.ApplicationUser
MAX_SLUG_LENGTH, SLUG_REGEXP
-
Method Summary
Methods inherited from interface com.atlassian.bitbucket.user.ApplicationUser
accept, getDisplayName, getId, getSlug, getType, isActive
Methods inherited from interface com.atlassian.bitbucket.user.Person
getEmailAddress, getName
-
Field Details
-
DEFAULT_LABEL
- See Also:
-
-
Method Details
-
getLabel
- Returns:
- a label to help identify the type of ServiceUser
-