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

java.lang.Object
  extended byTestCase
      extended byorg.globus.ogsa.impl.security.authentication.test.TestWSSecurity

public class TestWSSecurity
extends TestCase

See Also:
Serialized Form

Constructor Summary
TestWSSecurity(java.lang.String name)
           
 
Method Summary
protected  void createContexts()
           
protected  SOAPEnvelope getSOAPEnvelope()
           
static void main(java.lang.String[] args)
           
protected  void setUp()
           
static Test suite()
           
protected  void tearDown()
           
 void testDoubleX509Encryption()
           
 void testDoubleX509Signature()
           
 void testGssEncryption()
           
 void testGssEncryptionAndX509Encryption()
           
 void testGssSignatue()
           
 void testGssSignatureAndX509Encryption()
           
 void testGssSignatureAndX509Signature()
           
 void testX509Encryption()
           
 void testX509EncryptionAndGssEncryption()
           
 void testX509EncryptionAndGssSignature()
           
 void testX509Signature()
           
 void testX509SignatureAndGssEncryption()
           
 void testX509SignatureAndGssSignature()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestWSSecurity

public TestWSSecurity(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
Throws:
java.lang.Exception

getSOAPEnvelope

protected SOAPEnvelope getSOAPEnvelope()
                                throws java.lang.Exception
Throws:
java.lang.Exception

createContexts

protected void createContexts()
                       throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testGssSignatue

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

testGssEncryption

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

testX509Signature

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

testX509Encryption

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

testDoubleX509Encryption

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

testGssSignatureAndX509Encryption

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

testX509EncryptionAndGssSignature

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

testX509EncryptionAndGssEncryption

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

testGssEncryptionAndX509Encryption

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

testDoubleX509Signature

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

testGssSignatureAndX509Signature

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

testX509SignatureAndGssSignature

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

testX509SignatureAndGssEncryption

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