包 | 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, 11:04 AM Z