Packageasgard.net.remoting
Classpublic class RemotingAuthentification
InheritanceRemotingAuthentification Inheritance CoreObject

This class is used to create a credential authentification with a Flash remoting method.



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(id:String = null, pass:String = null)
Creates a new RemotingAuthentification instance.
RemotingAuthentification
 Inherited
Returns the internal ILogger reference of this ILogable object.
CoreObject
 Inherited
hashCode():uint
Returns a hashcode value for the object.
CoreObject
 Inherited
setLogger(log:ILogger = null):void
Sets the internal ILogger reference of this ILogable object.
CoreObject
  
toObject():Object
Returns the object representation of this instance.
RemotingAuthentification
 Inherited
toSource(indent:int = 0):String
Returns the string representation the source code of the object.
CoreObject
 Inherited
toString():String
Returns the string representation of this instance.
CoreObject
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(id:String = null, pass:String = null)

Creates a new RemotingAuthentification instance.

Parameters
id:String (default = null) — the id of the authentification.
 
pass: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.