패키지 | com.adobe.solutions.rca.service |
인터페이스 | public interface IUserManager |
구현자 | UserManager |
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
Retrieves a principal according to the specified identifier. | IUserManager | ||
Retrieves a principal according to the name. | IUserManager | ||
Retrieves a principal according to the principal name. | IUserManager | ||
Finds the principals according to the specified search filter. | IUserManager | ||
Retrieves a user according to the name. | IUserManager | ||
Retrieves a principal according to the specified domain name and canonical name. | IUserManager |
메서드 세부 정보
findPrincipalById | () | 메서드 |
public function findPrincipalById(umOid:String):mx.rpc:AsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Retrieves a principal according to the specified identifier.
매개 변수
umOid:String — The principal identifier.
|
mx.rpc:AsyncToken — It returns a token on which success or failure handlers can be attached. The resulting event contains the principal to be retrieved.
|
findPrincipalByName | () | 메서드 |
public function findPrincipalByName(name:String):mx.rpc:AsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Retrieves a principal according to the name.
매개 변수
name:String — The name of the principal.
|
mx.rpc:AsyncToken — It returns a token on which success or failure handlers can be attached. The resulting event contains the principal to be retrieved.
|
findPrincipalByPrincipalName | () | 메서드 |
public function findPrincipalByPrincipalName(principalName:String):mx.rpc:AsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Retrieves a principal according to the principal name.
매개 변수
principalName:String — The principal name.
|
mx.rpc:AsyncToken — It returns a token on which success or failure handlers can be attached. The resulting event contains the principal to be retrieved.
|
findPrincipals | () | 메서드 |
public function findPrincipals(principalSearchFilter:PrincipalSearchFilterVO):mx.rpc:AsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Finds the principals according to the specified search filter.
매개 변수
principalSearchFilter:PrincipalSearchFilterVO — The search filter specifying the principals to be returned.
|
mx.rpc:AsyncToken — It returns a token on which success or failure handlers can be attached.
The resulting event contains a list containing all the Principal objects found according to the specified search filter.
|
관련 API 요소
findUserByName | () | 메서드 |
public function findUserByName(name:String):mx.rpc:AsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Retrieves a user according to the name.
매개 변수
name:String — The name of the user.
|
mx.rpc:AsyncToken — It returns a token on which success or failure handlers can be attached. The resulting event contains the principal to be retrieved.
|
getPrincipal | () | 메서드 |
public function getPrincipal(domainName:String, cannonicalName:String):mx.rpc:AsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Retrieves a principal according to the specified domain name and canonical name.
매개 변수
domainName:String — The domain name of the principal.
| |
cannonicalName:String — The canonical name of the principal.
|
mx.rpc:AsyncToken — It returns a token on which success or failure handlers can be attached. The resulting event contains the principal to be retrieved.
|
Tue Jun 12 2018, 03:17 PM Z