Class UserRoleSecurityInfo
- java.lang.Object
-
- org.pentaho.platform.security.userroledao.ws.UserRoleSecurityInfo
-
- All Implemented Interfaces:
Serializable
public class UserRoleSecurityInfo extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserRoleSecurityInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<UserToRoleAssignment>
getAssignments()
List<ProxyPentahoRole>
getDefaultRoles()
List<ProxyPentahoRole>
getRoles()
List<ProxyPentahoUser>
getUsers()
void
setAssignments(List<UserToRoleAssignment> assignments)
void
setDefaultRoles(List<ProxyPentahoRole> defaultRoles)
void
setRoles(List<ProxyPentahoRole> roles)
void
setUsers(List<ProxyPentahoUser> users)
-
-
-
Method Detail
-
getUsers
public List<ProxyPentahoUser> getUsers()
-
setUsers
public void setUsers(List<ProxyPentahoUser> users)
-
getRoles
public List<ProxyPentahoRole> getRoles()
-
setRoles
public void setRoles(List<ProxyPentahoRole> roles)
-
getAssignments
public List<UserToRoleAssignment> getAssignments()
-
setAssignments
public void setAssignments(List<UserToRoleAssignment> assignments)
-
getDefaultRoles
public List<ProxyPentahoRole> getDefaultRoles()
-
setDefaultRoles
public void setDefaultRoles(List<ProxyPentahoRole> defaultRoles)
-
-