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

Public Member Functions

 OpenIdStreamHandler (string httpMethod, string path, IUserAccountService userService, IAuthenticationService authService)
 Constructor More...
 
- Public Member Functions inherited from OpenSim.Framework.Servers.HttpServer.BaseOutputStreamHandler
virtual void Handle (string path, Stream request, Stream response, IOSHttpRequest httpRequest, IOSHttpResponse httpResponse)
 
- Public Member Functions inherited from OpenSim.Framework.Servers.HttpServer.BaseRequestHandler
string GetParam (string path)
 
string[] SplitParams (string path)
 
- Public Member Functions inherited from OpenSim.Framework.Servers.HttpServer.IStreamHandler
void Handle (string path, Stream request, Stream response, IOSHttpRequest httpReqbuest, IOSHttpResponse httpResponse)
 

Protected Member Functions

override void ProcessRequest (string path, Stream request, Stream response, IOSHttpRequest httpRequest, IOSHttpResponse httpResponse)
 Handles all GET and POST requests for OpenID identifier pages and endpoint server communication More...
 
- Protected Member Functions inherited from OpenSim.Framework.Servers.HttpServer.BaseOutputStreamHandler
 BaseOutputStreamHandler (string httpMethod, string path)
 
 BaseOutputStreamHandler (string httpMethod, string path, string name, string description)
 
- Protected Member Functions inherited from OpenSim.Framework.Servers.HttpServer.BaseRequestHandler
 BaseRequestHandler (string httpMethod, string path)
 
 BaseRequestHandler (string httpMethod, string path, string name, string description)
 
bool CheckParam (string path)
 

Properties

override string ContentType [get]
 
- Properties inherited from OpenSim.Framework.Servers.HttpServer.BaseRequestHandler
int RequestsReceived [get, set]
 
int RequestsHandled [get, set]
 
virtual string ContentType [get]
 
virtual string HttpMethod [get]
 
string Name [get, set]
 
string Description [get, set]
 
virtual string Path [get]
 
- Properties inherited from OpenSim.Framework.Servers.HttpServer.IRequestHandler
string Name [get]
 Name for this handler. More...
 
string Description [get]
 Description for this handler. More...
 
string ContentType [get]
 
string HttpMethod [get]
 
string Path [get]
 
int RequestsReceived [get]
 Number of requests received by this handler More...
 
int RequestsHandled [get]
 Number of requests handled. More...
 

Detailed Description

Definition at line 150 of file OpenIdServerHandler.cs.

Constructor & Destructor Documentation

OpenSim.Server.Handlers.Authentication.OpenIdStreamHandler.OpenIdStreamHandler ( string  httpMethod,
string  path,
IUserAccountService  userService,
IAuthenticationService  authService 
)
inline

Constructor

Definition at line 203 of file OpenIdServerHandler.cs.

Member Function Documentation

override void OpenSim.Server.Handlers.Authentication.OpenIdStreamHandler.ProcessRequest ( string  path,
Stream  request,
Stream  response,
IOSHttpRequest  httpRequest,
IOSHttpResponse  httpResponse 
)
inlineprotectedvirtual

Handles all GET and POST requests for OpenID identifier pages and endpoint server communication

Reimplemented from OpenSim.Framework.Servers.HttpServer.BaseOutputStreamHandler.

Definition at line 215 of file OpenIdServerHandler.cs.

Property Documentation

override string OpenSim.Server.Handlers.Authentication.OpenIdStreamHandler.ContentType
get

Definition at line 198 of file OpenIdServerHandler.cs.


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