org.globus.ogsa.impl.security.authentication.test
Class TestSecurity

java.lang.Object
  extended byTestCase
      extended byorg.globus.ogsa.server.test.GridTestCase
          extended byorg.globus.ogsa.impl.security.authentication.test.TestSecurity

public class TestSecurity
extends GridTestCase

See Also:
Serialized Form

Nested Class Summary
 class TestSecurity.CounterClient
           
 class TestSecurity.CounterListener
           
 
Field Summary
 
Fields inherited from class org.globus.ogsa.server.test.GridTestCase
TEST_SERVER
 
Constructor Summary
TestSecurity(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
           
static Test suite()
           
 void testCreateEncryption()
           
 void testCreateSignature()
           
 void testMTNotificationEncryption()
           
 void testMTNotificationSignature()
           
 void testServiceDataNotificationEncryption()
           
 void testServiceDataNotificationSignature()
           
 
Methods inherited from class org.globus.ogsa.server.test.GridTestCase
setTestServer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSecurity

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

suite

public static Test suite()

main

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

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class GridTestCase
Throws:
java.lang.Exception

testCreateSignature

public void testCreateSignature()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testCreateEncryption

public void testCreateEncryption()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testMTNotificationSignature

public void testMTNotificationSignature()
                                 throws java.lang.Exception
Throws:
java.lang.Exception

testMTNotificationEncryption

public void testMTNotificationEncryption()
                                  throws java.lang.Exception
Throws:
java.lang.Exception

testServiceDataNotificationEncryption

public void testServiceDataNotificationEncryption()
                                           throws java.lang.Exception
Throws:
java.lang.Exception

testServiceDataNotificationSignature

public void testServiceDataNotificationSignature()
                                          throws java.lang.Exception
Throws:
java.lang.Exception