Uses of Interface
com.atlassian.crowd.manager.avatar.AvatarProvider
Packages that use AvatarProvider
Package
Description
-
Uses of AvatarProvider in com.atlassian.crowd.manager.application
Constructors in com.atlassian.crowd.manager.application with parameters of type AvatarProviderModifierConstructorDescriptionApplicationServiceGeneric
(DirectoryManager directoryManager, SearchStrategyFactory searchStrategyFactory, PermissionManager permissionManager, com.atlassian.event.api.EventPublisher eventPublisher, EventStore eventStore, WebhookRegistry webhookRegistry, AvatarProvider avatarProvider, AuthenticationOrderOptimizer authenticationOrderOptimizer, ApplicationFactory applicationFactory, AccessFilterFactory accessFilterFactory, CrowdDarkFeatureManager crowdDarkFeatureManager) -
Uses of AvatarProvider in com.atlassian.crowd.manager.avatar
Classes in com.atlassian.crowd.manager.avatar that implement AvatarProviderModifier and TypeClassDescriptionclass
A provider of avatars from public web services using the Gravatar API.Fields in com.atlassian.crowd.manager.avatar declared as AvatarProvider -
Uses of AvatarProvider in com.atlassian.crowd.manager.recovery
Constructors in com.atlassian.crowd.manager.recovery with parameters of type AvatarProviderModifierConstructorDescriptionRecoveryModeAwareApplicationService
(DirectoryManager directoryManager, SearchStrategyFactory searchStrategyFactory, PermissionManager permissionManager, com.atlassian.event.api.EventPublisher eventPublisher, EventStore eventStore, WebhookRegistry webhookRegistry, AvatarProvider avatarProvider, ApplicationFactory applicationFactory, RecoveryModeService recoveryModeService, AuthenticationOrderOptimizer authenticationOrderOptimizer, AccessFilterFactory accessFilterFactory, CrowdDarkFeatureManager crowdDarkFeatureManager) -
Uses of AvatarProvider in com.atlassian.crowd.plugin.rest.service.controller.admin
Constructors in com.atlassian.crowd.plugin.rest.service.controller.admin with parameters of type AvatarProviderModifierConstructorDescriptionUsersSearchController
(DirectoryEntitySearchService directoryEntitySearchService, DirectoryManager directoryManager, PropertyManager propertyManager, AvatarProvider avatarProvider, CrowdDarkFeatureManager crowdDarkFeatureManager)