Interface EntitlementModule


@SupportedAll public interface EntitlementModule
Service provider interface for registering custom entitlement conditions and subjects. Uses the Java standard ServiceLoader mechanism to allow extensions to be loaded.
Since:
12.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Register any custom entitlement conditions, subjects etc so that they are available for use with the RESTful web services and UI.
  • Method Details

    • registerCustomTypes

      void registerCustomTypes(EntitlementRegistry registry)
      Register any custom entitlement conditions, subjects etc so that they are available for use with the RESTful web services and UI.
      Parameters:
      registry - the entitlement component registry to register components with.