getIdentityRequest ( self, name )
Get an identity request, make the given callback when it's received.
Override this to provide a method for retrieving identities than
the hash provided by default. The method should return a Deferred.
Note that this is asynchronous specifically to provide support
for authenticating users from a database.
Exceptions
|
|
NotImplementedError("%s.getIdentityRequest" % str( self.__class__ ) )
|
|