Sirikata
Public Member Functions | Private Attributes
Sirikata::NullAuthenticator Class Reference

#include <NullAuthenticator.hpp>

Inheritance diagram for Sirikata::NullAuthenticator:
Collaboration diagram for Sirikata::NullAuthenticator:

List of all members.

Public Member Functions

 NullAuthenticator (SpaceContext *ctx)
virtual ~NullAuthenticator ()
virtual void authenticate (const UUID &obj_id, MemoryReference auth, Callback cb)
 Try to authenticate a user given the requested object ID and associated authentication information.

Private Attributes

SpaceContextmContext

Constructor & Destructor Documentation

Sirikata::NullAuthenticator::NullAuthenticator ( SpaceContext ctx)

References mContext.

virtual Sirikata::NullAuthenticator::~NullAuthenticator ( ) [inline, virtual]

Member Function Documentation

void Sirikata::NullAuthenticator::authenticate ( const UUID obj_id,
MemoryReference  auth,
Callback  cb 
) [virtual]

Try to authenticate a user given the requested object ID and associated authentication information.

The callback is invoked to provide the result, including failure due to timeout.

Implements Sirikata::Authenticator.

References Sirikata::Context::mainStrand, mContext, and Sirikata::Network::IOStrand::post().


Member Data Documentation

Referenced by authenticate(), and NullAuthenticator().


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