Interface PermissionEditorValue

All Superinterfaces:
EditorValue<Permissions>

@Deprecated(since="5.2.21") public interface PermissionEditorValue extends EditorValue<Permissions>
Deprecated.
since 5.2.21 - use FormField instead
The PermissionEditorValue interface represents the FirstSpirit input component CMS_INPUT_PERMISSION
Since:
3.1.158
  • Field Details

    • PERMISSIONS_KEY

      static final String PERMISSIONS_KEY
      Deprecated.
      Key for the permission entry container.
      Since:
      4.0
      See Also:
    • ALLOW_PRIORITY

      static final int ALLOW_PRIORITY
      Deprecated.
      Mode identifier defining allow priority.
      Since:
      3.1.158
    • DENY_PRIORITY

      static final int DENY_PRIORITY
      Deprecated.
      Mode identifier defining deny priority.
      Since:
      3.1.158
    • DEFAULT_GROUP_NAME

      static final String DEFAULT_GROUP_NAME
      Deprecated.
      The default name for groups.
      Since:
      3.1.158
      See Also:
  • Method Details