OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | List of all members
OpenSim.Services.AuthorizationService.AuthorizationService Class Reference
Inheritance diagram for OpenSim.Services.AuthorizationService.AuthorizationService:
Inheritance graph
[legend]
Collaboration diagram for OpenSim.Services.AuthorizationService.AuthorizationService:
Collaboration graph
[legend]

Public Member Functions

 AuthorizationService (IConfigSource config)
 
bool IsAuthorizedForRegion (string userID, string firstName, string lastName, string regionID, out string message)
 Check whether the user should be given access to the region. More...
 
- Public Member Functions inherited from OpenSim.Services.AuthorizationService.AuthorizationServiceBase
 AuthorizationServiceBase (IConfigSource config)
 
- Public Member Functions inherited from OpenSim.Services.Base.ServiceBase
LoadPlugin< T > (string dllName)
 
LoadPlugin< T > (string dllName, Object[] args)
 
LoadPlugin< T > (string dllName, string className, Object[] args)
 
 ServiceBase (IConfigSource config)
 

Additional Inherited Members

- Protected Attributes inherited from OpenSim.Services.AuthorizationService.AuthorizationServiceBase
IAssetDataPlugin m_Database = null
 

Detailed Description

Definition at line 40 of file AuthorizationService.cs.

Constructor & Destructor Documentation

OpenSim.Services.AuthorizationService.AuthorizationService.AuthorizationService ( IConfigSource  config)
inline

Definition at line 46 of file AuthorizationService.cs.

Member Function Documentation

bool OpenSim.Services.AuthorizationService.AuthorizationService.IsAuthorizedForRegion ( string  userID,
string  firstName,
string  lastName,
string  regionID,
out string  message 
)
inline

Check whether the user should be given access to the region.

We also supply user first name and last name for situations where the user does not have an account on the region (e.g. they're a visitor via Hypergrid).

Parameters
userID
firstName/param>
Parameters
lastName
regionID
message
Returns

Implements OpenSim.Services.Interfaces.IAuthorizationService.

Definition at line 51 of file AuthorizationService.cs.


The documentation for this class was generated from the following file: