| Package | system.remoting |
| Class | public class RemotingAuthentification |
| Inheritance | RemotingAuthentification Object |
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
RemotingAuthentification(userid:String = null, password:String = null)
Creates a new RemotingAuthentification instance. | RemotingAuthentification | ||
toObject():Object
Returns the object representation of this instance. | RemotingAuthentification | ||
| password | property |
public var password:StringDefines and returns a password of connection to be used to be connected with the server.
| userid | property |
public var userid:StringDefines and returns an ID of connection to be used to be connected with the server.
| RemotingAuthentification | () | Constructor |
public function RemotingAuthentification(userid:String = null, password:String = null)Creates a new RemotingAuthentification instance.
Parametersuserid:String (default = null) — the id of the authentification.
| |
password:String (default = null) — the password of the authentification.
|
| toObject | () | method |
public function toObject():ObjectReturns the object representation of this instance.
ReturnsObject — the object representation of this instance.
|