Uses of Interface
org.jboss.security.srp.SRPServerInterface

Packages that use SRPServerInterface
org.jboss.security.srp   
org.jboss.security.test   
 

Uses of SRPServerInterface in org.jboss.security.srp
 

Subinterfaces of SRPServerInterface in org.jboss.security.srp
 interface SRPRemoteServerInterface
          An RMI version of the SRPServerInterface.
 

Classes in org.jboss.security.srp that implement SRPServerInterface
 class SRPRemoteServer
          An implementation of the RMI SRPRemoteServerInterface interface.
 

Uses of SRPServerInterface in org.jboss.security.test
 

Classes in org.jboss.security.test that implement SRPServerInterface
 class SimpleSRPServer
          A simple hard coded implementation of SRPServerInterface that validates any given username to the password and salt provided to its constructor.
 



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