org.elkoserver.server.gatekeeper
Interface SetPasswordResultHandler


public interface SetPasswordResultHandler

Interface for an Authorizer object to deliver the results of servicing a client's set password request.


Method Summary
 void handle(String failure)
          Deliver the results of processing a set password request.
 

Method Detail

handle

void handle(String failure)
Deliver the results of processing a set password request.

Parameters:
failure - Error message in case of failure or null in case of success.