Property | Type | Description | |
---|---|---|---|
m_BypassClientVerification | bool | ||
m_GatekeeperConnector | OpenSim.Services.Connectors.Hypergrid.GatekeeperServiceConnector | ||
m_GatekeeperService | IGatekeeperService | ||
m_GridName | string | ||
m_GridService | IGridService | ||
m_GridUserService | IGridUserService |
Method | Description | |
---|---|---|
AgentIsComingHome ( UUID sessionID, string thisGridExternalName ) : bool | ||
GetHomeRegion ( UUID userID, System.Vector3 &position, System.Vector3 &lookAt ) : |
||
LoginAgentToGrid ( |
||
LoginAgentToGrid ( |
||
LogoutAgent ( UUID userID, UUID sessionID ) : void | ||
UserAgentService ( IConfigSource config ) : System | ||
VerifyAgent ( UUID sessionID, string token ) : bool | ||
VerifyClient ( UUID sessionID, string reportedIP ) : bool |
Method | Description | |
---|---|---|
SetClientIP ( UUID sessionID, string ip ) : void | ||
UpdateTravelInfo ( |
public AgentIsComingHome ( UUID sessionID, string thisGridExternalName ) : bool | ||
sessionID | UUID | |
thisGridExternalName | string | |
return | bool |
public GetHomeRegion ( UUID userID, System.Vector3 &position, System.Vector3 &lookAt ) : |
||
userID | UUID | |
position | System.Vector3 | |
lookAt | System.Vector3 | |
return |
public LoginAgentToGrid ( |
||
agentCircuit | ||
gatekeeper | ||
finalDestination | ||
clientIP | ||
reason | string | |
return | bool |
public LoginAgentToGrid ( |
||
agentCircuit | ||
gatekeeper | ||
finalDestination | ||
reason | string | |
return | bool |
public LogoutAgent ( UUID userID, UUID sessionID ) : void | ||
userID | UUID | |
sessionID | UUID | |
return | void |
public UserAgentService ( IConfigSource config ) : System | ||
config | IConfigSource | |
return | System |
public VerifyAgent ( UUID sessionID, string token ) : bool | ||
sessionID | UUID | |
token | string | |
return | bool |
public VerifyClient ( UUID sessionID, string reportedIP ) : bool | ||
sessionID | UUID | |
reportedIP | string | |
return | bool |
protected static bool m_BypassClientVerification | ||
return | bool |
protected static GatekeeperServiceConnector,OpenSim.Services.Connectors.Hypergrid m_GatekeeperConnector | ||
return | OpenSim.Services.Connectors.Hypergrid.GatekeeperServiceConnector |
protected static IGatekeeperService m_GatekeeperService | ||
return | IGatekeeperService |
protected static IGridService m_GridService | ||
return | IGridService |