Uses of Interface
com.atlassian.crowd.manager.avatar.AvatarReference
Packages that use AvatarReference
Package
Description
-
Uses of AvatarReference in com.atlassian.crowd.directory
Methods in com.atlassian.crowd.directory that return AvatarReferenceModifier and TypeMethodDescriptiondefault AvatarReferenceRemoteDirectory.getUserAvatarByName(String username, int sizeHint) Return an avatar, if available, for the named user. -
Uses of AvatarReference in com.atlassian.crowd.manager.application
Methods in com.atlassian.crowd.manager.application that return AvatarReferenceModifier and TypeMethodDescriptionApplicationService.getUserAvatar(Application application, String username, int sizeHint) Gets an avatar for this user, if one is available. -
Uses of AvatarReference in com.atlassian.crowd.manager.avatar
Classes in com.atlassian.crowd.manager.avatar that implement AvatarReferenceModifier and TypeClassDescriptionstatic classAn image represented as a blob of bytes along with a content type.static classA reference to an avatar available through a user's browser. -
Uses of AvatarReference in com.atlassian.crowd.manager.directory
Methods in com.atlassian.crowd.manager.directory that return AvatarReferenceModifier and TypeMethodDescriptionDirectoryManager.getUserAvatarByName(long directoryId, String username, int sizeHint) Return an avatar, if available, for the named user in the specified directory.