Uses of Class
org.pentaho.platform.engine.security.userroledao.ws.UserRoleException

Packages that use UserRoleException
org.pentaho.platform.engine.security.userroledao.ws   
 

Uses of UserRoleException in org.pentaho.platform.engine.security.userroledao.ws
 

Methods in org.pentaho.platform.engine.security.userroledao.ws that throw UserRoleException
 boolean IUserRoleWebService.createRole(ProxyPentahoRole proxyRole)
          creates a new role.
 boolean UserRoleWebService.createRole(ProxyPentahoRole proxyRole)
           
 boolean IUserRoleWebService.createUser(ProxyPentahoUser proxyUser)
          creates a new user.
 boolean UserRoleWebService.createUser(ProxyPentahoUser proxyUser)
           
 boolean IUserRoleWebService.deleteRoles(ProxyPentahoRole[] roles)
          deletes a set of roles.
 boolean UserRoleWebService.deleteRoles(ProxyPentahoRole[] roles)
           
 boolean IUserRoleWebService.deleteUsers(ProxyPentahoUser[] users)
          deletes a set of users.
 boolean UserRoleWebService.deleteUsers(ProxyPentahoUser[] users)
           
 ProxyPentahoRole[] IUserRoleWebService.getRoles()
          returns the list of roles defined in the system
 ProxyPentahoRole[] UserRoleWebService.getRoles()
           
 ProxyPentahoRole[] IUserRoleWebService.getRolesForUser(ProxyPentahoUser proxyUser)
          returns a set of roles for a user
 ProxyPentahoRole[] UserRoleWebService.getRolesForUser(ProxyPentahoUser proxyUser)
           
 ProxyPentahoUser IUserRoleWebService.getUser(String pUserName)
          returns the user object based on the username.
 ProxyPentahoUser UserRoleWebService.getUser(String pUserName)
           
 UserRoleSecurityInfo IUserRoleWebService.getUserRoleSecurityInfo()
          This method returns the entire set of users and roles in the system
 UserRoleSecurityInfo UserRoleWebService.getUserRoleSecurityInfo()
           
 ProxyPentahoUser[] IUserRoleWebService.getUsers()
          returns the list of users.
 ProxyPentahoUser[] UserRoleWebService.getUsers()
           
 ProxyPentahoUser[] IUserRoleWebService.getUsersForRole(ProxyPentahoRole proxyRole)
          returns the list of users that have a specific role.
 ProxyPentahoUser[] UserRoleWebService.getUsersForRole(ProxyPentahoRole proxyRole)
           
 void IUserRoleWebService.setRoles(ProxyPentahoUser proxyUser, ProxyPentahoRole[] assignedRoles)
          sets the roles for a user.
 void UserRoleWebService.setRoles(ProxyPentahoUser proxyUser, ProxyPentahoRole[] assignedRoles)
           
 void IUserRoleWebService.setUsers(ProxyPentahoRole proxyRole, ProxyPentahoUser[] assignedUsers)
          sets the users for a role.
 void UserRoleWebService.setUsers(ProxyPentahoRole proxyRole, ProxyPentahoUser[] assignedUsers)
           
 void IUserRoleWebService.updateRole(String roleName, String description, List<String> usernames)
          Updates a role object with a new description and set of usernames.
 void UserRoleWebService.updateRole(String roleName, String description, List<String> usernames)
           
 boolean IUserRoleWebService.updateRoleObject(ProxyPentahoRole proxyPentahoRole)
          This updates the named role's attributes.
 boolean UserRoleWebService.updateRoleObject(ProxyPentahoRole proxyPentahoRole)
           
 boolean IUserRoleWebService.updateUser(ProxyPentahoUser proxyUser)
          This updates the named user's attributes
 boolean UserRoleWebService.updateUser(ProxyPentahoUser proxyUser)