Interface EntityAccessReporter
- All Known Implementing Classes:
EntityAccessReporter.Reporter
Deprecated.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Call action: `nice2_entityoperation_EntityAccessReporter.reportCreate` Creates an output job named `Entity Create Permissions` containing the create permissions of all entities.reportCreateForUser
(String userName) Deprecated.LikereportCreate()
()} but including only rules relevant for the given user.Deprecated.Call action: `nice2_entityoperation_EntityAccessReporter.reportDelete` Creates an output job named `Entity Delete Permissions` containing the delete permissions of all entities.reportDeleteForUser
(String userName) Deprecated.LikereportDelete()
()} but including only rules relevant for the given user.Deprecated.Call action: `nice2_entityoperation_EntityAccessReporter.reportRead` Creates an output job named `Entity Read Access Permissions` containing the read permissions of all entities.reportReadCountForUser
(String userName) Deprecated.Creates an output job named 'Entity Read Access Count' containing a table showing how many entities can be read with a given userName.reportReadForUser
(String userName) Deprecated.LikereportRead()
but including only rules relevant for the given user.Deprecated.Call action: `nice2_entityoperation_EntityAccessReporter.reportWrite` Creates an output job named `Entity Write Access Permissions` containing the write permissions of all entities.reportWriteForUser
(String userName) Deprecated.LikereportWrite()
()} but including only rules relevant for the given user.
-
Method Details
-
reportRead
String reportRead()Deprecated.Call action: `nice2_entityoperation_EntityAccessReporter.reportRead` Creates an output job named `Entity Read Access Permissions` containing the read permissions of all entities. The entities are grouped as follows: 1. all entities with at least 1 rule which grants read to anonymous 2. all entities with read permissions for authenticated users 3. all entities without any read permissions -
reportReadForUser
Deprecated.LikereportRead()
but including only rules relevant for the given user. -
reportReadCountForUser
Deprecated.Creates an output job named 'Entity Read Access Count' containing a table showing how many entities can be read with a given userName. -
reportWrite
String reportWrite()Deprecated.Call action: `nice2_entityoperation_EntityAccessReporter.reportWrite` Creates an output job named `Entity Write Access Permissions` containing the write permissions of all entities. The entities are grouped as follows: 1. all entities with at least 1 rule which grants write to anonymous 2. all entities with write permissions for authenticated users 3. all entities without any write permissions -
reportWriteForUser
Deprecated.LikereportWrite()
()} but including only rules relevant for the given user. -
reportCreate
String reportCreate()Deprecated.Call action: `nice2_entityoperation_EntityAccessReporter.reportCreate` Creates an output job named `Entity Create Permissions` containing the create permissions of all entities. The entities are grouped as follows: 1. all entities with at least 1 rule which grants create to anonymous 2. all entities with create permissions for authenticated users 3. all entities without any create permissions -
reportCreateForUser
Deprecated.LikereportCreate()
()} but including only rules relevant for the given user. -
reportDelete
String reportDelete()Deprecated.Call action: `nice2_entityoperation_EntityAccessReporter.reportDelete` Creates an output job named `Entity Delete Permissions` containing the delete permissions of all entities. The entities are grouped as follows: 1. all entities with at least 1 rule which grants delete to anonymous 2. all entities with delete permissions for authenticated users 3. all entities without any delete permissions -
reportDeleteForUser
Deprecated.LikereportDelete()
()} but including only rules relevant for the given user.
-