Uses of Interface
com.atlassian.confluence.license.LicenseService

Packages that use LicenseService
com.atlassian.confluence.license   
com.atlassian.confluence.license.rest.service   
com.atlassian.confluence.user.actions   
com.atlassian.confluence.user.notifications   
com.atlassian.confluence.util   
com.atlassian.sal.confluence.license   
 

Uses of LicenseService in com.atlassian.confluence.license
 

Classes in com.atlassian.confluence.license that implement LicenseService
 class DefaultLicenseService
          Responsible for the decoding of a license using the v2 LicenseManager.
 

Constructors in com.atlassian.confluence.license with parameters of type LicenseService
LicenseWebFacadeTemplate(LicenseService delegate)
           
 

Uses of LicenseService in com.atlassian.confluence.license.rest.service
 

Constructors in com.atlassian.confluence.license.rest.service with parameters of type LicenseService
UserCountServiceImpl(UserChecker userChecker, LicenseService licenseService)
           
 

Uses of LicenseService in com.atlassian.confluence.user.actions
 

Methods in com.atlassian.confluence.user.actions with parameters of type LicenseService
 void SearchUsersAction.setLicenseService(LicenseService licenseService)
           
 void CreateUserAction.setLicenseService(LicenseService licenseService)
           
 

Uses of LicenseService in com.atlassian.confluence.user.notifications
 

Methods in com.atlassian.confluence.user.notifications with parameters of type LicenseService
 void UserSignUpNotificationsListener.setLicenseService(LicenseService licenseService)
           
 

Uses of LicenseService in com.atlassian.confluence.util
 

Methods in com.atlassian.confluence.util with parameters of type LicenseService
 void DefaultUserChecker.setLicenseService(LicenseService licenseService)
           
 

Uses of LicenseService in com.atlassian.sal.confluence.license
 

Constructors in com.atlassian.sal.confluence.license with parameters of type LicenseService
ConfluenceLicenseHandler(ConfluenceSidManager sidManager, LicenseService licenseService)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.