org.jboss.test
Class SRPLoginTest

java.lang.Object
  extended byjunit.framework.TestCase
      extended byorg.jboss.test.SRPLoginTest

public class SRPLoginTest
extends junit.framework.TestCase

A test of the SRPLogin module

See Also:
SRPLoginModule (src) , Serialized Form

Constructor Summary
SRPLoginTest(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
          Create a SecurityPolicy from a xml policy file and install it as the JAAS Policy and Configuration implementations.
 void testLogin()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SRPLoginTest

public SRPLoginTest(java.lang.String name)
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Create a SecurityPolicy from a xml policy file and install it as the JAAS Policy and Configuration implementations.

Throws:
java.lang.Exception

testLogin

public void testLogin()

main

public static void main(java.lang.String[] args)