| Package | com.adobe.rtc.authentication |
| Class | public class LocalAuthenticator |
| Inheritance | LocalAuthenticator AbstractAuthenticator flash.events.EventDispatcher |
Note that modifying an application to work with the LocalConnectionServer simply involves
replacing AdobeHSAuthenticator with LocalAuthenticator.
For a working example, see LocalConnection in the SDK's "examples" 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 | |||
| 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