| Package | Description |
|---|---|
| com.atlassian.crowd.directory | |
| com.atlassian.crowd.manager.application | |
| com.atlassian.crowd.manager.avatar | |
| com.atlassian.crowd.manager.directory |
| Modifier and Type | Method and Description |
|---|---|
default AvatarReference |
RemoteDirectory.getUserAvatarByName(String username,
int sizeHint)
Return an avatar, if available, for the named user.
|
| Modifier and Type | Method and Description |
|---|---|
AvatarReference |
ApplicationService.getUserAvatar(Application application,
String username,
int sizeHint)
Gets an avatar for this user, if one is available.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AvatarReference.BlobAvatar
An image represented as a blob of bytes along with a content type.
|
static class |
AvatarReference.UriAvatarReference
A reference to an avatar available through a user's browser.
|
| Modifier and Type | Method and Description |
|---|---|
AvatarReference |
DirectoryManager.getUserAvatarByName(long directoryId,
String username,
int sizeHint)
Return an avatar, if available, for the named user in the specified directory.
|
Copyright © 2018 Atlassian. All rights reserved.