Modified: ranger/site/trunk/apidocs/json_RangerAccessResource.html URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerAccessResource.html?rev=1864664&r1=1864663&r2=1864664&view=diff ============================================================================== --- ranger/site/trunk/apidocs/json_RangerAccessResource.html (original) +++ ranger/site/trunk/apidocs/json_RangerAccessResource.html Wed Aug 7 18:15:52 2019 @@ -83,25 +83,25 @@ </thead> <tbody> <tr> - <td> <span id="prop-serviceDef" class="property-name">serviceDef</span> + <td> <span id="prop-readOnlyCopy" class="property-name">readOnlyCopy</span> </td> - <td> <span class="datatype-reference"><a href="json_RangerServiceDef.html">RangerServiceDef</a> + <td> <span class="datatype-reference"><a href="json_RangerAccessResource.html">RangerAccessResource</a> </span> </td> <td> <span class="property-description"></span> </td> </tr> <tr> - <td> <span id="prop-ownerUser" class="property-name">ownerUser</span> + <td> <span id="prop-asMap" class="property-name">asMap</span> </td> - <td> <span class="datatype-reference">string + <td> <span class="datatype-reference">map of object </span> </td> <td> <span class="property-description"></span> </td> </tr> <tr> - <td> <span id="prop-cacheKey" class="property-name">cacheKey</span> + <td> <span id="prop-ownerUser" class="property-name">ownerUser</span> </td> <td> <span class="datatype-reference">string </span> @@ -110,9 +110,9 @@ </td> </tr> <tr> - <td> <span id="prop-leafName" class="property-name">leafName</span> + <td> <span id="prop-serviceDef" class="property-name">serviceDef</span> </td> - <td> <span class="datatype-reference">string + <td> <span class="datatype-reference"><a href="json_RangerServiceDef.html">RangerServiceDef</a> </span> </td> <td> <span class="property-description"></span> @@ -128,27 +128,27 @@ </td> </tr> <tr> - <td> <span id="prop-asMap" class="property-name">asMap</span> + <td> <span id="prop-leafName" class="property-name">leafName</span> </td> - <td> <span class="datatype-reference">map of object + <td> <span class="datatype-reference">string </span> </td> <td> <span class="property-description"></span> </td> </tr> <tr> - <td> <span id="prop-readOnlyCopy" class="property-name">readOnlyCopy</span> + <td> <span id="prop-keys" class="property-name">keys</span> </td> - <td> <span class="datatype-reference"><a href="json_RangerAccessResource.html">RangerAccessResource</a> + <td> <span class="datatype-reference">array of string </span> </td> <td> <span class="property-description"></span> </td> </tr> <tr> - <td> <span id="prop-keys" class="property-name">keys</span> + <td> <span id="prop-cacheKey" class="property-name">cacheKey</span> </td> - <td> <span class="datatype-reference">array of string + <td> <span class="datatype-reference">string </span> </td> <td> <span class="property-description"></span> @@ -162,145 +162,136 @@ <div class="alert alert-warning">This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.</div> <pre class="prettyprint language-js example">{ + "readOnlyCopy" : { + "readOnlyCopy" : { }, + "asMap" : { + "property1" : { }, + "property2" : { } + }, + "ownerUser" : "...", + "serviceDef" : { + "enums" : [ { }, { } ], + "rbKeyLabel" : "...", + "dataMaskDef" : { }, + "label" : "...", + "description" : "...", + "name" : "...", + "rbKeyDescription" : "...", + "contextEnrichers" : [ { }, { } ], + "implClass" : "...", + "policyConditions" : [ { }, { } ], + "accessTypes" : [ { }, { } ], + "rowFilterDef" : { }, + "configs" : [ { }, { } ], + "resources" : [ { }, { } ], + "options" : { + "property1" : "...", + "property2" : "..." + }, + "version" : 12345, + "createTime" : 12345, + "isEnabled" : true, + "createdBy" : "...", + "guid" : "...", + "id" : 12345, + "updatedBy" : "...", + "updateTime" : 12345 + }, + "asString" : "...", + "leafName" : "...", + "keys" : [ "...", "..." ], + "cacheKey" : "..." + }, + "asMap" : { + "property1" : { }, + "property2" : { } + }, + "ownerUser" : "...", "serviceDef" : { "enums" : [ { + "name" : "...", "defaultIndex" : 12345, - "elements" : [ { }, { } ], "itemId" : 12345, - "name" : "..." + "elements" : [ { }, { } ] }, { + "name" : "...", "defaultIndex" : 12345, - "elements" : [ { }, { } ], "itemId" : 12345, - "name" : "..." + "elements" : [ { }, { } ] } ], + "rbKeyLabel" : "...", + "dataMaskDef" : { + "resources" : [ { }, { } ], + "accessTypes" : [ { }, { } ], + "maskTypes" : [ { }, { } ] + }, + "label" : "...", + "description" : "...", "name" : "...", + "rbKeyDescription" : "...", "contextEnrichers" : [ { "enricherOptions" : { "property1" : "...", "property2" : "..." }, - "itemId" : 12345, "enricher" : "...", - "name" : "..." + "name" : "...", + "itemId" : 12345 }, { "enricherOptions" : { "property1" : "...", "property2" : "..." }, - "itemId" : 12345, "enricher" : "...", - "name" : "..." + "name" : "...", + "itemId" : 12345 } ], - "options" : { - "property1" : "...", - "property2" : "..." - }, - "resources" : [ { - "validationMessage" : "...", - "label" : "...", - "excludesSupported" : true, - "uiHint" : "...", - "isValidLeaf" : true, - "type" : "...", - "level" : 12345, - "description" : "...", - "rbKeyDescription" : "...", - "recursiveSupported" : true, - "lookupSupported" : true, - "rbKeyLabel" : "...", - "matcher" : "...", - "rbKeyValidationMessage" : "...", - "validationRegEx" : "...", - "mandatory" : true, - "parent" : "...", + "implClass" : "...", + "policyConditions" : [ { "name" : "...", - "accessTypeRestrictions" : [ "...", "..." ], - "itemId" : 12345, - "matcherOptions" : { + "description" : "...", + "evaluatorOptions" : { "property1" : "...", "property2" : "..." - } - }, { + }, "validationMessage" : "...", - "label" : "...", - "excludesSupported" : true, - "uiHint" : "...", - "isValidLeaf" : true, - "type" : "...", - "level" : 12345, - "description" : "...", - "rbKeyDescription" : "...", - "recursiveSupported" : true, - "lookupSupported" : true, - "rbKeyLabel" : "...", - "matcher" : "...", "rbKeyValidationMessage" : "...", "validationRegEx" : "...", - "mandatory" : true, - "parent" : "...", - "name" : "...", - "accessTypeRestrictions" : [ "...", "..." ], - "itemId" : 12345, - "matcherOptions" : { - "property1" : "...", - "property2" : "..." - } - } ], - "accessTypes" : [ { - "name" : "...", "label" : "...", + "uiHint" : "...", "itemId" : 12345, "rbKeyLabel" : "...", - "impliedGrants" : [ "...", "..." ] + "rbKeyDescription" : "...", + "evaluator" : "..." }, { "name" : "...", - "label" : "...", - "itemId" : 12345, - "rbKeyLabel" : "...", - "impliedGrants" : [ "...", "..." ] - } ], - "rbKeyDescription" : "...", - "description" : "...", - "rbKeyLabel" : "...", - "label" : "...", - "dataMaskDef" : { - "accessTypes" : [ { }, { } ], - "resources" : [ { }, { } ], - "maskTypes" : [ { }, { } ] - }, - "policyConditions" : [ { - "label" : "...", - "uiHint" : "...", - "name" : "...", + "description" : "...", "evaluatorOptions" : { "property1" : "...", "property2" : "..." }, - "description" : "...", - "itemId" : 12345, - "rbKeyDescription" : "...", + "validationMessage" : "...", "rbKeyValidationMessage" : "...", "validationRegEx" : "...", - "rbKeyLabel" : "...", - "evaluator" : "...", - "validationMessage" : "..." - }, { "label" : "...", "uiHint" : "...", - "name" : "...", - "evaluatorOptions" : { - "property1" : "...", - "property2" : "..." - }, - "description" : "...", "itemId" : 12345, + "rbKeyLabel" : "...", "rbKeyDescription" : "...", - "rbKeyValidationMessage" : "...", - "validationRegEx" : "...", + "evaluator" : "..." + } ], + "accessTypes" : [ { + "name" : "...", + "rbKeyLabel" : "...", + "label" : "...", + "impliedGrants" : [ "...", "..." ], + "itemId" : 12345 + }, { + "name" : "...", "rbKeyLabel" : "...", - "evaluator" : "...", - "validationMessage" : "..." + "label" : "...", + "impliedGrants" : [ "...", "..." ], + "itemId" : 12345 } ], "rowFilterDef" : { "resources" : [ { }, { } ], @@ -308,94 +299,103 @@ }, "configs" : [ { "rbKeyValidationMessage" : "...", - "validationRegEx" : "...", - "mandatory" : true, + "rbKeyDescription" : "...", + "description" : "...", + "itemId" : 12345, + "validationMessage" : "...", "label" : "...", - "rbKeyLabel" : "...", + "name" : "...", "type" : "...", - "subType" : "...", - "rbKeyDescription" : "...", + "mandatory" : true, "defaultValue" : "...", - "description" : "...", + "rbKeyLabel" : "...", + "subType" : "...", "uiHint" : "...", - "name" : "...", - "itemId" : 12345, - "validationMessage" : "..." + "validationRegEx" : "..." }, { "rbKeyValidationMessage" : "...", - "validationRegEx" : "...", - "mandatory" : true, + "rbKeyDescription" : "...", + "description" : "...", + "itemId" : 12345, + "validationMessage" : "...", "label" : "...", - "rbKeyLabel" : "...", + "name" : "...", "type" : "...", - "subType" : "...", - "rbKeyDescription" : "...", + "mandatory" : true, "defaultValue" : "...", - "description" : "...", + "rbKeyLabel" : "...", + "subType" : "...", "uiHint" : "...", - "name" : "...", - "itemId" : 12345, - "validationMessage" : "..." + "validationRegEx" : "..." } ], - "implClass" : "...", - "version" : 12345, - "createdBy" : "...", - "updatedBy" : "...", - "id" : 12345, - "guid" : "...", - "updateTime" : 12345, - "isEnabled" : true, - "createTime" : 12345 - }, - "ownerUser" : "...", - "cacheKey" : "...", - "leafName" : "...", - "asString" : "...", - "asMap" : { - "property1" : { }, - "property2" : { } - }, - "readOnlyCopy" : { - "serviceDef" : { - "enums" : [ { }, { } ], + "resources" : [ { + "lookupSupported" : true, + "rbKeyValidationMessage" : "...", + "validationMessage" : "...", + "itemId" : 12345, + "isValidLeaf" : true, + "matcher" : "...", + "excludesSupported" : true, "name" : "...", - "contextEnrichers" : [ { }, { } ], - "options" : { + "rbKeyLabel" : "...", + "recursiveSupported" : true, + "description" : "...", + "level" : 12345, + "uiHint" : "...", + "label" : "...", + "accessTypeRestrictions" : [ "...", "..." ], + "matcherOptions" : { "property1" : "...", "property2" : "..." }, - "resources" : [ { }, { } ], - "accessTypes" : [ { }, { } ], + "parent" : "...", + "validationRegEx" : "...", "rbKeyDescription" : "...", - "description" : "...", + "type" : "...", + "mandatory" : true + }, { + "lookupSupported" : true, + "rbKeyValidationMessage" : "...", + "validationMessage" : "...", + "itemId" : 12345, + "isValidLeaf" : true, + "matcher" : "...", + "excludesSupported" : true, + "name" : "...", "rbKeyLabel" : "...", + "recursiveSupported" : true, + "description" : "...", + "level" : 12345, + "uiHint" : "...", "label" : "...", - "dataMaskDef" : { }, - "policyConditions" : [ { }, { } ], - "rowFilterDef" : { }, - "configs" : [ { }, { } ], - "implClass" : "...", - "version" : 12345, - "createdBy" : "...", - "updatedBy" : "...", - "id" : 12345, - "guid" : "...", - "updateTime" : 12345, - "isEnabled" : true, - "createTime" : 12345 - }, - "ownerUser" : "...", - "cacheKey" : "...", - "leafName" : "...", - "asString" : "...", - "asMap" : { - "property1" : { }, - "property2" : { } + "accessTypeRestrictions" : [ "...", "..." ], + "matcherOptions" : { + "property1" : "...", + "property2" : "..." + }, + "parent" : "...", + "validationRegEx" : "...", + "rbKeyDescription" : "...", + "type" : "...", + "mandatory" : true + } ], + "options" : { + "property1" : "...", + "property2" : "..." }, - "readOnlyCopy" : { }, - "keys" : [ "...", "..." ] + "version" : 12345, + "createTime" : 12345, + "isEnabled" : true, + "createdBy" : "...", + "guid" : "...", + "id" : 12345, + "updatedBy" : "...", + "updateTime" : 12345 }, - "keys" : [ "...", "..." ] + "asString" : "...", + "leafName" : "...", + "keys" : [ "...", "..." ], + "cacheKey" : "..." }</pre> <footer class="footer">
Modified: ranger/site/trunk/apidocs/json_RangerAccessResourceImpl.html URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerAccessResourceImpl.html?rev=1864664&r1=1864663&r2=1864664&view=diff ============================================================================== --- ranger/site/trunk/apidocs/json_RangerAccessResourceImpl.html (original) +++ ranger/site/trunk/apidocs/json_RangerAccessResourceImpl.html Wed Aug 7 18:15:52 2019 @@ -83,61 +83,61 @@ </thead> <tbody> <tr> - <td> <span id="prop-asString" class="property-name">asString</span> + <td> <span id="prop-asMap" class="property-name">asMap</span> </td> - <td> <span class="datatype-reference">string + <td> <span class="datatype-reference">map of object </span> </td> <td> <span class="property-description"></span> </td> </tr> <tr> - <td> <span id="prop-keys" class="property-name">keys</span> + <td> <span id="prop-readOnlyCopy" class="property-name">readOnlyCopy</span> </td> - <td> <span class="datatype-reference">array of string + <td> <span class="datatype-reference"><a href="json_RangerAccessResource.html">RangerAccessResource</a> </span> </td> <td> <span class="property-description"></span> </td> </tr> <tr> - <td> <span id="prop-ownerUser" class="property-name">ownerUser</span> + <td> <span id="prop-keys" class="property-name">keys</span> </td> - <td> <span class="datatype-reference">string + <td> <span class="datatype-reference">array of string </span> </td> <td> <span class="property-description"></span> </td> </tr> <tr> - <td> <span id="prop-serviceDef" class="property-name">serviceDef</span> + <td> <span id="prop-cacheKey" class="property-name">cacheKey</span> </td> - <td> <span class="datatype-reference"><a href="json_RangerServiceDef.html">RangerServiceDef</a> + <td> <span class="datatype-reference">string </span> </td> <td> <span class="property-description"></span> </td> </tr> <tr> - <td> <span id="prop-readOnlyCopy" class="property-name">readOnlyCopy</span> + <td> <span id="prop-leafName" class="property-name">leafName</span> </td> - <td> <span class="datatype-reference"><a href="json_RangerAccessResource.html">RangerAccessResource</a> + <td> <span class="datatype-reference">string </span> </td> <td> <span class="property-description"></span> </td> </tr> <tr> - <td> <span id="prop-leafName" class="property-name">leafName</span> + <td> <span id="prop-serviceDef" class="property-name">serviceDef</span> </td> - <td> <span class="datatype-reference">string + <td> <span class="datatype-reference"><a href="json_RangerServiceDef.html">RangerServiceDef</a> </span> </td> <td> <span class="property-description"></span> </td> </tr> <tr> - <td> <span id="prop-cacheKey" class="property-name">cacheKey</span> + <td> <span id="prop-ownerUser" class="property-name">ownerUser</span> </td> <td> <span class="datatype-reference">string </span> @@ -146,9 +146,9 @@ </td> </tr> <tr> - <td> <span id="prop-asMap" class="property-name">asMap</span> + <td> <span id="prop-asString" class="property-name">asString</span> </td> - <td> <span class="datatype-reference">map of object + <td> <span class="datatype-reference">string </span> </td> <td> <span class="property-description"></span> @@ -160,148 +160,138 @@ <p class="lead">Example</p> <pre class="prettyprint language-js example">{ - "asString" : "...", + "asMap" : { + "property1" : { }, + "property2" : { } + }, + "readOnlyCopy" : { + "readOnlyCopy" : { }, + "asMap" : { + "property1" : { }, + "property2" : { } + }, + "ownerUser" : "...", + "serviceDef" : { + "enums" : [ { }, { } ], + "rbKeyLabel" : "...", + "dataMaskDef" : { }, + "label" : "...", + "description" : "...", + "name" : "...", + "rbKeyDescription" : "...", + "contextEnrichers" : [ { }, { } ], + "implClass" : "...", + "policyConditions" : [ { }, { } ], + "accessTypes" : [ { }, { } ], + "rowFilterDef" : { }, + "configs" : [ { }, { } ], + "resources" : [ { }, { } ], + "options" : { + "property1" : "...", + "property2" : "..." + }, + "version" : 12345, + "createTime" : 12345, + "isEnabled" : true, + "createdBy" : "...", + "guid" : "...", + "id" : 12345, + "updatedBy" : "...", + "updateTime" : 12345 + }, + "asString" : "...", + "leafName" : "...", + "keys" : [ "...", "..." ], + "cacheKey" : "..." + }, "keys" : [ "...", "..." ], - "ownerUser" : "...", + "cacheKey" : "...", + "leafName" : "...", "serviceDef" : { "enums" : [ { + "name" : "...", "defaultIndex" : 12345, - "elements" : [ { }, { } ], "itemId" : 12345, - "name" : "..." + "elements" : [ { }, { } ] }, { + "name" : "...", "defaultIndex" : 12345, - "elements" : [ { }, { } ], "itemId" : 12345, - "name" : "..." + "elements" : [ { }, { } ] } ], + "rbKeyLabel" : "...", + "dataMaskDef" : { + "resources" : [ { }, { } ], + "accessTypes" : [ { }, { } ], + "maskTypes" : [ { }, { } ] + }, + "label" : "...", + "description" : "...", "name" : "...", + "rbKeyDescription" : "...", "contextEnrichers" : [ { "enricherOptions" : { "property1" : "...", "property2" : "..." }, - "itemId" : 12345, "enricher" : "...", - "name" : "..." + "name" : "...", + "itemId" : 12345 }, { "enricherOptions" : { "property1" : "...", "property2" : "..." }, - "itemId" : 12345, "enricher" : "...", - "name" : "..." + "name" : "...", + "itemId" : 12345 } ], - "options" : { - "property1" : "...", - "property2" : "..." - }, - "resources" : [ { - "validationMessage" : "...", - "label" : "...", - "excludesSupported" : true, - "uiHint" : "...", - "isValidLeaf" : true, - "type" : "...", - "level" : 12345, - "description" : "...", - "rbKeyDescription" : "...", - "recursiveSupported" : true, - "lookupSupported" : true, - "rbKeyLabel" : "...", - "matcher" : "...", - "rbKeyValidationMessage" : "...", - "validationRegEx" : "...", - "mandatory" : true, - "parent" : "...", + "implClass" : "...", + "policyConditions" : [ { "name" : "...", - "accessTypeRestrictions" : [ "...", "..." ], - "itemId" : 12345, - "matcherOptions" : { + "description" : "...", + "evaluatorOptions" : { "property1" : "...", "property2" : "..." - } - }, { + }, "validationMessage" : "...", - "label" : "...", - "excludesSupported" : true, - "uiHint" : "...", - "isValidLeaf" : true, - "type" : "...", - "level" : 12345, - "description" : "...", - "rbKeyDescription" : "...", - "recursiveSupported" : true, - "lookupSupported" : true, - "rbKeyLabel" : "...", - "matcher" : "...", "rbKeyValidationMessage" : "...", "validationRegEx" : "...", - "mandatory" : true, - "parent" : "...", - "name" : "...", - "accessTypeRestrictions" : [ "...", "..." ], - "itemId" : 12345, - "matcherOptions" : { - "property1" : "...", - "property2" : "..." - } - } ], - "accessTypes" : [ { - "name" : "...", "label" : "...", + "uiHint" : "...", "itemId" : 12345, "rbKeyLabel" : "...", - "impliedGrants" : [ "...", "..." ] + "rbKeyDescription" : "...", + "evaluator" : "..." }, { "name" : "...", - "label" : "...", - "itemId" : 12345, - "rbKeyLabel" : "...", - "impliedGrants" : [ "...", "..." ] - } ], - "rbKeyDescription" : "...", - "description" : "...", - "rbKeyLabel" : "...", - "label" : "...", - "dataMaskDef" : { - "accessTypes" : [ { }, { } ], - "resources" : [ { }, { } ], - "maskTypes" : [ { }, { } ] - }, - "policyConditions" : [ { - "label" : "...", - "uiHint" : "...", - "name" : "...", + "description" : "...", "evaluatorOptions" : { "property1" : "...", "property2" : "..." }, - "description" : "...", - "itemId" : 12345, - "rbKeyDescription" : "...", + "validationMessage" : "...", "rbKeyValidationMessage" : "...", "validationRegEx" : "...", - "rbKeyLabel" : "...", - "evaluator" : "...", - "validationMessage" : "..." - }, { "label" : "...", "uiHint" : "...", - "name" : "...", - "evaluatorOptions" : { - "property1" : "...", - "property2" : "..." - }, - "description" : "...", "itemId" : 12345, + "rbKeyLabel" : "...", "rbKeyDescription" : "...", - "rbKeyValidationMessage" : "...", - "validationRegEx" : "...", + "evaluator" : "..." + } ], + "accessTypes" : [ { + "name" : "...", "rbKeyLabel" : "...", - "evaluator" : "...", - "validationMessage" : "..." + "label" : "...", + "impliedGrants" : [ "...", "..." ], + "itemId" : 12345 + }, { + "name" : "...", + "rbKeyLabel" : "...", + "label" : "...", + "impliedGrants" : [ "...", "..." ], + "itemId" : 12345 } ], "rowFilterDef" : { "resources" : [ { }, { } ], @@ -309,91 +299,101 @@ }, "configs" : [ { "rbKeyValidationMessage" : "...", - "validationRegEx" : "...", - "mandatory" : true, + "rbKeyDescription" : "...", + "description" : "...", + "itemId" : 12345, + "validationMessage" : "...", "label" : "...", - "rbKeyLabel" : "...", + "name" : "...", "type" : "...", - "subType" : "...", - "rbKeyDescription" : "...", + "mandatory" : true, "defaultValue" : "...", - "description" : "...", + "rbKeyLabel" : "...", + "subType" : "...", "uiHint" : "...", - "name" : "...", - "itemId" : 12345, - "validationMessage" : "..." + "validationRegEx" : "..." }, { "rbKeyValidationMessage" : "...", - "validationRegEx" : "...", - "mandatory" : true, + "rbKeyDescription" : "...", + "description" : "...", + "itemId" : 12345, + "validationMessage" : "...", "label" : "...", - "rbKeyLabel" : "...", + "name" : "...", "type" : "...", - "subType" : "...", - "rbKeyDescription" : "...", + "mandatory" : true, "defaultValue" : "...", - "description" : "...", + "rbKeyLabel" : "...", + "subType" : "...", "uiHint" : "...", - "name" : "...", - "itemId" : 12345, - "validationMessage" : "..." + "validationRegEx" : "..." } ], - "implClass" : "...", - "version" : 12345, - "createdBy" : "...", - "updatedBy" : "...", - "id" : 12345, - "guid" : "...", - "updateTime" : 12345, - "isEnabled" : true, - "createTime" : 12345 - }, - "readOnlyCopy" : { - "serviceDef" : { - "enums" : [ { }, { } ], + "resources" : [ { + "lookupSupported" : true, + "rbKeyValidationMessage" : "...", + "validationMessage" : "...", + "itemId" : 12345, + "isValidLeaf" : true, + "matcher" : "...", + "excludesSupported" : true, "name" : "...", - "contextEnrichers" : [ { }, { } ], - "options" : { + "rbKeyLabel" : "...", + "recursiveSupported" : true, + "description" : "...", + "level" : 12345, + "uiHint" : "...", + "label" : "...", + "accessTypeRestrictions" : [ "...", "..." ], + "matcherOptions" : { "property1" : "...", "property2" : "..." }, - "resources" : [ { }, { } ], - "accessTypes" : [ { }, { } ], + "parent" : "...", + "validationRegEx" : "...", "rbKeyDescription" : "...", - "description" : "...", + "type" : "...", + "mandatory" : true + }, { + "lookupSupported" : true, + "rbKeyValidationMessage" : "...", + "validationMessage" : "...", + "itemId" : 12345, + "isValidLeaf" : true, + "matcher" : "...", + "excludesSupported" : true, + "name" : "...", "rbKeyLabel" : "...", + "recursiveSupported" : true, + "description" : "...", + "level" : 12345, + "uiHint" : "...", "label" : "...", - "dataMaskDef" : { }, - "policyConditions" : [ { }, { } ], - "rowFilterDef" : { }, - "configs" : [ { }, { } ], - "implClass" : "...", - "version" : 12345, - "createdBy" : "...", - "updatedBy" : "...", - "id" : 12345, - "guid" : "...", - "updateTime" : 12345, - "isEnabled" : true, - "createTime" : 12345 - }, - "ownerUser" : "...", - "cacheKey" : "...", - "leafName" : "...", - "asString" : "...", - "asMap" : { - "property1" : { }, - "property2" : { } + "accessTypeRestrictions" : [ "...", "..." ], + "matcherOptions" : { + "property1" : "...", + "property2" : "..." + }, + "parent" : "...", + "validationRegEx" : "...", + "rbKeyDescription" : "...", + "type" : "...", + "mandatory" : true + } ], + "options" : { + "property1" : "...", + "property2" : "..." }, - "readOnlyCopy" : { }, - "keys" : [ "...", "..." ] + "version" : 12345, + "createTime" : 12345, + "isEnabled" : true, + "createdBy" : "...", + "guid" : "...", + "id" : 12345, + "updatedBy" : "...", + "updateTime" : 12345 }, - "leafName" : "...", - "cacheKey" : "...", - "asMap" : { - "property1" : { }, - "property2" : { } - } + "ownerUser" : "...", + "asString" : "..." }</pre> <footer class="footer"> Modified: ranger/site/trunk/apidocs/json_RangerAccessResourceReadOnly.html URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerAccessResourceReadOnly.html?rev=1864664&r1=1864663&r2=1864664&view=diff ============================================================================== --- ranger/site/trunk/apidocs/json_RangerAccessResourceReadOnly.html (original) +++ ranger/site/trunk/apidocs/json_RangerAccessResourceReadOnly.html Wed Aug 7 18:15:52 2019 @@ -81,36 +81,36 @@ </thead> <tbody> <tr> - <td> <span id="prop-asMap" class="property-name">asMap</span> + <td> <span id="prop-cacheKey" class="property-name">cacheKey</span> </td> - <td> <span class="datatype-reference">map of object + <td> <span class="datatype-reference">string </span> </td> <td> <span class="property-description"></span> </td> </tr> <tr> - <td> <span id="prop-cacheKey" class="property-name">cacheKey</span> + <td> <span id="prop-serviceDef" class="property-name">serviceDef</span> </td> - <td> <span class="datatype-reference">string + <td> <span class="datatype-reference"><a href="json_RangerServiceDef.html">RangerServiceDef</a> </span> </td> <td> <span class="property-description"></span> </td> </tr> <tr> - <td> <span id="prop-asString" class="property-name">asString</span> + <td> <span id="prop-readOnlyCopy" class="property-name">readOnlyCopy</span> </td> - <td> <span class="datatype-reference">string + <td> <span class="datatype-reference"><a href="json_RangerAccessResource.html">RangerAccessResource</a> </span> </td> <td> <span class="property-description"></span> </td> </tr> <tr> - <td> <span id="prop-readOnlyCopy" class="property-name">readOnlyCopy</span> + <td> <span id="prop-leafName" class="property-name">leafName</span> </td> - <td> <span class="datatype-reference"><a href="json_RangerAccessResource.html">RangerAccessResource</a> + <td> <span class="datatype-reference">string </span> </td> <td> <span class="property-description"></span> @@ -126,27 +126,27 @@ </td> </tr> <tr> - <td> <span id="prop-keys" class="property-name">keys</span> + <td> <span id="prop-asString" class="property-name">asString</span> </td> - <td> <span class="datatype-reference">array of string + <td> <span class="datatype-reference">string </span> </td> <td> <span class="property-description"></span> </td> </tr> <tr> - <td> <span id="prop-serviceDef" class="property-name">serviceDef</span> + <td> <span id="prop-asMap" class="property-name">asMap</span> </td> - <td> <span class="datatype-reference"><a href="json_RangerServiceDef.html">RangerServiceDef</a> + <td> <span class="datatype-reference">map of object </span> </td> <td> <span class="property-description"></span> </td> </tr> <tr> - <td> <span id="prop-leafName" class="property-name">leafName</span> + <td> <span id="prop-keys" class="property-name">keys</span> </td> - <td> <span class="datatype-reference">string + <td> <span class="datatype-reference">array of string </span> </td> <td> <span class="property-description"></span> @@ -158,193 +158,92 @@ <p class="lead">Example</p> <pre class="prettyprint language-js example">{ - "asMap" : { - "property1" : { }, - "property2" : { } - }, "cacheKey" : "...", - "asString" : "...", - "readOnlyCopy" : { - "serviceDef" : { - "enums" : [ { }, { } ], - "name" : "...", - "contextEnrichers" : [ { }, { } ], - "options" : { - "property1" : "...", - "property2" : "..." - }, - "resources" : [ { }, { } ], - "accessTypes" : [ { }, { } ], - "rbKeyDescription" : "...", - "description" : "...", - "rbKeyLabel" : "...", - "label" : "...", - "dataMaskDef" : { }, - "policyConditions" : [ { }, { } ], - "rowFilterDef" : { }, - "configs" : [ { }, { } ], - "implClass" : "...", - "version" : 12345, - "createdBy" : "...", - "updatedBy" : "...", - "id" : 12345, - "guid" : "...", - "updateTime" : 12345, - "isEnabled" : true, - "createTime" : 12345 - }, - "ownerUser" : "...", - "cacheKey" : "...", - "leafName" : "...", - "asString" : "...", - "asMap" : { - "property1" : { }, - "property2" : { } - }, - "readOnlyCopy" : { }, - "keys" : [ "...", "..." ] - }, - "ownerUser" : "...", - "keys" : [ "...", "..." ], "serviceDef" : { "enums" : [ { + "name" : "...", "defaultIndex" : 12345, - "elements" : [ { }, { } ], "itemId" : 12345, - "name" : "..." + "elements" : [ { }, { } ] }, { + "name" : "...", "defaultIndex" : 12345, - "elements" : [ { }, { } ], "itemId" : 12345, - "name" : "..." + "elements" : [ { }, { } ] } ], + "rbKeyLabel" : "...", + "dataMaskDef" : { + "resources" : [ { }, { } ], + "accessTypes" : [ { }, { } ], + "maskTypes" : [ { }, { } ] + }, + "label" : "...", + "description" : "...", "name" : "...", + "rbKeyDescription" : "...", "contextEnrichers" : [ { "enricherOptions" : { "property1" : "...", "property2" : "..." }, - "itemId" : 12345, "enricher" : "...", - "name" : "..." + "name" : "...", + "itemId" : 12345 }, { "enricherOptions" : { "property1" : "...", "property2" : "..." }, - "itemId" : 12345, "enricher" : "...", - "name" : "..." + "name" : "...", + "itemId" : 12345 } ], - "options" : { - "property1" : "...", - "property2" : "..." - }, - "resources" : [ { - "validationMessage" : "...", - "label" : "...", - "excludesSupported" : true, - "uiHint" : "...", - "isValidLeaf" : true, - "type" : "...", - "level" : 12345, - "description" : "...", - "rbKeyDescription" : "...", - "recursiveSupported" : true, - "lookupSupported" : true, - "rbKeyLabel" : "...", - "matcher" : "...", - "rbKeyValidationMessage" : "...", - "validationRegEx" : "...", - "mandatory" : true, - "parent" : "...", + "implClass" : "...", + "policyConditions" : [ { "name" : "...", - "accessTypeRestrictions" : [ "...", "..." ], - "itemId" : 12345, - "matcherOptions" : { + "description" : "...", + "evaluatorOptions" : { "property1" : "...", "property2" : "..." - } - }, { + }, "validationMessage" : "...", - "label" : "...", - "excludesSupported" : true, - "uiHint" : "...", - "isValidLeaf" : true, - "type" : "...", - "level" : 12345, - "description" : "...", - "rbKeyDescription" : "...", - "recursiveSupported" : true, - "lookupSupported" : true, - "rbKeyLabel" : "...", - "matcher" : "...", "rbKeyValidationMessage" : "...", "validationRegEx" : "...", - "mandatory" : true, - "parent" : "...", - "name" : "...", - "accessTypeRestrictions" : [ "...", "..." ], - "itemId" : 12345, - "matcherOptions" : { - "property1" : "...", - "property2" : "..." - } - } ], - "accessTypes" : [ { - "name" : "...", "label" : "...", + "uiHint" : "...", "itemId" : 12345, "rbKeyLabel" : "...", - "impliedGrants" : [ "...", "..." ] + "rbKeyDescription" : "...", + "evaluator" : "..." }, { "name" : "...", - "label" : "...", - "itemId" : 12345, - "rbKeyLabel" : "...", - "impliedGrants" : [ "...", "..." ] - } ], - "rbKeyDescription" : "...", - "description" : "...", - "rbKeyLabel" : "...", - "label" : "...", - "dataMaskDef" : { - "accessTypes" : [ { }, { } ], - "resources" : [ { }, { } ], - "maskTypes" : [ { }, { } ] - }, - "policyConditions" : [ { - "label" : "...", - "uiHint" : "...", - "name" : "...", + "description" : "...", "evaluatorOptions" : { "property1" : "...", "property2" : "..." }, - "description" : "...", - "itemId" : 12345, - "rbKeyDescription" : "...", + "validationMessage" : "...", "rbKeyValidationMessage" : "...", "validationRegEx" : "...", - "rbKeyLabel" : "...", - "evaluator" : "...", - "validationMessage" : "..." - }, { "label" : "...", "uiHint" : "...", - "name" : "...", - "evaluatorOptions" : { - "property1" : "...", - "property2" : "..." - }, - "description" : "...", "itemId" : 12345, + "rbKeyLabel" : "...", "rbKeyDescription" : "...", - "rbKeyValidationMessage" : "...", - "validationRegEx" : "...", + "evaluator" : "..." + } ], + "accessTypes" : [ { + "name" : "...", + "rbKeyLabel" : "...", + "label" : "...", + "impliedGrants" : [ "...", "..." ], + "itemId" : 12345 + }, { + "name" : "...", "rbKeyLabel" : "...", - "evaluator" : "...", - "validationMessage" : "..." + "label" : "...", + "impliedGrants" : [ "...", "..." ], + "itemId" : 12345 } ], "rowFilterDef" : { "resources" : [ { }, { } ], @@ -352,46 +251,147 @@ }, "configs" : [ { "rbKeyValidationMessage" : "...", - "validationRegEx" : "...", - "mandatory" : true, + "rbKeyDescription" : "...", + "description" : "...", + "itemId" : 12345, + "validationMessage" : "...", "label" : "...", - "rbKeyLabel" : "...", + "name" : "...", "type" : "...", - "subType" : "...", - "rbKeyDescription" : "...", + "mandatory" : true, "defaultValue" : "...", - "description" : "...", + "rbKeyLabel" : "...", + "subType" : "...", "uiHint" : "...", - "name" : "...", - "itemId" : 12345, - "validationMessage" : "..." + "validationRegEx" : "..." }, { "rbKeyValidationMessage" : "...", - "validationRegEx" : "...", - "mandatory" : true, + "rbKeyDescription" : "...", + "description" : "...", + "itemId" : 12345, + "validationMessage" : "...", "label" : "...", - "rbKeyLabel" : "...", + "name" : "...", "type" : "...", - "subType" : "...", - "rbKeyDescription" : "...", + "mandatory" : true, "defaultValue" : "...", - "description" : "...", + "rbKeyLabel" : "...", + "subType" : "...", "uiHint" : "...", + "validationRegEx" : "..." + } ], + "resources" : [ { + "lookupSupported" : true, + "rbKeyValidationMessage" : "...", + "validationMessage" : "...", + "itemId" : 12345, + "isValidLeaf" : true, + "matcher" : "...", + "excludesSupported" : true, "name" : "...", + "rbKeyLabel" : "...", + "recursiveSupported" : true, + "description" : "...", + "level" : 12345, + "uiHint" : "...", + "label" : "...", + "accessTypeRestrictions" : [ "...", "..." ], + "matcherOptions" : { + "property1" : "...", + "property2" : "..." + }, + "parent" : "...", + "validationRegEx" : "...", + "rbKeyDescription" : "...", + "type" : "...", + "mandatory" : true + }, { + "lookupSupported" : true, + "rbKeyValidationMessage" : "...", + "validationMessage" : "...", "itemId" : 12345, - "validationMessage" : "..." + "isValidLeaf" : true, + "matcher" : "...", + "excludesSupported" : true, + "name" : "...", + "rbKeyLabel" : "...", + "recursiveSupported" : true, + "description" : "...", + "level" : 12345, + "uiHint" : "...", + "label" : "...", + "accessTypeRestrictions" : [ "...", "..." ], + "matcherOptions" : { + "property1" : "...", + "property2" : "..." + }, + "parent" : "...", + "validationRegEx" : "...", + "rbKeyDescription" : "...", + "type" : "...", + "mandatory" : true } ], - "implClass" : "...", + "options" : { + "property1" : "...", + "property2" : "..." + }, "version" : 12345, + "createTime" : 12345, + "isEnabled" : true, "createdBy" : "...", - "updatedBy" : "...", - "id" : 12345, "guid" : "...", - "updateTime" : 12345, - "isEnabled" : true, - "createTime" : 12345 + "id" : 12345, + "updatedBy" : "...", + "updateTime" : 12345 + }, + "readOnlyCopy" : { + "readOnlyCopy" : { }, + "asMap" : { + "property1" : { }, + "property2" : { } + }, + "ownerUser" : "...", + "serviceDef" : { + "enums" : [ { }, { } ], + "rbKeyLabel" : "...", + "dataMaskDef" : { }, + "label" : "...", + "description" : "...", + "name" : "...", + "rbKeyDescription" : "...", + "contextEnrichers" : [ { }, { } ], + "implClass" : "...", + "policyConditions" : [ { }, { } ], + "accessTypes" : [ { }, { } ], + "rowFilterDef" : { }, + "configs" : [ { }, { } ], + "resources" : [ { }, { } ], + "options" : { + "property1" : "...", + "property2" : "..." + }, + "version" : 12345, + "createTime" : 12345, + "isEnabled" : true, + "createdBy" : "...", + "guid" : "...", + "id" : 12345, + "updatedBy" : "...", + "updateTime" : 12345 + }, + "asString" : "...", + "leafName" : "...", + "keys" : [ "...", "..." ], + "cacheKey" : "..." + }, + "leafName" : "...", + "ownerUser" : "...", + "asString" : "...", + "asMap" : { + "property1" : { }, + "property2" : { } }, - "leafName" : "..." + "keys" : [ "...", "..." ] }</pre> <footer class="footer"> Modified: ranger/site/trunk/apidocs/json_RangerAccessTypeDef.html URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerAccessTypeDef.html?rev=1864664&r1=1864663&r2=1864664&view=diff ============================================================================== --- ranger/site/trunk/apidocs/json_RangerAccessTypeDef.html (original) +++ ranger/site/trunk/apidocs/json_RangerAccessTypeDef.html Wed Aug 7 18:15:52 2019 @@ -88,7 +88,7 @@ </td> </tr> <tr> - <td> <span id="prop-label" class="property-name">label</span> + <td> <span id="prop-rbKeyLabel" class="property-name">rbKeyLabel</span> </td> <td> <span class="datatype-reference">string </span> @@ -97,27 +97,27 @@ </td> </tr> <tr> - <td> <span id="prop-itemId" class="property-name">itemId</span> + <td> <span id="prop-label" class="property-name">label</span> </td> - <td> <span class="datatype-reference">number + <td> <span class="datatype-reference">string </span> </td> <td> <span class="property-description"></span> </td> </tr> <tr> - <td> <span id="prop-rbKeyLabel" class="property-name">rbKeyLabel</span> + <td> <span id="prop-impliedGrants" class="property-name">impliedGrants</span> </td> - <td> <span class="datatype-reference">string + <td> <span class="datatype-reference">array of string </span> </td> <td> <span class="property-description"></span> </td> </tr> <tr> - <td> <span id="prop-impliedGrants" class="property-name">impliedGrants</span> + <td> <span id="prop-itemId" class="property-name">itemId</span> </td> - <td> <span class="datatype-reference">array of string + <td> <span class="datatype-reference">number </span> </td> <td> <span class="property-description"></span> @@ -130,10 +130,10 @@ <pre class="prettyprint language-js example">{ "name" : "...", - "label" : "...", - "itemId" : 12345, "rbKeyLabel" : "...", - "impliedGrants" : [ "...", "..." ] + "label" : "...", + "impliedGrants" : [ "...", "..." ], + "itemId" : 12345 }</pre> <footer class="footer"> Modified: ranger/site/trunk/apidocs/json_RangerBaseModelObject.html URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerBaseModelObject.html?rev=1864664&r1=1864663&r2=1864664&view=diff ============================================================================== --- ranger/site/trunk/apidocs/json_RangerBaseModelObject.html (original) +++ ranger/site/trunk/apidocs/json_RangerBaseModelObject.html Wed Aug 7 18:15:52 2019 @@ -90,27 +90,27 @@ </td> </tr> <tr> - <td> <span id="prop-createdBy" class="property-name">createdBy</span> + <td> <span id="prop-createTime" class="property-name">createTime</span> </td> - <td> <span class="datatype-reference">string + <td> <span class="datatype-reference">number </span> </td> <td> <span class="property-description"></span> </td> </tr> <tr> - <td> <span id="prop-updatedBy" class="property-name">updatedBy</span> + <td> <span id="prop-isEnabled" class="property-name">isEnabled</span> </td> - <td> <span class="datatype-reference">string + <td> <span class="datatype-reference">boolean </span> </td> <td> <span class="property-description"></span> </td> </tr> <tr> - <td> <span id="prop-id" class="property-name">id</span> + <td> <span id="prop-createdBy" class="property-name">createdBy</span> </td> - <td> <span class="datatype-reference">number + <td> <span class="datatype-reference">string </span> </td> <td> <span class="property-description"></span> @@ -126,7 +126,7 @@ </td> </tr> <tr> - <td> <span id="prop-updateTime" class="property-name">updateTime</span> + <td> <span id="prop-id" class="property-name">id</span> </td> <td> <span class="datatype-reference">number </span> @@ -135,16 +135,16 @@ </td> </tr> <tr> - <td> <span id="prop-isEnabled" class="property-name">isEnabled</span> + <td> <span id="prop-updatedBy" class="property-name">updatedBy</span> </td> - <td> <span class="datatype-reference">boolean + <td> <span class="datatype-reference">string </span> </td> <td> <span class="property-description"></span> </td> </tr> <tr> - <td> <span id="prop-createTime" class="property-name">createTime</span> + <td> <span id="prop-updateTime" class="property-name">updateTime</span> </td> <td> <span class="datatype-reference">number </span> @@ -159,13 +159,13 @@ <pre class="prettyprint language-js example">{ "version" : 12345, + "createTime" : 12345, + "isEnabled" : true, "createdBy" : "...", - "updatedBy" : "...", - "id" : 12345, "guid" : "...", - "updateTime" : 12345, - "isEnabled" : true, - "createTime" : 12345 + "id" : 12345, + "updatedBy" : "...", + "updateTime" : 12345 }</pre> <footer class="footer"> Modified: ranger/site/trunk/apidocs/json_RangerContextEnricherDef.html URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerContextEnricherDef.html?rev=1864664&r1=1864663&r2=1864664&view=diff ============================================================================== --- ranger/site/trunk/apidocs/json_RangerContextEnricherDef.html (original) +++ ranger/site/trunk/apidocs/json_RangerContextEnricherDef.html Wed Aug 7 18:15:52 2019 @@ -88,16 +88,16 @@ </td> </tr> <tr> - <td> <span id="prop-itemId" class="property-name">itemId</span> + <td> <span id="prop-enricher" class="property-name">enricher</span> </td> - <td> <span class="datatype-reference">number + <td> <span class="datatype-reference">string </span> </td> <td> <span class="property-description"></span> </td> </tr> <tr> - <td> <span id="prop-enricher" class="property-name">enricher</span> + <td> <span id="prop-name" class="property-name">name</span> </td> <td> <span class="datatype-reference">string </span> @@ -106,9 +106,9 @@ </td> </tr> <tr> - <td> <span id="prop-name" class="property-name">name</span> + <td> <span id="prop-itemId" class="property-name">itemId</span> </td> - <td> <span class="datatype-reference">string + <td> <span class="datatype-reference">number </span> </td> <td> <span class="property-description"></span> @@ -124,9 +124,9 @@ "property1" : "...", "property2" : "..." }, - "itemId" : 12345, "enricher" : "...", - "name" : "..." + "name" : "...", + "itemId" : 12345 }</pre> <footer class="footer"> Modified: ranger/site/trunk/apidocs/json_RangerDataMaskDef.html URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerDataMaskDef.html?rev=1864664&r1=1864663&r2=1864664&view=diff ============================================================================== --- ranger/site/trunk/apidocs/json_RangerDataMaskDef.html (original) +++ ranger/site/trunk/apidocs/json_RangerDataMaskDef.html Wed Aug 7 18:15:52 2019 @@ -79,18 +79,18 @@ </thead> <tbody> <tr> - <td> <span id="prop-accessTypes" class="property-name">accessTypes</span> + <td> <span id="prop-resources" class="property-name">resources</span> </td> - <td> <span class="datatype-reference">array of <a href="json_RangerAccessTypeDef.html">RangerAccessTypeDef</a> + <td> <span class="datatype-reference">array of <a href="json_RangerResourceDef.html">RangerResourceDef</a> </span> </td> <td> <span class="property-description"></span> </td> </tr> <tr> - <td> <span id="prop-resources" class="property-name">resources</span> + <td> <span id="prop-accessTypes" class="property-name">accessTypes</span> </td> - <td> <span class="datatype-reference">array of <a href="json_RangerResourceDef.html">RangerResourceDef</a> + <td> <span class="datatype-reference">array of <a href="json_RangerAccessTypeDef.html">RangerAccessTypeDef</a> </span> </td> <td> <span class="property-description"></span> @@ -111,94 +111,94 @@ <p class="lead">Example</p> <pre class="prettyprint language-js example">{ - "accessTypes" : [ { - "name" : "...", - "label" : "...", - "itemId" : 12345, - "rbKeyLabel" : "...", - "impliedGrants" : [ "...", "..." ] - }, { - "name" : "...", - "label" : "...", - "itemId" : 12345, - "rbKeyLabel" : "...", - "impliedGrants" : [ "...", "..." ] - } ], "resources" : [ { + "lookupSupported" : true, + "rbKeyValidationMessage" : "...", "validationMessage" : "...", - "label" : "...", - "excludesSupported" : true, - "uiHint" : "...", + "itemId" : 12345, "isValidLeaf" : true, - "type" : "...", - "level" : 12345, - "description" : "...", - "rbKeyDescription" : "...", - "recursiveSupported" : true, - "lookupSupported" : true, - "rbKeyLabel" : "...", "matcher" : "...", - "rbKeyValidationMessage" : "...", - "validationRegEx" : "...", - "mandatory" : true, - "parent" : "...", + "excludesSupported" : true, "name" : "...", + "rbKeyLabel" : "...", + "recursiveSupported" : true, + "description" : "...", + "level" : 12345, + "uiHint" : "...", + "label" : "...", "accessTypeRestrictions" : [ "...", "..." ], - "itemId" : 12345, "matcherOptions" : { "property1" : "...", "property2" : "..." - } + }, + "parent" : "...", + "validationRegEx" : "...", + "rbKeyDescription" : "...", + "type" : "...", + "mandatory" : true }, { + "lookupSupported" : true, + "rbKeyValidationMessage" : "...", "validationMessage" : "...", - "label" : "...", - "excludesSupported" : true, - "uiHint" : "...", + "itemId" : 12345, "isValidLeaf" : true, - "type" : "...", - "level" : 12345, - "description" : "...", - "rbKeyDescription" : "...", - "recursiveSupported" : true, - "lookupSupported" : true, - "rbKeyLabel" : "...", "matcher" : "...", - "rbKeyValidationMessage" : "...", - "validationRegEx" : "...", - "mandatory" : true, - "parent" : "...", + "excludesSupported" : true, "name" : "...", + "rbKeyLabel" : "...", + "recursiveSupported" : true, + "description" : "...", + "level" : 12345, + "uiHint" : "...", + "label" : "...", "accessTypeRestrictions" : [ "...", "..." ], - "itemId" : 12345, "matcherOptions" : { "property1" : "...", "property2" : "..." - } + }, + "parent" : "...", + "validationRegEx" : "...", + "rbKeyDescription" : "...", + "type" : "...", + "mandatory" : true + } ], + "accessTypes" : [ { + "name" : "...", + "rbKeyLabel" : "...", + "label" : "...", + "impliedGrants" : [ "...", "..." ], + "itemId" : 12345 + }, { + "name" : "...", + "rbKeyLabel" : "...", + "label" : "...", + "impliedGrants" : [ "...", "..." ], + "itemId" : 12345 } ], "maskTypes" : [ { - "itemId" : 12345, - "transformer" : "...", + "description" : "...", "dataMaskOptions" : { "property1" : "...", "property2" : "..." }, - "name" : "...", - "description" : "...", - "rbKeyDescription" : "...", "label" : "...", - "rbKeyLabel" : "..." - }, { + "rbKeyDescription" : "...", "itemId" : 12345, - "transformer" : "...", + "rbKeyLabel" : "...", + "name" : "...", + "transformer" : "..." + }, { + "description" : "...", "dataMaskOptions" : { "property1" : "...", "property2" : "..." }, - "name" : "...", - "description" : "...", - "rbKeyDescription" : "...", "label" : "...", - "rbKeyLabel" : "..." + "rbKeyDescription" : "...", + "itemId" : 12345, + "rbKeyLabel" : "...", + "name" : "...", + "transformer" : "..." } ] }</pre> Modified: ranger/site/trunk/apidocs/json_RangerDataMaskPolicyItem.html URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerDataMaskPolicyItem.html?rev=1864664&r1=1864663&r2=1864664&view=diff ============================================================================== --- ranger/site/trunk/apidocs/json_RangerDataMaskPolicyItem.html (original) +++ ranger/site/trunk/apidocs/json_RangerDataMaskPolicyItem.html Wed Aug 7 18:15:52 2019 @@ -93,38 +93,38 @@ </tr> <tbody> <tr> - <td><span class="property-name">users</span></td> - <td><span class="datatype-reference">array of string + <td><span class="property-name">accesses</span></td> + <td><span class="datatype-reference">array of <a href="json_RangerPolicyItemAccess.html">RangerPolicyItemAccess</a> </span></td> <td><span class="property-description"></span></td> </tr> <tr> - <td><span class="property-name">accesses</span></td> - <td><span class="datatype-reference">array of <a href="json_RangerPolicyItemAccess.html">RangerPolicyItemAccess</a> + <td><span class="property-name">users</span></td> + <td><span class="datatype-reference">array of string </span></td> <td><span class="property-description"></span></td> </tr> <tr> - <td><span class="property-name">groups</span></td> - <td><span class="datatype-reference">array of string + <td><span class="property-name">delegateAdmin</span></td> + <td><span class="datatype-reference">boolean </span></td> <td><span class="property-description"></span></td> </tr> <tr> - <td><span class="property-name">roles</span></td> - <td><span class="datatype-reference">array of string + <td><span class="property-name">conditions</span></td> + <td><span class="datatype-reference">array of <a href="json_RangerPolicyItemCondition.html">RangerPolicyItemCondition</a> </span></td> <td><span class="property-description"></span></td> </tr> <tr> - <td><span class="property-name">delegateAdmin</span></td> - <td><span class="datatype-reference">boolean + <td><span class="property-name">roles</span></td> + <td><span class="datatype-reference">array of string </span></td> <td><span class="property-description"></span></td> </tr> <tr> - <td><span class="property-name">conditions</span></td> - <td><span class="datatype-reference">array of <a href="json_RangerPolicyItemCondition.html">RangerPolicyItemCondition</a> + <td><span class="property-name">groups</span></td> + <td><span class="datatype-reference">array of string </span></td> <td><span class="property-description"></span></td> </tr> @@ -135,11 +135,10 @@ <pre class="prettyprint language-js example">{ "dataMaskInfo" : { - "dataMaskType" : "...", + "valueExpr" : "...", "conditionExpr" : "...", - "valueExpr" : "..." + "dataMaskType" : "..." }, - "users" : [ "...", "..." ], "accesses" : [ { "type" : "...", "isAllowed" : true @@ -147,16 +146,17 @@ "type" : "...", "isAllowed" : true } ], - "groups" : [ "...", "..." ], - "roles" : [ "...", "..." ], + "users" : [ "...", "..." ], "delegateAdmin" : true, "conditions" : [ { - "type" : "...", - "values" : [ "...", "..." ] + "values" : [ "...", "..." ], + "type" : "..." }, { - "type" : "...", - "values" : [ "...", "..." ] - } ] + "values" : [ "...", "..." ], + "type" : "..." + } ], + "roles" : [ "...", "..." ], + "groups" : [ "...", "..." ] }</pre> <footer class="footer"> Modified: ranger/site/trunk/apidocs/json_RangerDataMaskTypeDef.html URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerDataMaskTypeDef.html?rev=1864664&r1=1864663&r2=1864664&view=diff ============================================================================== --- ranger/site/trunk/apidocs/json_RangerDataMaskTypeDef.html (original) +++ ranger/site/trunk/apidocs/json_RangerDataMaskTypeDef.html Wed Aug 7 18:15:52 2019 @@ -79,34 +79,34 @@ </thead> <tbody> <tr> - <td> <span id="prop-itemId" class="property-name">itemId</span> + <td> <span id="prop-description" class="property-name">description</span> </td> - <td> <span class="datatype-reference">number + <td> <span class="datatype-reference">string </span> </td> <td> <span class="property-description"></span> </td> </tr> <tr> - <td> <span id="prop-transformer" class="property-name">transformer</span> + <td> <span id="prop-dataMaskOptions" class="property-name">dataMaskOptions</span> </td> - <td> <span class="datatype-reference">string + <td> <span class="datatype-reference">map of string </span> </td> <td> <span class="property-description"></span> </td> </tr> <tr> - <td> <span id="prop-dataMaskOptions" class="property-name">dataMaskOptions</span> + <td> <span id="prop-label" class="property-name">label</span> </td> - <td> <span class="datatype-reference">map of string + <td> <span class="datatype-reference">string </span> </td> <td> <span class="property-description"></span> </td> </tr> <tr> - <td> <span id="prop-name" class="property-name">name</span> + <td> <span id="prop-rbKeyDescription" class="property-name">rbKeyDescription</span> </td> <td> <span class="datatype-reference">string </span> @@ -115,16 +115,16 @@ </td> </tr> <tr> - <td> <span id="prop-description" class="property-name">description</span> + <td> <span id="prop-itemId" class="property-name">itemId</span> </td> - <td> <span class="datatype-reference">string + <td> <span class="datatype-reference">number </span> </td> <td> <span class="property-description"></span> </td> </tr> <tr> - <td> <span id="prop-rbKeyDescription" class="property-name">rbKeyDescription</span> + <td> <span id="prop-rbKeyLabel" class="property-name">rbKeyLabel</span> </td> <td> <span class="datatype-reference">string </span> @@ -133,7 +133,7 @@ </td> </tr> <tr> - <td> <span id="prop-label" class="property-name">label</span> + <td> <span id="prop-name" class="property-name">name</span> </td> <td> <span class="datatype-reference">string </span> @@ -142,7 +142,7 @@ </td> </tr> <tr> - <td> <span id="prop-rbKeyLabel" class="property-name">rbKeyLabel</span> + <td> <span id="prop-transformer" class="property-name">transformer</span> </td> <td> <span class="datatype-reference">string </span> @@ -156,17 +156,17 @@ <p class="lead">Example</p> <pre class="prettyprint language-js example">{ - "itemId" : 12345, - "transformer" : "...", + "description" : "...", "dataMaskOptions" : { "property1" : "...", "property2" : "..." }, - "name" : "...", - "description" : "...", - "rbKeyDescription" : "...", "label" : "...", - "rbKeyLabel" : "..." + "rbKeyDescription" : "...", + "itemId" : 12345, + "rbKeyLabel" : "...", + "name" : "...", + "transformer" : "..." }</pre> <footer class="footer"> Modified: ranger/site/trunk/apidocs/json_RangerEnumDef.html URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerEnumDef.html?rev=1864664&r1=1864663&r2=1864664&view=diff ============================================================================== --- ranger/site/trunk/apidocs/json_RangerEnumDef.html (original) +++ ranger/site/trunk/apidocs/json_RangerEnumDef.html Wed Aug 7 18:15:52 2019 @@ -79,18 +79,18 @@ </thead> <tbody> <tr> - <td> <span id="prop-defaultIndex" class="property-name">defaultIndex</span> + <td> <span id="prop-name" class="property-name">name</span> </td> - <td> <span class="datatype-reference">number + <td> <span class="datatype-reference">string </span> </td> <td> <span class="property-description"></span> </td> </tr> <tr> - <td> <span id="prop-elements" class="property-name">elements</span> + <td> <span id="prop-defaultIndex" class="property-name">defaultIndex</span> </td> - <td> <span class="datatype-reference">array of <a href="json_RangerEnumElementDef.html">RangerEnumElementDef</a> + <td> <span class="datatype-reference">number </span> </td> <td> <span class="property-description"></span> @@ -106,9 +106,9 @@ </td> </tr> <tr> - <td> <span id="prop-name" class="property-name">name</span> + <td> <span id="prop-elements" class="property-name">elements</span> </td> - <td> <span class="datatype-reference">string + <td> <span class="datatype-reference">array of <a href="json_RangerEnumElementDef.html">RangerEnumElementDef</a> </span> </td> <td> <span class="property-description"></span> @@ -120,20 +120,20 @@ <p class="lead">Example</p> <pre class="prettyprint language-js example">{ + "name" : "...", "defaultIndex" : 12345, + "itemId" : 12345, "elements" : [ { - "rbKeyLabel" : "...", - "label" : "...", + "itemId" : 12345, "name" : "...", - "itemId" : 12345 - }, { - "rbKeyLabel" : "...", "label" : "...", + "rbKeyLabel" : "..." + }, { + "itemId" : 12345, "name" : "...", - "itemId" : 12345 - } ], - "itemId" : 12345, - "name" : "..." + "label" : "...", + "rbKeyLabel" : "..." + } ] }</pre> <footer class="footer"> Modified: ranger/site/trunk/apidocs/json_RangerEnumElementDef.html URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_RangerEnumElementDef.html?rev=1864664&r1=1864663&r2=1864664&view=diff ============================================================================== --- ranger/site/trunk/apidocs/json_RangerEnumElementDef.html (original) +++ ranger/site/trunk/apidocs/json_RangerEnumElementDef.html Wed Aug 7 18:15:52 2019 @@ -79,16 +79,16 @@ </thead> <tbody> <tr> - <td> <span id="prop-rbKeyLabel" class="property-name">rbKeyLabel</span> + <td> <span id="prop-itemId" class="property-name">itemId</span> </td> - <td> <span class="datatype-reference">string + <td> <span class="datatype-reference">number </span> </td> <td> <span class="property-description"></span> </td> </tr> <tr> - <td> <span id="prop-label" class="property-name">label</span> + <td> <span id="prop-name" class="property-name">name</span> </td> <td> <span class="datatype-reference">string </span> @@ -97,7 +97,7 @@ </td> </tr> <tr> - <td> <span id="prop-name" class="property-name">name</span> + <td> <span id="prop-label" class="property-name">label</span> </td> <td> <span class="datatype-reference">string </span> @@ -106,9 +106,9 @@ </td> </tr> <tr> - <td> <span id="prop-itemId" class="property-name">itemId</span> + <td> <span id="prop-rbKeyLabel" class="property-name">rbKeyLabel</span> </td> - <td> <span class="datatype-reference">number + <td> <span class="datatype-reference">string </span> </td> <td> <span class="property-description"></span> @@ -120,10 +120,10 @@ <p class="lead">Example</p> <pre class="prettyprint language-js example">{ - "rbKeyLabel" : "...", - "label" : "...", + "itemId" : 12345, "name" : "...", - "itemId" : 12345 + "label" : "...", + "rbKeyLabel" : "..." }</pre> <footer class="footer">
