Concept permissions is a convenience set of security settings, differentiated by their name (concept). Concept permissions factory should primarily be an Elephant Entity, by means of its method getConceptPermission(name)
. Using an Elephant Entity as a factory ensures the correct initialization of the Scripting
methods.
Field |
Description |
Required |
name |
Used as the concept related to this set of constraints. |
|
allow |
True when the concept is allowed. Defaults to false. Usually |
|
show |
True when the concept should be shown. Defaults to false. Usually |
|
showRole |
Extension to |
|
actionRole |
Extension to |
|
showScript |
Extension to |
|
actionScript |
Extension to |
|
showActor |
Extension to |
|
actionActor |
Extension to |
|
max |
Used to pass a numerical value to visual controls. |
|
order |
Useful when concepts should be shown in specific order. |
|
permissions |
A set of conceptual permissions with the same structure. Used as sub-concept permissions and scalable to any level. |
English | 06/24/22 04:54 | Lluís Turró Cutiller | |
English | 06/25/22 07:36 | Lluís Turró Cutiller |