| Interface | Description |
|---|---|
| UserManager |
Interface providing user based operations across various apps.
|
| UserProfile |
Interface encapsulating a user's profile information.
|
| Class | Description |
|---|---|
| UserKey |
Represents an identifier that uniquely identifies a user for the duration of its existence.
|
| UserKeyXmlAdapter |
A JAXB
XmlAdapter which converts to and from UserKey objects. |
| Enum | Description |
|---|---|
| UserRole |
Enforce certain level of privileges on log in page
|
| Exception | Description |
|---|---|
| UserResolutionException |
Thrown if there is a problem when trying to resolve a username to a user, such as a failure in accessing an external
user store.
|
Copyright © 2015 Atlassian. All rights reserved.