Class CachingUserRoleListServiceDecorator

  • All Implemented Interfaces:
    org.pentaho.platform.api.engine.IUserRoleListService

    public class CachingUserRoleListServiceDecorator
    extends Object
    implements org.pentaho.platform.api.engine.IUserRoleListService
    Caching Decorator for an IUserRoleListService. It will use the configured ICacheManager in the PentahoSystem to cache all calls being made to the decorated instance.

    Created by nbaker on 5/20/14.

    • Constructor Detail

      • CachingUserRoleListServiceDecorator

        public CachingUserRoleListServiceDecorator​(org.pentaho.platform.api.engine.IUserRoleListService delegate)
    • Method Detail

      • getAllRoles

        public List<String> getAllRoles()
        Specified by:
        getAllRoles in interface org.pentaho.platform.api.engine.IUserRoleListService
      • getSystemRoles

        public List<String> getSystemRoles()
        Specified by:
        getSystemRoles in interface org.pentaho.platform.api.engine.IUserRoleListService
      • getRolesForUser

        public List<String> getRolesForUser​(org.pentaho.platform.api.mt.ITenant tenant,
                                            String username)
        Specified by:
        getRolesForUser in interface org.pentaho.platform.api.engine.IUserRoleListService
      • getAllUsers

        public List<String> getAllUsers​(org.pentaho.platform.api.mt.ITenant tenant)
        Specified by:
        getAllUsers in interface org.pentaho.platform.api.engine.IUserRoleListService
      • getAllRoles

        public List<String> getAllRoles​(org.pentaho.platform.api.mt.ITenant tenant)
        Specified by:
        getAllRoles in interface org.pentaho.platform.api.engine.IUserRoleListService
      • getUsersInRole

        public List<String> getUsersInRole​(org.pentaho.platform.api.mt.ITenant tenant,
                                           String role)
        Specified by:
        getUsersInRole in interface org.pentaho.platform.api.engine.IUserRoleListService
      • getAllUsers

        public List<String> getAllUsers()
        Specified by:
        getAllUsers in interface org.pentaho.platform.api.engine.IUserRoleListService