C# Class OpenSim.Services.HypergridService.GatekeeperService

Inheritance: IGatekeeperService
Exibir arquivo Open project: N3X15/VoxelSim

Public Methods

Method Description
GatekeeperService ( IConfigSource config ) : System
GatekeeperService ( IConfigSource config, ISimulationService simService ) : System
GetHyperlinkRegion ( UUID regionID ) : GridRegion
LinkRegion ( string regionName, UUID &regionID, ulong &regionHandle, string &externalName, string &imageURL, string &reason ) : bool
LoginAgent ( AgentCircuitData aCircuit, GridRegion destination, string &reason ) : bool

Protected Methods

Method Description
Authenticate ( AgentCircuitData aCircuit ) : bool
CheckAddress ( string serviceToken ) : bool

Method Details

Authenticate() protected method

protected Authenticate ( AgentCircuitData aCircuit ) : bool
aCircuit OpenSim.Framework.AgentCircuitData
return bool

CheckAddress() protected method

protected CheckAddress ( string serviceToken ) : bool
serviceToken string
return bool

GatekeeperService() public method

public GatekeeperService ( IConfigSource config ) : System
config IConfigSource
return System

GatekeeperService() public method

public GatekeeperService ( IConfigSource config, ISimulationService simService ) : System
config IConfigSource
simService ISimulationService
return System

GetHyperlinkRegion() public method

public GetHyperlinkRegion ( UUID regionID ) : GridRegion
regionID UUID
return OpenSim.Services.Interfaces.GridRegion

LinkRegion() public method

public LinkRegion ( string regionName, UUID &regionID, ulong &regionHandle, string &externalName, string &imageURL, string &reason ) : bool
regionName string
regionID UUID
regionHandle ulong
externalName string
imageURL string
reason string
return bool

LoginAgent() public method

public LoginAgent ( AgentCircuitData aCircuit, GridRegion destination, string &reason ) : bool
aCircuit OpenSim.Framework.AgentCircuitData
destination OpenSim.Services.Interfaces.GridRegion
reason string
return bool