| 패키지 | com.adobe.solutions.rca.domain | 
| 인터페이스 | public interface IUser | 
| 구현자 | User | 
| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Review, Commenting, and Approval Building Block 10.0 | 
| 런타임 버전: | Flash Player 10.2, AIR (unsupported) | 
공용 속성
| 속성 | 정의 주체 | ||
|---|---|---|---|
| canonicalName : String [읽기 전용] 
	 Canonical name for a user or a group, as defined in Document Server User Management.  | IUser | ||
| commonName : String [읽기 전용]  
	 Common name of a user, as defined in Document Server User Management.  | IUser | ||
| description : String [읽기 전용]  
	 Description for a user.  | IUser | ||
| domainCommonName : String [읽기 전용]  
	 Domain common name for a user.  | IUser | ||
| domainName : String [읽기 전용]  
	 Domain name for a user.  | IUser | ||
| email : String [읽기 전용]  
	 Email address of a user.  | IUser | ||
| familyName : String [읽기 전용] 
	 Family name of a user.  | IUser | ||
| givenName : String [읽기 전용]  
	 Given name of a user.  | IUser | ||
| initials : String [읽기 전용] 
	 Initials of a user.  | IUser | ||
| oid : String [읽기 전용]  
	 OID of a user or a group, as defined in Document Server User Management.  | IUser | ||
| org : String [읽기 전용] 
	 Organisation name of a user.  | IUser | ||
| principalName : String 
	 The principal name of a user.  | IUser | ||
| principalType : String [읽기 전용] 
	 Principal type of a user, as defined in Document Server User Management.  | IUser | ||
| status : String [읽기 전용]  
	 Status of a user.  | IUser | ||
| type : String [읽기 전용] 
	 Type of a user.  | IUser | ||
| userid : String [읽기 전용]  
	 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 | ||
공용 메서드 
| 메서드 | 정의 주체 | ||
|---|---|---|---|
	 Gets the principal for this tuple of domain name and canonical name.  | IUser | ||
	 Gets the principal for this principal name.  | IUser | ||
속성 세부 정보
canonicalName | 속성 | 
commonName | 속성 | 
description | 속성 | 
domainCommonName | 속성 | 
domainName | 속성 | 
| 속성 | 
familyName | 속성 | 
givenName | 속성 | 
initials | 속성 | 
oid | 속성 | 
org | 속성 | 
principalName | 속성 | 
principalType | 속성 | 
status | 속성 | 
type | 속성 | 
userid | 속성 | 
userManager | 속성 | 
userManager:IUserManager| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Review, Commenting, and Approval Building Block 10.0 | 
| 런타임 버전: | Flash Player 10.2, AIR (unsupported) | 
User manager service instance for a user.
구현
    public function get userManager():IUserManager    public function set userManager(value:IUserManager):void관련 API 요소
vo | 속성 | 
vo:PrincipalVO| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Review, Commenting, and Approval Building Block 10.0 | 
| 런타임 버전: | Flash Player 10.2, AIR (unsupported) | 
The value object for this user.
구현
    public function get vo():PrincipalVO    public function set vo(value:PrincipalVO):void메서드 세부 정보
getPrincipalByDomainNameCanonicalName | () | 메서드 | 
 public function getPrincipalByDomainNameCanonicalName(domainName:String, canonicalName:String):void| 언어 버전: | ActionScript 3.0 | 
| 제품 버전: | Review, Commenting, and Approval Building Block 10.0 | 
| 런타임 버전: | Flash Player 10.2, AIR (unsupported) | 
Gets the principal for this tuple of domain name and canonical name.
매개 변수
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 | () | 메서드 | 
Tue Jun 12 2018, 03:17 PM Z