Class LogicalRoleAssignment
- java.lang.Object
-
- org.pentaho.platform.web.http.api.resources.LogicalRoleAssignment
-
public class LogicalRoleAssignment extends Object
-
-
Constructor Summary
Constructors Constructor Description LogicalRoleAssignment()LogicalRoleAssignment(String roleName, List<String> logicalRoleAssignments, boolean immutable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayList<String>getLogicalRoles()StringgetRoleName()booleanisImmutable()voidsetImmutable(boolean immutable)voidsetLogicalRoles(ArrayList<String> logicalRoles)voidsetRoleName(String roleName)
-