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 Detail

      • 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.