C# Class OpenSim.Services.Connectors.SimianGrid.SimianUserAccountServiceConnector

Inheritance: IUserAccountService, ISharedRegionModule
Afficher le fichier Open project: N3X15/VoxelSim

Méthodes publiques

Méthode Description
AddRegion ( Scene scene ) : void
Close ( ) : void
GetUserAccount ( UUID scopeID, UUID userID ) : UserAccount
GetUserAccount ( UUID scopeID, string email ) : UserAccount
GetUserAccount ( UUID scopeID, string firstName, string lastName ) : UserAccount
GetUserAccounts ( UUID scopeID, string query ) : List
Initialise ( IConfigSource source ) : void
PostInitialise ( ) : void
RegionLoaded ( Scene scene ) : void
RemoveRegion ( Scene scene ) : void
SimianUserAccountServiceConnector ( ) : System
SimianUserAccountServiceConnector ( IConfigSource source ) : System
StoreUserAccount ( UserAccount data ) : bool

Private Methods

Méthode Description
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 ( NameValueCollection requestArgs ) : UserAccount

Helper method for the various ways of retrieving a user account

ResponseToUserAccount ( OSDMap response ) : UserAccount

Convert a User object in LLSD format to a UserAccount

Method Details

AddRegion() public méthode

public AddRegion ( Scene scene ) : void
scene OpenSim.Region.Framework.Scenes.Scene
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

GetUserAccount() public méthode

public GetUserAccount ( UUID scopeID, UUID userID ) : UserAccount
scopeID UUID
userID UUID
Résultat OpenSim.Services.Interfaces.UserAccount

GetUserAccount() public méthode

public GetUserAccount ( UUID scopeID, string email ) : UserAccount
scopeID UUID
email string
Résultat OpenSim.Services.Interfaces.UserAccount

GetUserAccount() public méthode

public GetUserAccount ( UUID scopeID, string firstName, string lastName ) : UserAccount
scopeID UUID
firstName string
lastName string
Résultat OpenSim.Services.Interfaces.UserAccount

GetUserAccounts() public méthode

public GetUserAccounts ( UUID scopeID, string query ) : List
scopeID UUID
query string
Résultat List

Initialise() public méthode

public Initialise ( IConfigSource source ) : void
source IConfigSource
Résultat void

PostInitialise() public méthode

public PostInitialise ( ) : void
Résultat void

RegionLoaded() public méthode

public RegionLoaded ( Scene scene ) : void
scene OpenSim.Region.Framework.Scenes.Scene
Résultat void

RemoveRegion() public méthode

public RemoveRegion ( Scene scene ) : void
scene OpenSim.Region.Framework.Scenes.Scene
Résultat void

SimianUserAccountServiceConnector() public méthode

public SimianUserAccountServiceConnector ( ) : System
Résultat System

SimianUserAccountServiceConnector() public méthode

public SimianUserAccountServiceConnector ( IConfigSource source ) : System
source IConfigSource
Résultat System

StoreUserAccount() public méthode

public StoreUserAccount ( UserAccount data ) : bool
data OpenSim.Services.Interfaces.UserAccount
Résultat bool