Packagecom.adobe.rtc.authentication
Classpublic class PlaybackAuthenticator
InheritancePlaybackAuthenticator Inheritance AbstractAuthenticator Inheritance flash.events.EventDispatcher

This class assigns the authentication token, just to allow access to acron APIs. This class extends AbstractAuthenticator.

See also

com.adobe.rtc.authentication.AdobeAuthenticator


Public Properties
 PropertyDefined by
 InheritedauthenticationKey : String
For applications that leverage LCCS's external authentication capabilities, authenticationKey is used to receive a unique, signed string created from the developer's shared secret and the user's username, password, and role.
AbstractAuthenticator
 InheritedauthenticationURL : String
Allows a developer to specify the URL of a LCCS-compatible authentication service; it is not needed for many applications.
AbstractAuthenticator
 InheritedisGuest : Boolean
isGuest returns whether or not the supplied parameters require that the user be admitted as a guest only.
AbstractAuthenticator
 Inheritedpassword : String
password is only required when Adobe IDs are used; therefore, it is likely that only developers would need this parameter except during development.
AbstractAuthenticator
 InheriteduserName : String
When authenticationKey is not used, userName is required upon room entry; when a someone enters as a guest, the name becomes the user's display name.
AbstractAuthenticator
Public Methods
 MethodDefined by
  
PlaybackAuthenticator
 Inherited
AbstractAuthenticator
Events
 EventSummaryDefined by
 Inherited Dispatched if user log in fails.AbstractAuthenticator
 Inherited Dispatched after user log in succeeds.AbstractAuthenticator
Constructor detail
PlaybackAuthenticator()constructor
public function PlaybackAuthenticator()




 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/labs/acrobatcom/com/adobe/rtc/authentication/PlaybackAuthenticator.html