| Package | asgard.net.remoting |
| Class | public class RemotingAuthentification |
| Inheritance | RemotingAuthentification CoreObject |
| 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(id:String = null, pass:String = null)
Creates a new RemotingAuthentification instance.
| RemotingAuthentification | ||
![]() |
Returns the internal
ILogger reference of this ILogable object. | CoreObject | |
![]() |
hashCode():uint
Returns a hashcode value for the object.
| CoreObject | |
![]() |
Sets the internal
ILogger reference of this ILogable object. | CoreObject | |
|
toObject():Object
Returns the object representation of this instance.
| RemotingAuthentification | ||
![]() |
toSource(indent:int = 0):String
Returns the string representation the source code of the object.
| CoreObject | |
![]() |
toString():String
Returns the string representation of this instance.
| CoreObject | |
| 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(id:String = null, pass:String = null)Creates a new RemotingAuthentification instance.
Parametersid:String (default = null) — the id of the authentification.
|
|
pass: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.
|