Uses of Class
org.uberfire.ext.security.management.client.widgets.management.editor.acl.ACLEditor
-
-
Uses of ACLEditor in org.uberfire.ext.security.management.client.widgets.management.editor.acl
Methods in org.uberfire.ext.security.management.client.widgets.management.editor.acl with parameters of type ACLEditor Modifier and Type Method Description voidACLEditorView. init(ACLEditor presenter) -
Uses of ACLEditor in org.uberfire.ext.security.management.client.widgets.management.editor.acl.node
Fields in org.uberfire.ext.security.management.client.widgets.management.editor.acl.node declared as ACLEditor Modifier and Type Field Description protected ACLEditorBasePermissionNodeEditor. aclEditorMethods in org.uberfire.ext.security.management.client.widgets.management.editor.acl.node that return ACLEditor Modifier and Type Method Description ACLEditorBasePermissionNodeEditor. getACLEditor()ACLEditorPermissionNodeEditor. getACLEditor()Methods in org.uberfire.ext.security.management.client.widgets.management.editor.acl.node with parameters of type ACLEditor Modifier and Type Method Description voidBasePermissionNodeEditor. setACLEditor(ACLEditor aclEditor)voidPermissionNodeEditor. setACLEditor(ACLEditor editor) -
Uses of ACLEditor in org.uberfire.ext.security.management.client.widgets.management.editor.group
Methods in org.uberfire.ext.security.management.client.widgets.management.editor.group that return ACLEditor Modifier and Type Method Description ACLEditorGroupEditor. getAclEditor()Constructors in org.uberfire.ext.security.management.client.widgets.management.editor.group with parameters of type ACLEditor Constructor Description GroupEditor(org.uberfire.ext.security.management.client.ClientUserSystemManager userSystemManager, javax.enterprise.event.Event<OnEditEvent> onEditEvent, javax.enterprise.event.Event<OnShowEvent> onShowEvent, javax.enterprise.event.Event<OnDeleteEvent> onDeleteEvent, ACLSettings aclSettings, ACLViewer aclViewer, ACLEditor aclEditor, GroupEditor.View view) -
Uses of ACLEditor in org.uberfire.ext.security.management.client.widgets.management.editor.role
Methods in org.uberfire.ext.security.management.client.widgets.management.editor.role that return ACLEditor Modifier and Type Method Description ACLEditorRoleEditor. getAclEditor()Constructors in org.uberfire.ext.security.management.client.widgets.management.editor.role with parameters of type ACLEditor Constructor Description RoleEditor(org.uberfire.ext.security.management.client.ClientUserSystemManager userSystemManager, ACLSettings aclSettings, ACLViewer aclViewer, ACLEditor aclEditor, javax.enterprise.event.Event<OnEditEvent> onEditEvent, javax.enterprise.event.Event<OnShowEvent> onShowEvent, RoleEditor.View view) -
Uses of ACLEditor in org.uberfire.ext.security.management.client.widgets.management.events
Constructors in org.uberfire.ext.security.management.client.widgets.management.events with parameters of type ACLEditor Constructor Description PermissionChangedEvent(ACLEditor aclEditor, org.uberfire.security.authz.Permission permission, boolean granted)PermissionNodeAddedEvent(ACLEditor aclEditor, org.uberfire.security.client.authz.tree.PermissionNode parentNode, org.uberfire.security.client.authz.tree.PermissionNode childNode)PermissionNodeRemovedEvent(ACLEditor aclEditor, org.uberfire.security.client.authz.tree.PermissionNode parentNode, org.uberfire.security.client.authz.tree.PermissionNode childNode)
-