org.globus.ogsa.impl.security.descriptor.test
Class TestSecurityDescriptor

java.lang.Object
  extended byTestCase
      extended byorg.globus.ogsa.impl.security.descriptor.test.TestSecurityDescriptor

public class TestSecurityDescriptor
extends TestCase

See Also:
Serialized Form

Constructor Summary
TestSecurityDescriptor(java.lang.String name)
           
 
Method Summary
protected  org.w3c.dom.Element getDescriptor(java.lang.String desc)
           
static void main(java.lang.String[] args)
           
static Test suite()
           
 void testDefaultAuthMethods()
           
 void testDescriptor()
           
 void testGlobalParams()
           
 void testMethodIdentity()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSecurityDescriptor

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

suite

public static Test suite()

main

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

getDescriptor

protected org.w3c.dom.Element getDescriptor(java.lang.String desc)
                                     throws java.lang.Exception
Throws:
java.lang.Exception

testDescriptor

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

testGlobalParams

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

testMethodIdentity

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

testDefaultAuthMethods

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