| Pakket | com.adobe.solutions.rca.domain |
| Interface | public interface IUser |
| Geïmplementeerd door | User |
| Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 10.0 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Openbare eigenschappen
| Eigenschap | Gedefinieerd door | ||
|---|---|---|---|
| canonicalName : String [alleen-lezen]
Canonical name for a user or a group, as defined in Document Server User Management. | IUser | ||
| commonName : String [alleen-lezen]
Common name of a user, as defined in Document Server User Management. | IUser | ||
| description : String [alleen-lezen]
Description for a user. | IUser | ||
| domainCommonName : String [alleen-lezen]
Domain common name for a user. | IUser | ||
| domainName : String [alleen-lezen]
Domain name for a user. | IUser | ||
| email : String [alleen-lezen]
Email address of a user. | IUser | ||
| familyName : String [alleen-lezen]
Family name of a user. | IUser | ||
| givenName : String [alleen-lezen]
Given name of a user. | IUser | ||
| initials : String [alleen-lezen]
Initials of a user. | IUser | ||
| oid : String [alleen-lezen]
OID of a user or a group, as defined in Document Server User Management. | IUser | ||
| org : String [alleen-lezen]
Organisation name of a user. | IUser | ||
| principalName : String
The principal name of a user. | IUser | ||
| principalType : String [alleen-lezen]
Principal type of a user, as defined in Document Server User Management. | IUser | ||
| status : String [alleen-lezen]
Status of a user. | IUser | ||
| type : String [alleen-lezen]
Type of a user. | IUser | ||
| userid : String [alleen-lezen]
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 | ||
Openbare methoden
| Methode | Gedefinieerd door | ||
|---|---|---|---|
Gets the principal for this tuple of domain name and canonical name. | IUser | ||
Gets the principal for this principal name. | IUser | ||
Eigenschapdetails
canonicalName | eigenschap |
canonicalName:String [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 10.0 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Canonical name for a user or a group, as defined in Document Server User Management.
Implementatie
public function get canonicalName():StringcommonName | eigenschap |
commonName:String [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 10.0 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Common name of a user, as defined in Document Server User Management.
Implementatie
public function get commonName():Stringdescription | eigenschap |
domainCommonName | eigenschap |
domainName | eigenschap |
| eigenschap |
familyName | eigenschap |
givenName | eigenschap |
initials | eigenschap |
oid | eigenschap |
org | eigenschap |
principalName | eigenschap |
principalName:String| Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 10.0 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The principal name of a user.
Implementatie
public function get principalName():String public function set principalName(value:String):voidprincipalType | eigenschap |
principalType:String [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 10.0 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Principal type of a user, as defined in Document Server User Management.
Implementatie
public function get principalType():Stringstatus | eigenschap |
type | eigenschap |
userid | eigenschap |
userManager | eigenschap |
userManager:IUserManager| Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 10.0 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
User manager service instance for a user.
Implementatie
public function get userManager():IUserManager public function set userManager(value:IUserManager):voidVerwante API-elementen
vo | eigenschap |
vo:PrincipalVO| Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 10.0 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The value object for this user.
Implementatie
public function get vo():PrincipalVO public function set vo(value:PrincipalVO):voidMethodedetails
getPrincipalByDomainNameCanonicalName | () | methode |
public function getPrincipalByDomainNameCanonicalName(domainName:String, canonicalName:String):void| Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 10.0 |
| Runtimeversies: | 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 | () | methode |
public function getPrincipalByPrincipalName(principalName:String):void| Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 10.0 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Gets the principal for this principal name.
Parameters
principalName:String — Principal name of a user.
|
Wed Jun 13 2018, 11:42 AM Z