maguro      2005/04/23 14:44:30

  Modified:    
modules/openejb-builder/src/test/org/openejb/corba/security/config/tss
                        TSSConfigEditorTest.java
  Log:

  Better handling of identity assertions.
  
  Revision  Changes    Path
  1.8       +3 -3      
openejb/modules/openejb-builder/src/test/org/openejb/corba/security/config/tss/TSSConfigEditorTest.java
  
  Index: TSSConfigEditorTest.java
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb/modules/openejb-builder/src/test/org/openejb/corba/security/config/tss/TSSConfigEditorTest.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- TSSConfigEditorTest.java  29 Mar 2005 03:55:16 -0000      1.7
  +++ TSSConfigEditorTest.java  23 Apr 2005 18:44:30 -0000      1.8
  @@ -151,7 +151,7 @@
                                               "                    
<tss:compoundSecMech>\n" +
                                               "                        
<tss:GSSUP targetName=\"geronimo-properties-realm\"/>\n" +
                                               "                        
<tss:sasMech>\n" +
  -                                            "                            
<tss:identityTokenTypes>ITTAbsent ITTAnonymous 
ITTPrincipalName</tss:identityTokenTypes>\n" +
  +                                            "                            
<tss:identityTokenTypes><tss:ITTAnonymous/><tss:ITTPrincipalNameGSSUP/></tss:identityTokenTypes>\n"
 +
                                               "                        
</tss:sasMech>\n" +
                                               "                    
</tss:compoundSecMech>\n" +
                                               "                
</tss:compoundSecMechTypeList>\n" +
  
  
  

Reply via email to