메소드 | 설명 | |
---|---|---|
AddRegion ( |
||
Close ( ) : void | ||
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 | ||
PostInitialise ( ) : void | ||
RegionLoaded ( |
||
RemoveRegion ( |
||
SimianUserAccountServiceConnector ( ) : System | ||
SimianUserAccountServiceConnector ( IConfigSource source ) : System | ||
StoreUserAccount ( |
메소드 | 설명 | |
---|---|---|
CommonInit ( IConfigSource source ) : void | ||
GetFirstLastName ( string name, string &firstName, string &lastName ) : void |
Convert a name with a single space in it to a first and last name
|
|
GetUser ( |
Helper method for the various ways of retrieving a user account
|
|
ResponseToUserAccount ( OSDMap response ) : |
Convert a User object in LLSD format to a UserAccount
|
public AddRegion ( |
||
scene | ||
리턴 | void |
public GetUserAccount ( UUID scopeID, UUID userID ) : |
||
scopeID | UUID | |
userID | UUID | |
리턴 |
public GetUserAccount ( UUID scopeID, string email ) : |
||
scopeID | UUID | |
string | ||
리턴 |
public GetUserAccount ( UUID scopeID, string firstName, string lastName ) : |
||
scopeID | UUID | |
firstName | string | |
lastName | string | |
리턴 |
public GetUserAccounts ( UUID scopeID, string query ) : List |
||
scopeID | UUID | |
query | string | |
리턴 | List |
public RegionLoaded ( |
||
scene | ||
리턴 | void |
public RemoveRegion ( |
||
scene | ||
리턴 | void |
public SimianUserAccountServiceConnector ( ) : System | ||
리턴 | System |
public SimianUserAccountServiceConnector ( IConfigSource source ) : System | ||
source | IConfigSource | |
리턴 | System |
public StoreUserAccount ( |
||
data | ||
리턴 | bool |