Interface | Description |
---|---|
AccessControlField.PathChooserHandler |
A hook to the path field for the current entry, in order to choose and update its path.
|
AccessControlListField.EntryFieldFactory |
A factory creating individual fields for ACL entries.
|
AccessControlListField.NewEntryHandler |
The handler used to create new ACL entries.
|
Class | Description |
---|---|
AbstractAccessFieldFactory<D extends FieldDefinition,T extends AccessControlList> |
Abstract super class for field builder that provide fields for editing ACLs.
|
AccessControlField |
A field implementation dedicated to access control entries (permission, access type and path).
|
AccessControlList<E extends AccessControlList.Entry> |
A simple ACL representation reading entries from, and saving them to a given JCR node.
|
AccessControlList.Entry |
An entry in the access control list.
|
AccessControlList.EntryKey | Deprecated
since 5.4.8, equality is implemented on the entry directly, while same-key merging logic was moved
to the more specific
WorkspaceAccessControlList |
AccessControlListField |
A field implementation dedicated to access control lists.
|
ConditionalReadOnlyTextFieldDefinition |
Text field which is read only if a certain value is set when the field is created.
|
ConditionalReadOnlyTextFieldFactory |
Creates a field that is read only if a certain value is set.
|
EnabledFieldDefinition |
A definition for the Enabled field.
|
EnabledFieldFactory |
Enabled field GUI builder.
|
GroupManagementFieldDefinition |
A definition for the Group Management field.
|
GroupManagementFieldFactory |
GUI builder for the Group Management field.
|
GroupManagementFieldFactory.Group |
Internal bean to represent basic group data.
|
RoleManagementFieldDefinition |
A definition for the Role Management field.
|
RoleManagementFieldFactory |
GUI builder for the Role Management field.
|
SystemLanguagesFieldDefinition |
Defines a select field displaying configured system languages.
|
SystemLanguagesFieldFactory<D extends SystemLanguagesFieldDefinition> |
Creates and initializes a select field with system languages, as configured under
CONFIG:/server/i18n/system/languages . |
WebAccessFieldDefinition |
Field definition for the web access field.
|
WebAccessFieldFactory |
Field factory for the web access ACL field; unlike other field factories, it does not read ACLs straight from the JCR adapter.
|
WorkspaceAccessControlList |
An extended ACL representation for use with workspace permissions.
|
WorkspaceAccessControlList.Entry |
An extended entry for the workspace ACLs, with notion of access type and sanitized path.
|
WorkspaceAccessFieldDefinition |
Field definition for the workspace ACL field.
|
WorkspaceAccessFieldFactory |
Field factory for workspace ACL fields; unlike other field factories, it does not read ACLs straight from the JCR adapter.
|
Copyright © 2021 Magnolia International Ltd.. All rights reserved.