org.jboss.security.srp
Interface SRPServerListener

All Known Implementing Classes:
SRPService

public interface SRPServerListener

A callback interface for SRP session events.

Version:
$Revision: 1.1.2.2 $
Author:
Scott.Stark@jboss.org

Method Summary
 void closedUserSession(SRPSessionKey key)
          Called when a user requests that a session be closed
 void verifiedUser(SRPSessionKey key, SRPServerSession session)
          Called when a user has successfully completed the SRP handshake and any auxillary challenge verification.
 

Method Detail

verifiedUser

void verifiedUser(SRPSessionKey key,
                  SRPServerSession session)
Called when a user has successfully completed the SRP handshake and any auxillary challenge verification.

Parameters:
key, - the {username, sessionID} pair
session, - the server SRP session information

closedUserSession

void closedUserSession(SRPSessionKey key)
Called when a user requests that a session be closed

Parameters:
key, - the {username, sessionID} pair


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.