| Package | lc.domain |
| Class | public class User |
| Inheritance | User Object |
| Implements | IWorkspaceManaged |
User class represents a user in LiveCycle ES
and is used to retrieve the properties of a specific user.
| Property | Defined By | ||
|---|---|---|---|
| address : String
The address of the user.
| User | ||
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance.
| Object | |
| description : String
A description of the user.
| User | ||
| displayName : String
The name that can be used for display purposes.
| User | ||
| domain : String
The domain to which a user belongs.
| User | ||
| email : String
The email address of the user.
| User | ||
| emailAliases : Array
The additional email aliases for the user, in addition to the
main email address contained in the email property.
| User | ||
| firstName : String
The first name of the user.
| User | ||
| groups : Array
The groups to which a user belongs.
| User | ||
| initials : String
The middle initial(s) of the user.
| User | ||
| lastName : String
The last name of the user.
| User | ||
| locale : Locale
The locale used by the user.
| User | ||
| oid : String
The unique identifier for the user.
| User | ||
![]() | prototype : Object
[static]
A reference to the prototype object of a class or function object.
| Object | |
| session : SessionMap
[read-only]
A SessionMap object that stores information relating to the server session.
| User | ||
| telephone : String
The telephone number for the user.
| User | ||
| timezone : String
The name of the time zone.
| User | ||
| userid : String
The user's user ID.
| User | ||
| Method | Defined By | ||
|---|---|---|---|
![]() |
Indicates whether an object has a specified property defined.
| Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter.
| Object | |
![]() |
Indicates whether the specified property exists and is enumerable.
| Object | |
![]() |
Sets the availability of a dynamic property for loop operations.
| Object | |
|
Sets a SessionMap object that stores the information relating to the
server session.
| User | ||
![]() |
Returns the string representation of the specified object.
| Object | |
![]() |
Returns the primitive value of the specified object.
| Object | |
| address | property |
address:String [read-write] The address of the user.
public function get address():String
public function set address(value:String):void
| description | property |
description:String [read-write] A description of the user.
public function get description():String
public function set description(value:String):void
| displayName | property |
displayName:String [read-write] The name that can be used for display purposes.
public function get displayName():String
public function set displayName(value:String):void
| domain | property |
domain:String [read-write] The domain to which a user belongs.
public function get domain():String
public function set domain(value:String):void
| property |
email:String [read-write] The email address of the user.
public function get email():String
public function set email(value:String):void
| emailAliases | property |
emailAliases:Array [read-write] The additional email aliases for the user, in addition to the main email address contained in the email property.
public function get emailAliases():Array
public function set emailAliases(value:Array):void
| firstName | property |
firstName:String [read-write] The first name of the user.
public function get firstName():String
public function set firstName(value:String):void
| groups | property |
groups:Array [read-write]
The groups to which a user belongs.
The returned Array object contains Group objects.
public function get groups():Array
public function set groups(value:Array):void
See also
| initials | property |
initials:String [read-write] The middle initial(s) of the user.
public function get initials():String
public function set initials(value:String):void
| lastName | property |
lastName:String [read-write] The last name of the user.
public function get lastName():String
public function set lastName(value:String):void
| locale | property |
locale:Locale [read-write] The locale used by the user.
public function get locale():Locale
public function set locale(value:Locale):void
| oid | property |
oid:String [read-write] The unique identifier for the user.
public function get oid():String
public function set oid(value:String):void
| session | property |
session:SessionMap [read-only]
A SessionMap object that stores information relating to the server session.
public function get session():SessionMap
| telephone | property |
telephone:String [read-write] The telephone number for the user.
public function get telephone():String
public function set telephone(value:String):void
| timezone | property |
timezone:String [read-write] The name of the time zone.
public function get timezone():String
public function set timezone(value:String):void
| userid | property |
userid:String [read-write] The user's user ID.
public function get userid():String
public function set userid(value:String):void
| setSession | () | method |
public function setSession(session:SessionMap):void
Sets a SessionMap object that stores the information relating to the
server session.
Parameters
session:SessionMap — Specifies the information relating to the server session.
|
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/lc/domain/User.html