Uses of Class
org.uberfire.ext.security.management.client.widgets.management.editor.acl.ACLViewer
-
-
Uses of ACLViewer 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 ACLViewer Modifier and Type Method Description voidACLViewerView. init(ACLViewer presenter) -
Uses of ACLViewer in org.uberfire.ext.security.management.client.widgets.management.editor.group
Constructors in org.uberfire.ext.security.management.client.widgets.management.editor.group with parameters of type ACLViewer 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 ACLViewer in org.uberfire.ext.security.management.client.widgets.management.editor.role
Constructors in org.uberfire.ext.security.management.client.widgets.management.editor.role with parameters of type ACLViewer 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 ACLViewer in org.uberfire.ext.security.management.client.widgets.management.editor.user
Methods in org.uberfire.ext.security.management.client.widgets.management.editor.user that return ACLViewer Modifier and Type Method Description ACLViewerUserEditor. getACLViewer()Methods in org.uberfire.ext.security.management.client.widgets.management.editor.user with parameters of type ACLViewer Modifier and Type Method Description UserEditor.ViewUserEditor.View. initWidgets(UserAttributesEditor.View userAttributesEditorView, AssignedEntitiesExplorer userAssignedGroupsExplorerView, AssignedEntitiesEditor userAssignedGroupsEditorView, AssignedEntitiesExplorer userAssignedRolesExplorerView, AssignedEntitiesEditor userAssignedRolesEditorView, ACLViewer aclViewer)UserEditor.ViewUserEditorView. initWidgets(UserAttributesEditor.View userAttributesEditorView, AssignedEntitiesExplorer userAssignedGroupsExplorerView, AssignedEntitiesEditor userAssignedGroupsEditorView, AssignedEntitiesExplorer userAssignedRolesExplorerView, AssignedEntitiesEditor userAssignedRolesEditorView, ACLViewer aclViewer)Constructors in org.uberfire.ext.security.management.client.widgets.management.editor.user with parameters of type ACLViewer Constructor Description UserEditor(org.uberfire.ext.security.management.client.ClientUserSystemManager userSystemManager, UserAttributesEditor userAttributesEditor, UserAssignedGroupsExplorer userAssignedGroupsExplorer, UserAssignedGroupsEditor userAssignedGroupsEditor, UserAssignedRolesExplorer userAssignedRolesExplorer, UserAssignedRolesEditor userAssignedRolesEditor, ACLViewer aclViewer, javax.enterprise.event.Event<OnEditEvent> onEditEvent, javax.enterprise.event.Event<OnShowEvent> onShowEvent, javax.enterprise.event.Event<OnDeleteEvent> onDeleteEvent, javax.enterprise.event.Event<OnChangePasswordEvent> onChangePasswordEvent, UserEditor.View view)
-