Package org.eclipse.ditto.things.api
Class Permission
java.lang.Object
org.eclipse.ditto.things.api.Permission
An enumeration of known permissions of the Thing store.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.eclipse.ditto.policies.model.PermissionsThe set of Permissions which must be set as default on the 'thing:/' Resource for the current Subject, if no policy is present.static final StringPermission to read an entity.static final StringPermission to write/change an entity. -
Method Summary
-
Field Details
-
READ
Permission to read an entity.- See Also:
-
WRITE
Permission to write/change an entity.- See Also:
-
DEFAULT_THING_PERMISSIONS
public static final org.eclipse.ditto.policies.model.Permissions DEFAULT_THING_PERMISSIONSThe set of Permissions which must be set as default on the 'thing:/' Resource for the current Subject, if no policy is present.
-