C# Class OpenSim.Services.HypergridService.UserAgentService

This service is for HG1.5 only, to make up for the fact that clients don't keep any private information in themselves, and that their 'home service' needs to do it for them. Once we have better clients, this shouldn't be needed.
Inheritance: IUserAgentService
Afficher le fichier Open project: openmetaversefoundation/fortis-opensim

Protected Properties

Свойство Type Description
m_BypassClientVerification bool
m_GatekeeperConnector OpenSim.Services.Connectors.Hypergrid.GatekeeperServiceConnector
m_GatekeeperService IGatekeeperService
m_GridName string
m_GridService IGridService
m_GridUserService IGridUserService

Méthodes publiques

Méthode Description
AgentIsComingHome ( UUID sessionID, string thisGridExternalName ) : bool
GetHomeRegion ( UUID userID, System.Vector3 &position, System.Vector3 &lookAt ) : GridRegion
LoginAgentToGrid ( AgentCircuitData agentCircuit, GridRegion gatekeeper, GridRegion finalDestination, IPEndPoint clientIP, string &reason ) : bool
LoginAgentToGrid ( AgentCircuitData agentCircuit, GridRegion gatekeeper, GridRegion finalDestination, string &reason ) : bool
LogoutAgent ( UUID userID, UUID sessionID ) : void
UserAgentService ( IConfigSource config ) : System
VerifyAgent ( UUID sessionID, string token ) : bool
VerifyClient ( UUID sessionID, string reportedIP ) : bool

Private Methods

Méthode Description
SetClientIP ( UUID sessionID, string ip ) : void
UpdateTravelInfo ( AgentCircuitData agentCircuit, GridRegion region ) : TravelingAgentInfo

Method Details

AgentIsComingHome() public méthode

public AgentIsComingHome ( UUID sessionID, string thisGridExternalName ) : bool
sessionID UUID
thisGridExternalName string
Résultat bool

GetHomeRegion() public méthode

public GetHomeRegion ( UUID userID, System.Vector3 &position, System.Vector3 &lookAt ) : GridRegion
userID UUID
position System.Vector3
lookAt System.Vector3
Résultat OpenSim.Services.Interfaces.GridRegion

LoginAgentToGrid() public méthode

public LoginAgentToGrid ( AgentCircuitData agentCircuit, GridRegion gatekeeper, GridRegion finalDestination, IPEndPoint clientIP, string &reason ) : bool
agentCircuit OpenSim.Framework.AgentCircuitData
gatekeeper OpenSim.Services.Interfaces.GridRegion
finalDestination OpenSim.Services.Interfaces.GridRegion
clientIP System.Net.IPEndPoint
reason string
Résultat bool

LoginAgentToGrid() public méthode

public LoginAgentToGrid ( AgentCircuitData agentCircuit, GridRegion gatekeeper, GridRegion finalDestination, string &reason ) : bool
agentCircuit OpenSim.Framework.AgentCircuitData
gatekeeper OpenSim.Services.Interfaces.GridRegion
finalDestination OpenSim.Services.Interfaces.GridRegion
reason string
Résultat bool

LogoutAgent() public méthode

public LogoutAgent ( UUID userID, UUID sessionID ) : void
userID UUID
sessionID UUID
Résultat void

UserAgentService() public méthode

public UserAgentService ( IConfigSource config ) : System
config IConfigSource
Résultat System

VerifyAgent() public méthode

public VerifyAgent ( UUID sessionID, string token ) : bool
sessionID UUID
token string
Résultat bool

VerifyClient() public méthode

public VerifyClient ( UUID sessionID, string reportedIP ) : bool
sessionID UUID
reportedIP string
Résultat bool

Property Details

m_BypassClientVerification protected_oe static_oe property

protected static bool m_BypassClientVerification
Résultat bool

m_GatekeeperConnector protected_oe static_oe property

protected static GatekeeperServiceConnector,OpenSim.Services.Connectors.Hypergrid m_GatekeeperConnector
Résultat OpenSim.Services.Connectors.Hypergrid.GatekeeperServiceConnector

m_GatekeeperService protected_oe static_oe property

protected static IGatekeeperService m_GatekeeperService
Résultat IGatekeeperService

m_GridName protected_oe static_oe property

protected static string m_GridName
Résultat string

m_GridService protected_oe static_oe property

protected static IGridService m_GridService
Résultat IGridService

m_GridUserService protected_oe static_oe property

protected static IGridUserService m_GridUserService
Résultat IGridUserService