ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.solutions.rca.service 

IUserManager  - AS3 Review, Commenting, and Approval

Packagecom.adobe.solutions.rca.service
Interfacepublic interface IUserManager
Implementors UserManager

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

This interface defines methods exposed for user management.



Public Methods
 MethodDefined By
  
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
  
getPrincipal(domainName:String, cannonicalName:String):mx.rpc:AsyncToken
Retrieves a principal according to the specified domain name and canonical name.
IUserManager
Method Detail

findPrincipalById

()method
public function findPrincipalById(umOid:String):mx.rpc:AsyncToken

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Retrieves a principal according to the specified identifier.

Parameters

umOid:String — The principal identifier.

Returns
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

()method 
public function findPrincipalByName(name:String):mx.rpc:AsyncToken

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Retrieves a principal according to the name.

Parameters

name:String — The name of the principal.

Returns
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

()method 
public function findPrincipalByPrincipalName(principalName:String):mx.rpc:AsyncToken

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Retrieves a principal according to the principal name.

Parameters

principalName:String — The principal name.

Returns
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

()method 
public function findPrincipals(principalSearchFilter:PrincipalSearchFilterVO):mx.rpc:AsyncToken

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Finds the principals according to the specified search filter.

Parameters

principalSearchFilter:PrincipalSearchFilterVO — The search filter specifying the principals to be returned.

Returns
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.

Related API Elements

findUserByName

()method 
public function findUserByName(name:String):mx.rpc:AsyncToken

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Retrieves a user according to the name.

Parameters

name:String — The name of the user.

Returns
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

()method 
public function getPrincipal(domainName:String, cannonicalName:String):mx.rpc:AsyncToken

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Retrieves a principal according to the specified domain name and canonical name.

Parameters

domainName:String — The domain name of the principal.
 
cannonicalName:String — The canonical name of the principal.

Returns
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.