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