Interface TenantConfigProvider

    • Method Detail

      • hasAccess

        boolean hasAccess​(User user,
                          TenantConfig config)
        Check whether the user has permission to use given tenant.
        Parameters:
        user - the user to check
        config - the tenant configuration to check
        Returns:
        true if user can user this tenant false otherwise