(Beta)
Package | com.adobe.mosaic.om.interfaces |
Interface | public interface IUser |
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Runtime Versions: | AIR 2.0.2, Flash Player 10.1 |
IUser
interface defines methods for retrieving user information.
Public Properties
Property | Defined By | ||
---|---|---|---|
authentication : String [read-only]
Returns the SAMLAssertion for the current user. | IUser | ||
fullname : String [read-only]
Returns the full name of the current user. | IUser | ||
username : String [read-only]
Returns the username credential for the current user. | IUser |
Property Detail
authentication | property |
authentication:String
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Runtime Versions: | AIR 2.0.2, Flash Player 10.1 |
Returns the SAMLAssertion for the current user.
Note: This property returns an empty string when it is used to verify credentials for a user on the standalone Tomcat server included with LiveCycle Mosaic.
Implementation
public function get authentication():String
fullname | property |
fullname:String
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Runtime Versions: | AIR 2.0.2, Flash Player 10.1 |
Returns the full name of the current user.
Implementation
public function get fullname():String
username | property |
username:String
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
Runtime Versions: | AIR 2.0.2, Flash Player 10.1 |
Returns the username credential for the current user.
Implementation
public function get username():String
Wed Nov 21 2018, 06:34 AM -08:00