Class | Description |
---|---|
ClassPermissions |
Class describing all permissions related to a given Realm model class.
|
ClassPrivileges |
This object combines all privileges granted on the Class by all Roles which the
current User is a member of into the final privileges which will be enforced by
the server.
|
ObjectPrivileges |
This object combines all privileges granted on a Realm object by all Roles which the
current User is a member of into the final privileges which will be enforced by
the server.
|
Permission |
This class encapsulates the privileges granted a given
Role . |
Permission.Builder |
Creates a
Permission object in a fluid manner. |
PermissionUser |
Class describes a user in the Realm Object Servers Permission system.
|
RealmPermissions |
Class describing all permissions related to a given Realm.
|
RealmPrivileges |
This object combines all privileges granted on the Realm by all Roles which the
current User is a member of into the final privileges which will be enforced by
the server.
|
Role |
A role describes a function or area of authority in the Realm Object Server permission system.
|