套件 | 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:47 PM Z