Uses of Interface
com.atlassian.crowd.manager.authentication.AuthenticatedUserProvider
Packages that use AuthenticatedUserProvider
-
Uses of AuthenticatedUserProvider in com.atlassian.crowd.manager.permission
Constructors in com.atlassian.crowd.manager.permission with parameters of type AuthenticatedUserProviderModifierConstructorDescriptionUserPermissionAdminServiceImpl(com.atlassian.crowd.dao.permission.InternalUserPermissionDAO permissionDAO, UserPermissionService permissionService, AuthenticatedUserProvider userProvider, DirectoryManager directoryManager, InternalApplicationHelper applicationHelper) UserPermissionServiceImpl(com.atlassian.crowd.dao.permission.InternalUserPermissionDAO userPermissionDAO, DirectoryManager directoryManager, AuthenticatedUserProvider userProvider, ApplicationService applicationService, CrowdApplicationFactory crowdApplicationFactory, GroupAdministrationPermissionService groupAdministrationPermissionService, Supplier<Optional<com.atlassian.oauth2.scopes.api.ScopesRequestCache>> scopesRequestCacheSupplier) -
Uses of AuthenticatedUserProvider in com.atlassian.crowd.service
Fields in com.atlassian.crowd.service declared as AuthenticatedUserProviderModifier and TypeFieldDescriptionprotected final AuthenticatedUserProviderAbstractUserService.authenticatedUserProviderConstructors in com.atlassian.crowd.service with parameters of type AuthenticatedUserProviderModifierConstructorDescriptionAbstractUserService(InternalApplicationHelper internalApplicationHelper, ApplicationService applicationService, TokenAuthenticationManager tokenAuthenticationManager, UserPermissionService userPermissionService, AuthenticatedUserProvider authenticatedUserProvider)