| |||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
The bean that contains a Content Server user information
Nested Element Summary | |
xs:string | acls The ACLs that the user belongs to |
xs:string | email The email address of the user |
xs:string | groups The Security Groups that the user belongs to |
xs:string | id The id of the user |
xs:string | imagesrc The image of the user |
xs:dateTime | lastloggedin The latest login date time of the user |
xs:string | locale The preferred locale for the user |
xs:string | name The name of the user |
userAttributeBean | otherAttributes The attributes that were not covered by the ones already listed in the User |
xs:string | password The password of the user, this is only used to create or modify a user, password will not be returned on read |
userSite | sites The sites that the user is configured to |
xs:string | thumbimagesrc The thumb image of the user |
<xs:element name="userBean"><xs:complexType></xs:element><xs:sequence></xs:complexType><xs:element name="name" type="xs:string">
</xs:element><xs:element minOccurs="0" name="password" type="xs:string">
</xs:element><xs:element name="id" type="xs:string">
</xs:element><xs:element minOccurs="0" name="email" type="xs:string">
</xs:element><xs:element minOccurs="0" name="locale" type="xs:string">
</xs:element><xs:element minOccurs="0" name="imagesrc" type="xs:string">
</xs:element><xs:element minOccurs="0" name="thumbimagesrc" type="xs:string">
</xs:element><xs:element minOccurs="0" name="lastloggedin" type="xs:dateTime">
</xs:element><xs:element maxOccurs="unbounded" minOccurs="0" name="acls" type="xs:string">
</xs:element><xs:element maxOccurs="unbounded" minOccurs="0" name="groups" type="xs:string">
</xs:element><xs:element maxOccurs="unbounded" minOccurs="0" name="otherAttributes" type="userAttributeBean"></xs:sequence>
</xs:element>
| |||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |