META-INF.model.secrules.map Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tentackle-test-pdo Show documentation
Show all versions of tentackle-test-pdo Show documentation
Test depdendency to support writing PDO-based tests.
Also generates the SQL-scripts for the TT tables and
contains some PDO tests.
This artifact must be included in test-scope only!
The newest version!
# security ACLs
name := Security
id := 5
table := secrules
alias := scrty
integrity := none
## attributes
[root, remote, bind, +priority]
String(128) objectClassName objectclass the protected classname, null if an entity
int objectClassId objectclassid the protected object's class id, 0 if not an entity
long objectId objectid the id of the protected object, 0 if all instances or not an entity
int domainContextClassId contextclassid the class id of the DomainContext's context entity, 0 if all contexts
long domainContextId contextid the id of DomainContext's context object, 0 if all instances
int granteeClassId granteeclassid the class id of the entity the permissions are granted to, 0 if all classes
long granteeId granteeid the id of the entity the permissions are granted to, 0 if all grantees
int priority secprio the priority or evaluation order, 0 is highest or first
String(128) permissions permissions the permissions as a comma-separated list
boolean allowed allowed the false if denied, true if allowed
String message message the user message
## indexes
index entity := objectid, objectclassid
index class := objectclass
index context := contextid, contextclassid
index grantee := granteeid, granteeclassid