sv:userContainer

User container nodes are located in the directories (sv:directory) or in other user containers (sv:userContainer) nodes. They may have users (sv:user), groups (sv:userGroup) or other user containers (sv:userContainer) as child nodes.

The user container nodes correspond to the users containers defined in the directories.

Node name

Name

Type and description

<user-container-name>

Dynamic / Model dependent


The name of the user container (e.g. "subscribers").

 

Properties

Name

Type and description

children

Multi-Value of javax.jcr.PropertyType.WEAKREFERENCE


An array of all child nodes.



description

javax.jcr.PropertyType.STRING


User description.



directory

javax.jcr.PropertyType.WEAKREFERENCE


The LDAP directory where the user is defined.



displayName

javax.jcr.PropertyType.STRING

 

The name of the user.



dn

javax.jcr.PropertyType.STRING


Last known DN (Distinguished Name).



objectClass

Multi-Value of javax.jcr.PropertyType.STRING


Attribute definitions.



parent

javax.jcr.PropertyType.WEAKREFERENCE


A reference of the parent node.



uid

javax.jcr.PropertyType.STRING


The unique LDAP id for the user.

Sitevision Utility API tip!

  • The DirectoryUtil interface exposes a set of methods for searching a specific directory and getting a container node by its DN.