SolidProfilePrivacy enum
Visibility mode for a user's profile data on their POD.
In private mode (the default for an app using encryption) the avatar and display name are encrypted at rest and the profile folder grants owner-only access via its ACL. In public mode the data is stored as plaintext linked data and the profile folder grants public read access, matching the openness of the WebID profile document.
Values
- private → const SolidProfilePrivacy
-
Encrypted at rest, owner-only ACL.
- public → const SolidProfilePrivacy
-
Plaintext, publicly readable.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
SolidProfilePrivacy> - A constant List of the values in this enum, in order of their declaration.