| Method | Defined by | ||
|---|---|---|---|
|
getService(name:String):Object
Return the service with the given name.
| AbstractServices | ||
|
logout():void
Log the user out of all registered services.
| AbstractServices | ||
|
register(serviceLocator:IServiceLocator):void
Register the services.
| AbstractServices | ||
|
setCredentials(username:String, password:String):void
Set the credentials for all registered services.
| AbstractServices | ||
|
setRemoteCredentials(username:String, password:String):void
Set the remote credentials for all registered services.
| AbstractServices | ||
| Method | Defined by | ||
|---|---|---|---|
|
getAccessors(serviceLocator:IServiceLocator):XMLList
Return all the accessors on this object.
| AbstractServices | ||
| getAccessors | () | method |
protected function getAccessors(serviceLocator:IServiceLocator):XMLListReturn all the accessors on this object.
ParametersserviceLocator:IServiceLocator — the IServiceLocator instance.
|
XMLList — this object's accessors.
|
| getService | () | method |
public function getService(name:String):ObjectReturn the service with the given name.
Parametersname:String — the name of the service.
|
Object — the service.
|
| logout | () | method |
public function logout():voidLog the user out of all registered services.
| register | () | method |
public function register(serviceLocator:IServiceLocator):voidRegister the services.
ParametersserviceLocator:IServiceLocator — the IServiceLocator isntance.
|
| setCredentials | () | method |
public function setCredentials(username:String, password:String):voidSet the credentials for all registered services.
Parametersusername:String — the username to set.
|
|
password:String — the password to set.
|
| setRemoteCredentials | () | method |
public function setRemoteCredentials(username:String, password:String):voidSet the remote credentials for all registered services.
Parametersusername:String — the username to set.
|
|
password:String — the password to set.
|