org.pentaho.platform.api.engine
Interface IUserDetailsRoleListService
- All Known Implementing Classes:
- UserDetailsRoleListService
public interface IUserDetailsRoleListService
setUserRoleListService
void setUserRoleListService(IUserRoleListService value)
getUserRoleListService
IUserRoleListService getUserRoleListService()
afterPropertiesSet
void afterPropertiesSet()
throws Exception
- Throws:
Exception
getAllRoles
List getAllRoles()
getAllUsers
List getAllUsers()
getAllUsersInRole
List getAllUsersInRole(String role)
getRolesForUser
List getRolesForUser(String userName)
getEffectiveUserSession
IPentahoSession getEffectiveUserSession(String userName,
IParameterProvider sessionParameters)