Uses of Interface
com.atlassian.crowd.manager.application.ApplicationService
Packages that use ApplicationService
Package
Description
-
Uses of ApplicationService in com.atlassian.crowd.console.action
Fields in com.atlassian.crowd.console.action declared as ApplicationServiceMethods in com.atlassian.crowd.console.action with parameters of type ApplicationServiceModifier and TypeMethodDescriptionvoidBaseAction.setApplicationService(ApplicationService applicationService) Constructors in com.atlassian.crowd.console.action with parameters of type ApplicationServiceModifierConstructorDescriptionUserSearcherImpl(DirectoryManager directoryManager, ApplicationService applicationService, ApplicationManager applicationManager) -
Uses of ApplicationService in com.atlassian.crowd.console.action.principal
Methods in com.atlassian.crowd.console.action.principal with parameters of type ApplicationServiceModifier and TypeMethodDescriptionvoidViewPrincipal.setApplicationService(ApplicationService applicationService) -
Uses of ApplicationService in com.atlassian.crowd.console.action.user
Methods in com.atlassian.crowd.console.action.user with parameters of type ApplicationServiceModifier and TypeMethodDescriptionvoidChangePassword.setApplicationService(ApplicationService applicationService) -
Uses of ApplicationService in com.atlassian.crowd.embedded.core
Constructors in com.atlassian.crowd.embedded.core with parameters of type ApplicationServiceModifierConstructorDescriptionCrowdServiceImpl(ApplicationFactory applicationFactory, ApplicationService applicationService, DirectoryInstanceLoader directoryInstanceLoader) -
Uses of ApplicationService in com.atlassian.crowd.integration.springsecurity
Fields in com.atlassian.crowd.integration.springsecurity declared as ApplicationServiceModifier and TypeFieldDescriptionprotected final ApplicationServiceLocalCrowdAuthenticationProvider.applicationServiceConstructors in com.atlassian.crowd.integration.springsecurity with parameters of type ApplicationServiceModifierConstructorDescriptionCrowdApplicationAuthenticationProvider(CrowdApplicationFactory crowdApplicationFactory, ApplicationService applicationService, ApplicationManager applicationManager, TokenAuthenticationManager tokenAuthenticationManager, UserAuthoritiesProvider userAuthoritiesProvider) LocalCrowdAuthenticationProvider(ApplicationService applicationService, ApplicationManager applicationManager, TokenAuthenticationManager tokenAuthenticationManager) -
Uses of ApplicationService in com.atlassian.crowd.manager.application
Classes in com.atlassian.crowd.manager.application that implement ApplicationServiceModifier and TypeClassDescriptionclassAn implementation of ApplicationService that delegates all methods to another ApplicationService.classclassclassImplementation of ApplicationService which caches the result of ApplicationService methods.classThis class is responsible for translating application specific usernames (aliased usernames) to directory specific usernames (unaliased usernames) and the other way around.Methods in com.atlassian.crowd.manager.application that return ApplicationServiceModifier and TypeMethodDescriptionprotected ApplicationServiceAbstractDelegatingApplicationService.getApplicationService()Constructors in com.atlassian.crowd.manager.application with parameters of type ApplicationServiceModifierConstructorDescriptionAbstractDelegatingApplicationService(ApplicationService applicationService) AliasManagerImpl(AliasDAO aliasDAO, ApplicationManager applicationManager, ApplicationService applicationService, com.atlassian.event.api.EventPublisher eventPublisher) AllowingAuthenticateByEmailApplicationService(ApplicationService delegate, EmailAddressValidator emailValidator, com.atlassian.event.api.EventPublisher eventPublisher, CanonicalUsersByEmailFinder canonicalUsersByEmailFinder, DcLicenseChecker dcLicenseChecker) CachingApplicationService(ApplicationService applicationService, UserAuthorisationCache userAuthorisationCache, com.atlassian.event.api.EventPublisher eventPublisher) CanonicalUsersByEmailFinder(ApplicationService applicationService) TranslatingApplicationService(ApplicationService applicationService, AliasManager aliasManager) -
Uses of ApplicationService in com.atlassian.crowd.manager.authentication
Constructors in com.atlassian.crowd.manager.authentication with parameters of type ApplicationServiceModifierConstructorDescriptionTokenAuthenticationManagerImpl(SessionTokenStorage tokenManager, ApplicationDAO applicationDao, TokenFactory tokenFactory, com.atlassian.cache.Cache<String, Boolean> cache, com.atlassian.event.api.EventPublisher eventPublisher, PropertyManager propertyManager, DirectoryManager directoryManager, ApplicationManager applicationManager, ApplicationService applicationService, Clock clock) -
Uses of ApplicationService in com.atlassian.crowd.manager.login
Constructors in com.atlassian.crowd.manager.login with parameters of type ApplicationServiceModifierConstructorDescriptionForgottenLoginManagerImpl(ApplicationService applicationService, DirectoryManager directoryManager, PermissionManager permissionManager, ExpirableUserTokenDao expirableUserTokenDao, com.atlassian.security.random.SecureTokenGenerator tokenGenerator, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.sal.api.ApplicationProperties applicationProperties, ForgottenLoginMailer forgottenLoginMailer, Clock clock) -
Uses of ApplicationService in com.atlassian.crowd.manager.permission
Constructors in com.atlassian.crowd.manager.permission with parameters of type ApplicationServiceModifierConstructorDescriptionRecoveryModeAwareUserPermissionService(InternalUserPermissionDAO userPermissionDAO, DirectoryManager directoryManager, RecoveryModeService recoveryModeService, AuthenticatedUserProvider userProvider, GroupAdministrationPermissionService groupAdministrationPermissionService, ApplicationService applicationService, CrowdApplicationFactory crowdApplicationFactory, Supplier<Optional<com.atlassian.oauth2.scopes.api.ScopesRequestCache>> scopesRequestCacheSupplier) UserPermissionServiceImpl(InternalUserPermissionDAO userPermissionDAO, DirectoryManager directoryManager, AuthenticatedUserProvider userProvider, ApplicationService applicationService, CrowdApplicationFactory crowdApplicationFactory, GroupAdministrationPermissionService groupAdministrationPermissionService, Supplier<Optional<com.atlassian.oauth2.scopes.api.ScopesRequestCache>> scopesRequestCacheSupplier) -
Uses of ApplicationService in com.atlassian.crowd.manager.recovery
Classes in com.atlassian.crowd.manager.recovery that implement ApplicationServiceModifier and TypeClassDescriptionclassAn extension ofApplicationServiceGenericthat supports recovery mode. -
Uses of ApplicationService in com.atlassian.crowd.manager.token
Constructors in com.atlassian.crowd.manager.token with parameters of type ApplicationServiceModifierConstructorDescriptionRecoveryModeAwareTokenAuthenticationManager(SessionTokenStorage tokenManager, ApplicationDAO applicationDao, TokenFactory tokenFactory, com.atlassian.cache.Cache<String, Boolean> cache, com.atlassian.event.api.EventPublisher eventPublisher, PropertyManager propertyManager, DirectoryManager directoryManager, ApplicationManager applicationManager, ApplicationService applicationService, RecoveryModeService recoveryModeService, ApplicationFactory applicationFactory, Clock clock) -
Uses of ApplicationService in com.atlassian.crowd.plugin.application.springsecurity
Constructors in com.atlassian.crowd.plugin.application.springsecurity with parameters of type ApplicationServiceModifierConstructorDescriptionCrowdApplicationModuleAuthenticationProvider(String applicationName, ApplicationService applicationService, ApplicationManager applicationManager, TokenAuthenticationManager tokenAuthenticationManager) -
Uses of ApplicationService in com.atlassian.crowd.plugin.descriptors
Constructors in com.atlassian.crowd.plugin.descriptors with parameters of type ApplicationServiceModifierConstructorDescriptionCrowdApplicationModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory, ApplicationManager applicationManager, ApplicationService applicationService, TokenAuthenticationManager tokenAuthenticationManager, DynamicProviderManager authenticationManager, RequestToApplicationMapper requestToApplicationMapper) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ApplicationService in com.atlassian.crowd.plugin.rest.entity
Constructors in com.atlassian.crowd.plugin.rest.entity with parameters of type ApplicationServiceModifierConstructorDescriptionGroupEntityExpander(ApplicationService applicationService, ApplicationManager applicationManager) UserEntityExpander(ApplicationService applicationService, ApplicationManager applicationManager) -
Uses of ApplicationService in com.atlassian.crowd.plugin.rest.service.controller
Constructors in com.atlassian.crowd.plugin.rest.service.controller with parameters of type ApplicationServiceModifierConstructorDescriptionAuthenticationController(ApplicationService applicationService, AuthenticatedApplicationHolder authenticatedApplicationHolder) EventsController(ApplicationService applicationService, AuthenticatedApplicationHolder authenticatedApplicationHolder) GroupsController(ApplicationService applicationService, AuthenticatedApplicationHolder authenticatedApplicationHolder) MembershipsController(ApplicationService applicationService, AuthenticatedApplicationHolder authenticatedApplicationHolder) SearchController(ApplicationService applicationService, CqlQueryParser cqlQueryParser, AuthenticatedApplicationHolder authenticatedApplicationHolder) UsersController(ApplicationService applicationService, ForgottenLoginManager forgottenLoginManager, AuthenticatedApplicationHolder authenticatedApplicationHolder) WebhooksController(ApplicationService applicationService, AuthenticatedApplicationHolder authenticatedApplicationHolder) -
Uses of ApplicationService in com.atlassian.crowd.plugin.rest.service.controller.account
Constructors in com.atlassian.crowd.plugin.rest.service.controller.account with parameters of type ApplicationServiceModifierConstructorDescriptionAccountManagementController(ApplicationFactory crowdApplicationFactory, ApplicationService applicationService, ForgottenLoginManager forgottenLoginManager, AsyncForgottenLoginManager asyncForgottenLoginManager) -
Uses of ApplicationService in com.atlassian.crowd.plugin.rest.util
Methods in com.atlassian.crowd.plugin.rest.util with parameters of type ApplicationServiceModifier and TypeMethodDescriptionstatic GroupEntityGroupEntityUtil.expandGroup(ApplicationService applicationService, Application application, GroupEntity minimalGroupEntity, boolean expandAttributes) Expands a GroupEntity from its minimal form to the expanded version.static UserEntityUserEntityUtil.expandUser(ApplicationService applicationService, Application application, UserEntity minimalUserEntity, boolean expandAttributes) Expands a UserEntity from its minimal form to the expanded version. -
Uses of ApplicationService in com.atlassian.crowd.plugin.saml.action
Constructors in com.atlassian.crowd.plugin.saml.action with parameters of type ApplicationServiceModifierConstructorDescriptionSAMLAuthAction(SAMLMessageManager samlMessageManager, PropertyManager propertyManager, DirectoryManager directoryManager, ApplicationManager applicationManager, CrowdLicenseManager crowdLicenseManager, com.atlassian.webresource.api.WebResourceManager webResourceManager, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, ApplicationService applicationService, TokenAuthenticationManager tokenAuthenticationManager, CrowdRememberMeService rememberMeService, XsrfTokenGenerator xsrfTokenGenerator, ActionHelper actionHelper, ClusterService clusterService) UpdateSAMLConfiguration(SAMLMessageManager samlMessageManager, com.atlassian.sal.api.ApplicationProperties applicationProperties, PropertyManager propertyManager, DirectoryManager directoryManager, ApplicationManager applicationManager, CrowdLicenseManager crowdLicenseManager, com.atlassian.webresource.api.WebResourceManager webResourceManager, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, ApplicationService applicationService, TokenAuthenticationManager tokenAuthenticationManager, CrowdRememberMeService rememberMeService, XsrfTokenGenerator xsrfTokenGenerator, ActionHelper actionHelper, ClusterService clusterService) -
Uses of ApplicationService in com.atlassian.crowd.plugins.testkit.rest
Constructors in com.atlassian.crowd.plugins.testkit.rest with parameters of type ApplicationServiceModifierConstructorDescriptionTestKitUserResource(DirectoryManager directoryManager, ForgottenLoginManager forgottenLoginManager, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, ApplicationService applicationService, ApplicationManager applicationManager) -
Uses of ApplicationService in com.atlassian.crowd.service
Fields in com.atlassian.crowd.service declared as ApplicationServiceModifier and TypeFieldDescriptionprotected final ApplicationServiceAbstractUserService.applicationServiceConstructors in com.atlassian.crowd.service with parameters of type ApplicationServiceModifierConstructorDescriptionAbstractUserService(InternalApplicationHelper internalApplicationHelper, ApplicationService applicationService, TokenAuthenticationManager tokenAuthenticationManager, UserPermissionService userPermissionService, AuthenticatedUserProvider authenticatedUserProvider) UserServiceImpl(InternalApplicationHelper internalApplicationHelper, ApplicationService applicationService, TokenAuthenticationManager tokenAuthenticationManager, UserPermissionService userPermissionService, AuthenticatedUserProvider authenticatedUserProvider, ApplicationFactory applicationFactory, UserAuthoritiesProvider userAuthoritiesProvider) -
Uses of ApplicationService in com.atlassian.crowd.service.email
Constructors in com.atlassian.crowd.service.email with parameters of type ApplicationServiceModifierConstructorDescriptionEmailChangeManagerImpl(ChangeEmailLinkMailer changeEmailLinkMailer, com.atlassian.security.random.SecureTokenGenerator tokenGenerator, ExpirableUserTokenDao expirableUserTokenDao, ApplicationService applicationService, com.atlassian.sal.api.ApplicationProperties applicationProperties, Clock clock, ApplicationManager applicationManager, ClientProperties clientProperties, com.atlassian.event.api.EventPublisher eventPublisher, DirectoryManager directoryManager, MailConfigurationService mailConfigurationService, PermissionManager permissionManager, EmailAddressValidator emailValidator) -
Uses of ApplicationService in com.atlassian.crowd.sso.saml
Methods in com.atlassian.crowd.sso.saml with parameters of type ApplicationServiceModifier and TypeMethodDescriptionSsoSamlConfiguration.samlService(com.atlassian.sal.api.ApplicationProperties applicationProperties, AuthenticatedUserProvider authenticatedUserProvider, ApplicationService applicationService, ApplicationSamlConfigurationService applicationSamlConfigurationService, CrowdSamlConfigurationServiceInternal crowdSamlConfigurationService, CrowdRememberMeService rememberMeService, DcLicenseChecker dcLicenseChecker, com.atlassian.event.api.EventPublisher eventPublisher, SamlProperties samlProperties, EmailIdentifierProvider emailIdentifierProvider) Constructors in com.atlassian.crowd.sso.saml with parameters of type ApplicationServiceModifierConstructorDescriptionSamlService(com.atlassian.sal.api.ApplicationProperties applicationProperties, AuthenticatedUserProvider authenticatedUserProvider, ApplicationService applicationService, ApplicationSamlConfigurationService applicationSamlConfigurationService, CrowdSamlConfigurationServiceInternal crowdSamlConfigurationService, CrowdRememberMeService rememberMeService, DcLicenseChecker dcLicenseChecker, com.atlassian.event.api.EventPublisher eventPublisher, SamlProperties samlProperties, EmailIdentifierProvider emailIdentifierProvider) -
Uses of ApplicationService in com.atlassian.crowd.sso.saml.impl.opensaml.action
Constructors in com.atlassian.crowd.sso.saml.impl.opensaml.action with parameters of type ApplicationServiceModifierConstructorDescriptionPrepareAuthorizationContextAction(AuthenticatedUserProvider authenticatedUserProvider, ApplicationService applicationService, CrowdRememberMeService rememberMeService, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of ApplicationService in com.atlassian.sal.crowd.auth
Constructors in com.atlassian.sal.crowd.auth with parameters of type ApplicationServiceModifierConstructorDescriptionCrowdAuthenticationController(UserService userService, ApplicationService applicationService, ApplicationManager applicationManager) -
Uses of ApplicationService in com.atlassian.sal.crowd.usersettings
Constructors in com.atlassian.sal.crowd.usersettings with parameters of type ApplicationServiceModifierConstructorDescriptionCrowdUserSettingsService(ApplicationService applicationService, ApplicationFactory applicationFactory)