C# 클래스 OpenSim.Services.Connectors.SimianGrid.SimianUserAccountServiceConnector

상속: IUserAccountService, ISharedRegionModule
파일 보기 프로젝트 열기: N3X15/VoxelSim

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

AddRegion() 공개 메소드

public AddRegion ( Scene scene ) : void
scene OpenSim.Region.Framework.Scenes.Scene
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

GetUserAccount() 공개 메소드

public GetUserAccount ( UUID scopeID, UUID userID ) : UserAccount
scopeID UUID
userID UUID
리턴 OpenSim.Services.Interfaces.UserAccount

GetUserAccount() 공개 메소드

public GetUserAccount ( UUID scopeID, string email ) : UserAccount
scopeID UUID
email string
리턴 OpenSim.Services.Interfaces.UserAccount

GetUserAccount() 공개 메소드

public GetUserAccount ( UUID scopeID, string firstName, string lastName ) : UserAccount
scopeID UUID
firstName string
lastName string
리턴 OpenSim.Services.Interfaces.UserAccount

GetUserAccounts() 공개 메소드

public GetUserAccounts ( UUID scopeID, string query ) : List
scopeID UUID
query string
리턴 List

Initialise() 공개 메소드

public Initialise ( IConfigSource source ) : void
source IConfigSource
리턴 void

PostInitialise() 공개 메소드

public PostInitialise ( ) : void
리턴 void

RegionLoaded() 공개 메소드

public RegionLoaded ( Scene scene ) : void
scene OpenSim.Region.Framework.Scenes.Scene
리턴 void

RemoveRegion() 공개 메소드

public RemoveRegion ( Scene scene ) : void
scene OpenSim.Region.Framework.Scenes.Scene
리턴 void

SimianUserAccountServiceConnector() 공개 메소드

public SimianUserAccountServiceConnector ( ) : System
리턴 System

SimianUserAccountServiceConnector() 공개 메소드

public SimianUserAccountServiceConnector ( IConfigSource source ) : System
source IConfigSource
리턴 System

StoreUserAccount() 공개 메소드

public StoreUserAccount ( UserAccount data ) : bool
data OpenSim.Services.Interfaces.UserAccount
리턴 bool