- home
- Maven Release: 0
- Contract Docs Plugin Version: null
- Page Generated: 2016-05-10 23:11 EDT
AuthorizationHintsHierarchyBean
Description
Hints to the UI about authorization
Structure Definition
ShortName |
Name |
Type |
Description |
Required? |
Read only? |
Implementation Notes |
canTraverseHierarchy |
Can Traverse Hierarchy |
boolean |
Can traverse access (view) the hierarchy |
|
|
canDesignHierarchy |
Can Design Hierarchy |
boolean |
Can design modify (update) the hierarchy |
|
|
JSON Structure
{
"type" : "AuthorizationHintsHierarchy",
"canTraverseHierarchy" : true,
"canDesignHierarchy" : true
}