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

Public Member Functions

 BasicHttpAuthentication (IConfigSource config, string section)
 
void AddAuthorization (NameValueCollection headers)
 
bool Authenticate (string data)
 
bool Authenticate (NameValueCollection requestHeaders, AddHeaderDelegate d, out HttpStatusCode statusCode)
 

Properties

string Name [get]
 
string Credentials [get]
 
- Properties inherited from OpenSim.Framework.ServiceAuth.IServiceAuth
string Name [get]
 Name of this authenticator. More...
 

Detailed Description

Definition at line 39 of file BasicHttpAuthentication.cs.

Constructor & Destructor Documentation

OpenSim.Framework.ServiceAuth.BasicHttpAuthentication.BasicHttpAuthentication ( IConfigSource  config,
string  section 
)
inline

Definition at line 55 of file BasicHttpAuthentication.cs.

Member Function Documentation

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

Property Documentation

string OpenSim.Framework.ServiceAuth.BasicHttpAuthentication.Credentials
get

Definition at line 51 of file BasicHttpAuthentication.cs.

string OpenSim.Framework.ServiceAuth.BasicHttpAuthentication.Name
get

Definition at line 43 of file BasicHttpAuthentication.cs.


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