Uses of Class
org.jboss.security.srp.SRPSessionKey

Packages that use SRPSessionKey
org.jboss.security.srp   
 

Uses of SRPSessionKey in org.jboss.security.srp
 

Methods in org.jboss.security.srp with parameters of type SRPSessionKey
 void SRPService.closedUserSession(SRPSessionKey key)
           
 void SRPServerListener.closedUserSession(SRPSessionKey key)
          Called when a user requests that a session be closed
 void SRPService.verifiedUser(SRPSessionKey key, SRPServerSession session)
          Called when username has sucessfully completed the SRP login.
 void SRPServerListener.verifiedUser(SRPSessionKey key, SRPServerSession session)
          Called when a user has successfully completed the SRP handshake and any auxillary challenge verification.
 



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