org.jboss.security.srp
Interface SRPServerListener

All Known Implementing Classes:
SRPService

public interface SRPServerListener

A callback interface for SRP session events.

Version:
$Revision: 1.3.6.1 $
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

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


closedUserSession

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



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