Modifier and Type | Method and Description |
---|---|
void |
ACLEditorView.init(ACLEditor presenter) |
Modifier and Type | Field and Description |
---|---|
protected ACLEditor |
BasePermissionNodeEditor.aclEditor |
Modifier and Type | Method and Description |
---|---|
ACLEditor |
PermissionNodeEditor.getACLEditor() |
ACLEditor |
BasePermissionNodeEditor.getACLEditor() |
Modifier and Type | Method and Description |
---|---|
void |
PermissionNodeEditor.setACLEditor(ACLEditor editor) |
void |
BasePermissionNodeEditor.setACLEditor(ACLEditor aclEditor) |
Modifier and Type | Method and Description |
---|---|
ACLEditor |
GroupEditor.getAclEditor() |
Constructor and Description |
---|
GroupEditor(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) |
Modifier and Type | Method and Description |
---|---|
ACLEditor |
RoleEditor.getAclEditor() |
Constructor and Description |
---|
RoleEditor(ClientUserSystemManager userSystemManager,
ACLSettings aclSettings,
ACLViewer aclViewer,
ACLEditor aclEditor,
javax.enterprise.event.Event<OnEditEvent> onEditEvent,
javax.enterprise.event.Event<OnShowEvent> onShowEvent,
RoleEditor.View view) |
Constructor and Description |
---|
PermissionChangedEvent(ACLEditor aclEditor,
Permission permission,
boolean granted) |
PermissionNodeAddedEvent(ACLEditor aclEditor,
PermissionNode parentNode,
PermissionNode childNode) |
PermissionNodeRemovedEvent(ACLEditor aclEditor,
PermissionNode parentNode,
PermissionNode childNode) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.