Packagecom.esri.bao.tasks.authentication
Classpublic class BAOnlineTokenService
InheritanceBAOnlineTokenService Inheritance TokenService Inheritance Object

Since : Community Analyst API for Flex 2.2.

The BAOnlineTokenService class implements Community Analyst token-based authentication service.



Public Properties
 PropertyDefined By
 InheritedproxyURL : String
The URL to proxy the request through.
TokenService
 Inheritedtoken : String
Token for accessing a secure task.
TokenService
 InheritedtokenProvider : ITokenProvider
Provider responsible for updating the security token if the last one expires.
TokenService
 Inheritedurl : String
The URL to authentication token service.
TokenService
Public Methods
 MethodDefined By
  
Creates a new instance of the BAOnlineTokenService class.
BAOnlineTokenService
 Inherited
login(username:String, password:String, responder:IResponder):void
Requests a token service for getting a security token and creates a token provider.
TokenService
 Inherited
updateTokenProvider(username:String, password:String):Boolean
Updates the tokenProvider property of this instance with the new token provider.
TokenService
Constructor Detail
BAOnlineTokenService()Constructor
public function BAOnlineTokenService()

Creates a new instance of the BAOnlineTokenService class.