Interface RoleEditor
-
- All Superinterfaces:
Editor<org.jboss.errai.security.shared.api.Role,org.jboss.errai.security.shared.api.Role>,Viewer<org.jboss.errai.security.shared.api.Role>
public interface RoleEditor extends Editor<org.jboss.errai.security.shared.api.Role,org.jboss.errai.security.shared.api.Role>
A role editor.
- Since:
- 0.9.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.uberfire.client.mvp.PerspectiveActivityhomePerspective()The role's home perspectiveStringname()The role name.org.uberfire.security.authz.PermissionCollectionpermissions()The role's permissionsintrolePriority()The role's priority-
Methods inherited from interface org.uberfire.ext.security.management.client.editor.Editor
edit, flush, getValue, setViolations
-
-
-
-
Method Detail
-
name
String name()
The role name.
-
permissions
org.uberfire.security.authz.PermissionCollection permissions()
The role's permissions
-
homePerspective
org.uberfire.client.mvp.PerspectiveActivity homePerspective()
The role's home perspective
-
rolePriority
int rolePriority()
The role's priority
-
-