Package | com.adobe.solutions.rca.domain |
Interface | public interface IUser |
Implementors | User |
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Public Properties
Property | Defined By | ||
---|---|---|---|
canonicalName : String [read-only]
Canonical name for a user or a group, as defined in Document Server User Management. | IUser | ||
commonName : String [read-only]
Common name of a user, as defined in Document Server User Management. | IUser | ||
description : String [read-only]
Description for a user. | IUser | ||
domainCommonName : String [read-only]
Domain common name for a user. | IUser | ||
domainName : String [read-only]
Domain name for a user. | IUser | ||
email : String [read-only]
Email address of a user. | IUser | ||
familyName : String [read-only]
Family name of a user. | IUser | ||
givenName : String [read-only]
Given name of a user. | IUser | ||
initials : String [read-only]
Initials of a user. | IUser | ||
oid : String [read-only]
OID of a user or a group, as defined in Document Server User Management. | IUser | ||
org : String [read-only]
Organisation name of a user. | IUser | ||
principalName : String
The principal name of a user. | IUser | ||
principalType : String [read-only]
Principal type of a user, as defined in Document Server User Management. | IUser | ||
status : String [read-only]
Status of a user. | IUser | ||
type : String [read-only]
Type of a user. | IUser | ||
userid : String [read-only]
Unique identifier of a user. | IUser | ||
userManager : IUserManager
User manager service instance for a user. | IUser | ||
vo : PrincipalVO
The value object for this user. | IUser |
Public Methods
Method | Defined By | ||
---|---|---|---|
Gets the principal for this tuple of domain name and canonical name. | IUser | ||
Gets the principal for this principal name. | IUser |
Property Detail
canonicalName | property |
canonicalName:String
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Canonical name for a user or a group, as defined in Document Server User Management.
Implementation
public function get canonicalName():String
commonName | property |
commonName:String
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Common name of a user, as defined in Document Server User Management.
Implementation
public function get commonName():String
description | property |
domainCommonName | property |
domainName | property |
property |
familyName | property |
givenName | property |
initials | property |
oid | property |
oid:String
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
OID of a user or a group, as defined in Document Server User Management.
Implementation
public function get oid():String
org | property |
principalName | property |
principalName:String
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
The principal name of a user.
Implementation
public function get principalName():String
public function set principalName(value:String):void
principalType | property |
principalType:String
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Principal type of a user, as defined in Document Server User Management.
Implementation
public function get principalType():String
status | property |
type | property |
userid | property |
userManager | property |
userManager:IUserManager
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
User manager service instance for a user.
Implementation
public function get userManager():IUserManager
public function set userManager(value:IUserManager):void
Related API Elements
vo | property |
vo:PrincipalVO
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
The value object for this user.
Implementation
public function get vo():PrincipalVO
public function set vo(value:PrincipalVO):void
Method Detail
getPrincipalByDomainNameCanonicalName | () | method |
public function getPrincipalByDomainNameCanonicalName(domainName:String, canonicalName:String):void
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Gets the principal for this tuple of domain name and canonical name.
Parameters
domainName:String — Domain name of the principal in Document Server User Management.
| |
canonicalName:String — Canonical name of the principal in Document Server User Management.
|
getPrincipalByPrincipalName | () | method |
public function getPrincipalByPrincipalName(principalName:String):void
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Gets the principal for this principal name.
Parameters
principalName:String — Principal name of a user.
|
Mon Nov 28 2011, 06:48 AM -08:00