Uses of Interface
com.atlassian.crowd.licensing.ApplicationLicensingService
Packages that use ApplicationLicensingService
Package
Description
-
Uses of ApplicationLicensingService in com.atlassian.crowd.console.action.application
Fields in com.atlassian.crowd.console.action.application declared as ApplicationLicensingServiceModifier and TypeFieldDescriptionprotected ApplicationLicensingService
ViewApplication.applicationLicensingService
Methods in com.atlassian.crowd.console.action.application with parameters of type ApplicationLicensingServiceModifier and TypeMethodDescriptionvoid
ViewApplication.setApplicationLicensingService
(ApplicationLicensingService applicationLicensingService) -
Uses of ApplicationLicensingService in com.atlassian.crowd.licensing
Classes in com.atlassian.crowd.licensing that implement ApplicationLicensingServiceConstructors in com.atlassian.crowd.licensing with parameters of type ApplicationLicensingServiceModifierConstructorDescriptionApplicationDataRefreshJobRunner
(com.atlassian.scheduler.SchedulerService schedulerService, ApplicationManager applicationManager, ApplicationLicensingService applicationLicensingService, org.springframework.transaction.PlatformTransactionManager transactionManager, DcLicenseChecker dcLicenseChecker) -
Uses of ApplicationLicensingService in com.atlassian.crowd.plugin.rest.service.controller
Constructors in com.atlassian.crowd.plugin.rest.service.controller with parameters of type ApplicationLicensingServiceModifierConstructorDescriptionRefreshApplicationDataController
(AuthenticatedApplicationHolder authenticatedApplicationHolder, ApplicationLicensingService applicationLicensingService) -
Uses of ApplicationLicensingService in com.atlassian.crowd.plugin.rest.service.controller.licensing
Constructors in com.atlassian.crowd.plugin.rest.service.controller.licensing with parameters of type ApplicationLicensingServiceModifierConstructorDescriptionApplicationLicensingController
(ApplicationLicensingService applicationLicensingService) -
Uses of ApplicationLicensingService in com.atlassian.crowd.plugin.web.conditions
Constructors in com.atlassian.crowd.plugin.web.conditions with parameters of type ApplicationLicensingServiceModifierConstructorDescriptionIsApplicationLicensingAvailable
(ApplicationLicensingService applicationLicensingService, DcLicenseChecker dcLicenseChecker)