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

Public Member Functions

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...
 

Detailed Description

Definition at line 35 of file IAuthorizationService.cs.

Member Function Documentation

bool OpenSim.Services.Interfaces.IAuthorizationService.IsAuthorizedForRegion ( string  userID,
string  firstName,
string  lastName,
string  regionID,
out string  message 
)

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

Implemented in OpenSim.Region.CoreModules.ServiceConnectorsOut.Authorization.RemoteAuthorizationServicesConnector, OpenSim.Region.CoreModules.ServiceConnectorsOut.Authorization.LocalAuthorizationServicesConnector, OpenSim.Region.CoreModules.ServiceConnectorsOut.Authorization.AuthorizationService, and OpenSim.Services.AuthorizationService.AuthorizationService.


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