Property | Type | Description | |
---|---|---|---|
m_AllowedClients | string | ||
m_DeniedClients | string | ||
m_defaultRegion | string |
Method | Description | |
---|---|---|
FinishedStartup ( ) : void | ||
GetHyperlinkRegion ( UUID regionID ) : |
||
Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
LinkRegion ( string regionName, UUID ®ionID, ulong ®ionHandle, string &externalName, string &imageURL, string &reason ) : bool | ||
LoginAgent ( Aurora.Framework.AgentCircuitData aCircuit, |
||
Start ( IConfigSource config, IRegistryCore registry ) : void |
Method | Description | |
---|---|---|
Authenticate ( Aurora.Framework.AgentCircuitData aCircuit ) : bool | ||
CheckAddress ( string serviceToken ) : bool |
Method | Description | |
---|---|---|
FindDefaultRegion ( ) : |
||
FindRegion ( List |
protected Authenticate ( Aurora.Framework.AgentCircuitData aCircuit ) : bool | ||
aCircuit | Aurora.Framework.AgentCircuitData | |
return | bool |
protected CheckAddress ( string serviceToken ) : bool | ||
serviceToken | string | |
return | bool |
public GetHyperlinkRegion ( UUID regionID ) : |
||
regionID | UUID | |
return |
public Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
return | void |
public LinkRegion ( string regionName, UUID ®ionID, ulong ®ionHandle, string &externalName, string &imageURL, string &reason ) : bool | ||
regionName | string | |
regionID | UUID | |
regionHandle | ulong | |
externalName | string | |
imageURL | string | |
reason | string | |
return | bool |
public LoginAgent ( Aurora.Framework.AgentCircuitData aCircuit, |
||
aCircuit | Aurora.Framework.AgentCircuitData | |
destination | ||
reason | string | |
return | bool |
public Start ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
return | void |