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

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

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

Methods in org.pentaho.platform.engine.security.userroledao.ws that return types with arguments of type UserToRoleAssignment
 List<UserToRoleAssignment> UserRoleSecurityInfo.getAssignments()
           
 

Method parameters in org.pentaho.platform.engine.security.userroledao.ws with type arguments of type UserToRoleAssignment
 void UserRoleSecurityInfo.setAssignments(List<UserToRoleAssignment> assignments)