Method | Description | |
---|---|---|
GetUserAccount ( UUID scopeID, UUID userID ) : |
||
GetUserAccount ( UUID scopeID, string email ) : |
||
GetUserAccount ( UUID scopeID, string firstName, string lastName ) : |
||
GetUserAccounts ( UUID scopeID, string query ) : List |
||
Initialise ( IConfigSource source ) : void | ||
StoreUserAccount ( |
||
UserAccountServicesConnector ( ) : log4net | ||
UserAccountServicesConnector ( IConfigSource source ) : log4net | ||
UserAccountServicesConnector ( string serverURI ) : log4net |
Method | Description | |
---|---|---|
SendAndGetBoolReply ( object>.Dictionary |
||
SendAndGetReply ( object>.Dictionary |
public GetUserAccount ( UUID scopeID, UUID userID ) : |
||
scopeID | UUID | |
userID | UUID | |
return |
public GetUserAccount ( UUID scopeID, string email ) : |
||
scopeID | UUID | |
string | ||
return |
public GetUserAccount ( UUID scopeID, string firstName, string lastName ) : |
||
scopeID | UUID | |
firstName | string | |
lastName | string | |
return |
public GetUserAccounts ( UUID scopeID, string query ) : List |
||
scopeID | UUID | |
query | string | |
return | List |
public Initialise ( IConfigSource source ) : void | ||
source | IConfigSource | |
return | void |
public StoreUserAccount ( |
||
data | ||
return | bool |
public UserAccountServicesConnector ( ) : log4net | ||
return | log4net |
public UserAccountServicesConnector ( IConfigSource source ) : log4net | ||
source | IConfigSource | |
return | log4net |
public UserAccountServicesConnector ( string serverURI ) : log4net | ||
serverURI | string | |
return | log4net |