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

Public Member Functions

bool Authenticate (string data)
 
bool Authenticate (NameValueCollection headers, AddHeaderDelegate d, out HttpStatusCode statusCode)
 
void AddAuthorization (NameValueCollection headers)
 

Properties

string Name [get]
 Name of this authenticator. More...
 

Detailed Description

Definition at line 37 of file IServiceAuth.cs.

Member Function Documentation

void OpenSim.Framework.ServiceAuth.IServiceAuth.AddAuthorization ( NameValueCollection  headers)
bool OpenSim.Framework.ServiceAuth.IServiceAuth.Authenticate ( string  data)
bool OpenSim.Framework.ServiceAuth.IServiceAuth.Authenticate ( NameValueCollection  headers,
AddHeaderDelegate  d,
out HttpStatusCode  statusCode 
)

Property Documentation

string OpenSim.Framework.ServiceAuth.IServiceAuth.Name
get

Name of this authenticator.

Definition at line 42 of file IServiceAuth.cs.


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