Interface ModuleLicenseRestrictions


  • public interface ModuleLicenseRestrictions
    Modules can check for License restrictions. To do so this interface should be implemented. Note that classes implementing this interface should be annotated as @ApplicationScoped.
    Author:
    alostale
    • Method Detail

      • checkRestrictions

        ActivationKey.LicenseRestriction checkRestrictions​(ActivationKey activationKey,
                                                           String currentSession)
        Returns LicenseRestrictions applicable to this instance, or null or LicenseRestriction.NO_RESTRICTION in case of no restriction.
      • getInstanceActivationExtraActionsHtml

        String getInstanceActivationExtraActionsHtml​(XmlEngine xmlEngine)
        Provides the HTML to be injected in Instance Activation window to perform additional actions