| Package | com.adobe.rtc.authentication |
| Class | public class LocalAuthenticator |
| Inheritance | LocalAuthenticator AbstractAuthenticator flash.events.EventDispatcher |
This tool has the following features:
To use this class replace AdobeHSAuthenticator with LocalAuthenticator.
Start the local server by opening the LCCS SDK Navigator, selecting the tools tab, and choosing Local
For a working example, see LocalConnection in the SDK's "sampleApps" directory.
<rtc:LocalAuthenticator id="auth" userName="AnyArbitraryName" />
<rtc:ConnectSessionContainer id="cSession" authenticator="{auth}" width="100%" height="100%" >
<mx:VBox width="100%" height="100%" >
<rtc:Note width="100%" height="100%" />
<rtc:SimpleChat width="100%" height="100%" />
</mx:VBox>
</rtc:ConnectSessionContainer>See also
| Method | Defined by | ||
|---|---|---|---|
| LocalAuthenticator | |||
![]() |
getAuthenticationRequestParameters():String
| AbstractAuthenticator | |
| LocalAuthenticator | () | constructor |
public function LocalAuthenticator()
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/LocalAuthenticator.html