Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members

Dv::Ticket::LoginRequest Class Reference

Request from a user to obtain a new ticket. More...

#include <request.h>

Inheritance diagram for Dv::Ticket::LoginRequest:

Inheritance graph
[legend]
Collaboration diagram for Dv::Ticket::LoginRequest:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 LoginRequest (const Dv::Xml::Document &req, Dv::Util::ref< Dv::Ssl::SslSocket > client, Server &server)
 Constructor.

Dv::Xml::Documenthandle (Dv::Xml::Document &result)
 Handle a request.


Detailed Description

Request from a user to obtain a new ticket.

Definition at line 76 of file request.h.


Constructor & Destructor Documentation

Dv::Ticket::LoginRequest::LoginRequest const Dv::Xml::Document req,
Dv::Util::ref< Dv::Ssl::SslSocket client,
Server server
[inline]
 

Constructor.

Parameters:
req XML document as received from a client.
client SSL connection with client making the request
server that received this request
See also:
Dv::Ticket::Request::make

Definition at line 84 of file request.h.

References Dv::Ticket::Request::server().


Member Function Documentation

Dv::Xml::Document& Dv::Ticket::LoginRequest::handle Dv::Xml::Document result  )  [virtual]
 

Handle a request.

This is implements Dv::Ticket::Request::handle

Parameters:
result reference to an XML document that will be filled with the reply to the request.
Returns:
a reference to the first argument.

Reimplemented from Dv::Ticket::Request.


The documentation for this class was generated from the following file:
dvticket-0.7.1 [24 October, 2003]