Packagesystem.remoting
Classpublic class RemotingAuthentification
InheritanceRemotingAuthentification Inheritance Object

Creates a credential authentification with a remoting service.



Public Properties
 PropertyDefined By
  password : String
Defines and returns a password of connection to be used to be connected with the server.
RemotingAuthentification
  userid : String
Defines and returns an ID of connection to be used to be connected with the server.
RemotingAuthentification
Public Methods
 MethodDefined By
  
RemotingAuthentification(userid:String = null, password:String = null)
Creates a new RemotingAuthentification instance.
RemotingAuthentification
  
toObject():Object
Returns the object representation of this instance.
RemotingAuthentification
Property Detail
passwordproperty
public var password:String

Defines and returns a password of connection to be used to be connected with the server.

useridproperty 
public var userid:String

Defines and returns an ID of connection to be used to be connected with the server.

Constructor Detail
RemotingAuthentification()Constructor
public function RemotingAuthentification(userid:String = null, password:String = null)

Creates a new RemotingAuthentification instance.

Parameters
userid:String (default = null) — the id of the authentification.
 
password:String (default = null) — the password of the authentification.
Method Detail
toObject()method
public function toObject():Object

Returns the object representation of this instance.

Returns
Object — the object representation of this instance.