Uses of Interface
org.pentaho.platform.api.engine.IUserRoleListService

Packages that use IUserRoleListService
org.pentaho.platform.api.engine   
org.pentaho.platform.engine.security.userrole   
org.pentaho.platform.engine.security.userroledao.userrolelistservice   
org.pentaho.platform.plugin.services.security.userrole.jdbc   
org.pentaho.platform.plugin.services.security.userrole.ldap   
org.pentaho.platform.plugin.services.security.userrole.memory   
 

Uses of IUserRoleListService in org.pentaho.platform.api.engine
 

Methods in org.pentaho.platform.api.engine that return IUserRoleListService
 IUserRoleListService IUserDetailsRoleListService.getUserRoleListService()
           
 

Methods in org.pentaho.platform.api.engine with parameters of type IUserRoleListService
 void IUserDetailsRoleListService.setUserRoleListService(IUserRoleListService value)
           
 

Uses of IUserRoleListService in org.pentaho.platform.engine.security.userrole
 

Methods in org.pentaho.platform.engine.security.userrole that return IUserRoleListService
 IUserRoleListService UserDetailsRoleListService.getUserRoleListService()
           
 

Methods in org.pentaho.platform.engine.security.userrole with parameters of type IUserRoleListService
 void UserDetailsRoleListService.setUserRoleListService(IUserRoleListService value)
           
 

Uses of IUserRoleListService in org.pentaho.platform.engine.security.userroledao.userrolelistservice
 

Classes in org.pentaho.platform.engine.security.userroledao.userrolelistservice that implement IUserRoleListService
 class UserRoleDaoUserRoleListService
          An IUserRoleListService that delegates to an IUserRoleDao.
 

Uses of IUserRoleListService in org.pentaho.platform.plugin.services.security.userrole.jdbc
 

Classes in org.pentaho.platform.plugin.services.security.userrole.jdbc that implement IUserRoleListService
 class JdbcUserRoleListService
           
 

Uses of IUserRoleListService in org.pentaho.platform.plugin.services.security.userrole.ldap
 

Classes in org.pentaho.platform.plugin.services.security.userrole.ldap that implement IUserRoleListService
 class DefaultLdapUserRoleListService
           
 

Uses of IUserRoleListService in org.pentaho.platform.plugin.services.security.userrole.memory
 

Classes in org.pentaho.platform.plugin.services.security.userrole.memory that implement IUserRoleListService
 class InMemoryUserRoleListService
          An in-memory implementation of UserRoleListService.