defaultDepth
config option.+ rep:security [nt:unstructured] + rep:authorizables [rep:AuthorizableFolder] + rep:users [rep:AuthorizableFolder] + a [rep:AuthorizableFolder] + aS [rep:AuthorizableFolder] -> + aSmith [rep:User]
defaultDepth
the last char is repeated.+ rep:security [nt:unstructured] + rep:authorizables [rep:AuthorizableFolder] + rep:users [rep:AuthorizableFolder] + a [rep:AuthorizableFolder] + aa [rep:AuthorizableFolder] -> + a [rep:User]
autoExpandTree
option is true
the user tree will be automatically expanded using additional levels if autoExpandSize
is exceeded within a given level.autoExpandSize
isn't reached authorizable nodes are created within the structure defined by the defaultDepth
. (see above)autoExpandSize
is reached additional intermediate folders will be created.+ rep:security [nt:unstructured] + rep:authorizables [rep:AuthorizableFolder] + rep:users [rep:AuthorizableFolder] + a [rep:AuthorizableFolder] + aS [rep:AuthorizableFolder] + aSmith1 [rep:User] + aSmith2 [rep:User] [...] + aSmith1000 [rep:User] -> + aSm [rep:AuthorizableFolder] -> + aSmith1001 [rep:User]
+ rep:security [nt:unstructured] + rep:authorizables [rep:AuthorizableFolder] + rep:users [rep:AuthorizableFolder] + a [rep:AuthorizableFolder] + aS [rep:AuthorizableFolder] -> + aSm [rep:AuthorizableFolder] -> + aSm [rep:User]
+ rep:security [nt:unstructured] + rep:authorizables [rep:AuthorizableFolder] + rep:users [rep:AuthorizableFolder] + a [rep:AuthorizableFolder] + aS [rep:AuthorizableFolder] + aSmith1 [rep:User] + aSmith2 [rep:User] [...] + aSmith1000 [rep:User] -> + aS [rep:User] + aSm [rep:AuthorizableFolder] + aSmith1001 [rep:User] -> + aSm [rep:User]
autoExpandTree
is enabled later on AND any of the existing authorizable nodes collides with an intermediate folder to be created the auto-expansion is aborted and the new authorizable is inserted at the last valid level irrespective of max-size being reached. integer
greater than zero defining the depth of the default structure that is always created.boolean
defining if the tree gets automatically expanded if within a level the maximum number of child nodes is reached.false
long
greater than zero defining the maximum number of child nodes that are allowed at a given level.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|