You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2010/01/14 10:17:44 UTC

svn commit: r899128 [16/24] - in /geronimo/yoko/trunk/yoko-spec-corba: ./ src/main/generated-sources/ src/main/generated-sources/idl/ src/main/generated-sources/idl/org/ src/main/generated-sources/idl/org/omg/ src/main/generated-sources/idl/org/omg/CSI...

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/AuthenticationStatusHolder.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/AuthenticationStatusHolder.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/AuthenticationStatusHolder.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/AuthenticationStatusHolder.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,40 @@
+package org.omg.Security;
+
+/**
+* org/omg/Security/AuthenticationStatusHolder.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+// Authentication return status
+public final class AuthenticationStatusHolder implements org.omg.CORBA.portable.Streamable
+{
+  public org.omg.Security.AuthenticationStatus value = null;
+
+  public AuthenticationStatusHolder ()
+  {
+  }
+
+  public AuthenticationStatusHolder (org.omg.Security.AuthenticationStatus initialValue)
+  {
+    value = initialValue;
+  }
+
+  public void _read (org.omg.CORBA.portable.InputStream i)
+  {
+    value = org.omg.Security.AuthenticationStatusHelper.read (i);
+  }
+
+  public void _write (org.omg.CORBA.portable.OutputStream o)
+  {
+    org.omg.Security.AuthenticationStatusHelper.write (o, value);
+  }
+
+  public org.omg.CORBA.TypeCode _type ()
+  {
+    return org.omg.Security.AuthenticationStatusHelper.type ();
+  }
+
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/AuthenticationStatusHolder.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/AuthenticationStatusHolder.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/AuthenticationStatusHolder.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/Capability.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/Capability.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/Capability.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/Capability.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,14 @@
+package org.omg.Security;
+
+
+/**
+* org/omg/Security/Capability.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+public interface Capability
+{
+  public static final int value = (int)(8L);
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/Capability.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/Capability.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/Capability.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/ChannelBindings.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/ChannelBindings.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/ChannelBindings.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/ChannelBindings.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,32 @@
+package org.omg.Security;
+
+
+/**
+* org/omg/Security/ChannelBindings.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+public final class ChannelBindings implements org.omg.CORBA.portable.IDLEntity
+{
+  public int initiator_addrtype = (int)0;
+  public byte initiator_address[] = null;
+  public int acceptor_addrtype = (int)0;
+  public byte acceptor_address[] = null;
+  public byte application_data[] = null;
+
+  public ChannelBindings ()
+  {
+  } // ctor
+
+  public ChannelBindings (int _initiator_addrtype, byte[] _initiator_address, int _acceptor_addrtype, byte[] _acceptor_address, byte[] _application_data)
+  {
+    initiator_addrtype = _initiator_addrtype;
+    initiator_address = _initiator_address;
+    acceptor_addrtype = _acceptor_addrtype;
+    acceptor_address = _acceptor_address;
+    application_data = _application_data;
+  } // ctor
+
+} // class ChannelBindings

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/ChannelBindings.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/ChannelBindings.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/ChannelBindings.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/ChannelBindingsHelper.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/ChannelBindingsHelper.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/ChannelBindingsHelper.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/ChannelBindingsHelper.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,115 @@
+package org.omg.Security;
+
+
+/**
+* org/omg/Security/ChannelBindingsHelper.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+abstract public class ChannelBindingsHelper
+{
+  private static String  _id = "IDL:omg.org/Security/ChannelBindings:1.0";
+
+  public static void insert (org.omg.CORBA.Any a, org.omg.Security.ChannelBindings that)
+  {
+    org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
+    a.type (type ());
+    write (out, that);
+    a.read_value (out.create_input_stream (), type ());
+  }
+
+  public static org.omg.Security.ChannelBindings extract (org.omg.CORBA.Any a)
+  {
+    return read (a.create_input_stream ());
+  }
+
+  private static org.omg.CORBA.TypeCode __typeCode = null;
+  private static boolean __active = false;
+  synchronized public static org.omg.CORBA.TypeCode type ()
+  {
+    if (__typeCode == null)
+    {
+      synchronized (org.omg.CORBA.TypeCode.class)
+      {
+        if (__typeCode == null)
+        {
+          if (__active)
+          {
+            return org.omg.CORBA.ORB.init().create_recursive_tc ( _id );
+          }
+          __active = true;
+          org.omg.CORBA.StructMember[] _members0 = new org.omg.CORBA.StructMember [5];
+          org.omg.CORBA.TypeCode _tcOf_members0 = null;
+          _tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ulong);
+          _members0[0] = new org.omg.CORBA.StructMember (
+            "initiator_addrtype",
+            _tcOf_members0,
+            null);
+          _tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_octet);
+          _tcOf_members0 = org.omg.CORBA.ORB.init ().create_sequence_tc (0, _tcOf_members0);
+          _members0[1] = new org.omg.CORBA.StructMember (
+            "initiator_address",
+            _tcOf_members0,
+            null);
+          _tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ulong);
+          _members0[2] = new org.omg.CORBA.StructMember (
+            "acceptor_addrtype",
+            _tcOf_members0,
+            null);
+          _tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_octet);
+          _tcOf_members0 = org.omg.CORBA.ORB.init ().create_sequence_tc (0, _tcOf_members0);
+          _members0[3] = new org.omg.CORBA.StructMember (
+            "acceptor_address",
+            _tcOf_members0,
+            null);
+          _tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_octet);
+          _tcOf_members0 = org.omg.CORBA.ORB.init ().create_sequence_tc (0, _tcOf_members0);
+          _members0[4] = new org.omg.CORBA.StructMember (
+            "application_data",
+            _tcOf_members0,
+            null);
+          __typeCode = org.omg.CORBA.ORB.init ().create_struct_tc (org.omg.Security.ChannelBindingsHelper.id (), "ChannelBindings", _members0);
+          __active = false;
+        }
+      }
+    }
+    return __typeCode;
+  }
+
+  public static String id ()
+  {
+    return _id;
+  }
+
+  public static org.omg.Security.ChannelBindings read (org.omg.CORBA.portable.InputStream istream)
+  {
+    org.omg.Security.ChannelBindings value = new org.omg.Security.ChannelBindings ();
+    value.initiator_addrtype = istream.read_ulong ();
+    int _len0 = istream.read_long ();
+    value.initiator_address = new byte[_len0];
+    istream.read_octet_array (value.initiator_address, 0, _len0);
+    value.acceptor_addrtype = istream.read_ulong ();
+    int _len1 = istream.read_long ();
+    value.acceptor_address = new byte[_len1];
+    istream.read_octet_array (value.acceptor_address, 0, _len1);
+    int _len2 = istream.read_long ();
+    value.application_data = new byte[_len2];
+    istream.read_octet_array (value.application_data, 0, _len2);
+    return value;
+  }
+
+  public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.Security.ChannelBindings value)
+  {
+    ostream.write_ulong (value.initiator_addrtype);
+    ostream.write_long (value.initiator_address.length);
+    ostream.write_octet_array (value.initiator_address, 0, value.initiator_address.length);
+    ostream.write_ulong (value.acceptor_addrtype);
+    ostream.write_long (value.acceptor_address.length);
+    ostream.write_octet_array (value.acceptor_address, 0, value.acceptor_address.length);
+    ostream.write_long (value.application_data.length);
+    ostream.write_octet_array (value.application_data, 0, value.application_data.length);
+  }
+
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/ChannelBindingsHelper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/ChannelBindingsHelper.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/ChannelBindingsHelper.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/ChannelBindingsHolder.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/ChannelBindingsHolder.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/ChannelBindingsHolder.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/ChannelBindingsHolder.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,38 @@
+package org.omg.Security;
+
+/**
+* org/omg/Security/ChannelBindingsHolder.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+public final class ChannelBindingsHolder implements org.omg.CORBA.portable.Streamable
+{
+  public org.omg.Security.ChannelBindings value = null;
+
+  public ChannelBindingsHolder ()
+  {
+  }
+
+  public ChannelBindingsHolder (org.omg.Security.ChannelBindings initialValue)
+  {
+    value = initialValue;
+  }
+
+  public void _read (org.omg.CORBA.portable.InputStream i)
+  {
+    value = org.omg.Security.ChannelBindingsHelper.read (i);
+  }
+
+  public void _write (org.omg.CORBA.portable.OutputStream o)
+  {
+    org.omg.Security.ChannelBindingsHelper.write (o, value);
+  }
+
+  public org.omg.CORBA.TypeCode _type ()
+  {
+    return org.omg.Security.ChannelBindingsHelper.type ();
+  }
+
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/ChannelBindingsHolder.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/ChannelBindingsHolder.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/ChannelBindingsHolder.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/Clearance.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/Clearance.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/Clearance.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/Clearance.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,14 @@
+package org.omg.Security;
+
+
+/**
+* org/omg/Security/Clearance.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+public interface Clearance
+{
+  public static final int value = (int)(7L);
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/Clearance.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/Clearance.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/Clearance.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommonInteroperabilityLevel0.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommonInteroperabilityLevel0.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommonInteroperabilityLevel0.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommonInteroperabilityLevel0.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,16 @@
+package org.omg.Security;
+
+
+/**
+* org/omg/Security/CommonInteroperabilityLevel0.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+public interface CommonInteroperabilityLevel0
+{
+
+  // Service options for Common Secure Interoperability
+  public static final int value = (int)(10L);
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommonInteroperabilityLevel0.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommonInteroperabilityLevel0.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommonInteroperabilityLevel0.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommonInteroperabilityLevel1.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommonInteroperabilityLevel1.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommonInteroperabilityLevel1.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommonInteroperabilityLevel1.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,14 @@
+package org.omg.Security;
+
+
+/**
+* org/omg/Security/CommonInteroperabilityLevel1.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+public interface CommonInteroperabilityLevel1
+{
+  public static final int value = (int)(11L);
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommonInteroperabilityLevel1.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommonInteroperabilityLevel1.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommonInteroperabilityLevel1.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommonInteroperabilityLevel2.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommonInteroperabilityLevel2.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommonInteroperabilityLevel2.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommonInteroperabilityLevel2.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,14 @@
+package org.omg.Security;
+
+
+/**
+* org/omg/Security/CommonInteroperabilityLevel2.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+public interface CommonInteroperabilityLevel2
+{
+  public static final int value = (int)(12L);
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommonInteroperabilityLevel2.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommonInteroperabilityLevel2.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommonInteroperabilityLevel2.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommunicationDirection.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommunicationDirection.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommunicationDirection.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommunicationDirection.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,44 @@
+package org.omg.Security;
+
+
+/**
+* org/omg/Security/CommunicationDirection.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+// secure invocation policy applies
+public class CommunicationDirection implements org.omg.CORBA.portable.IDLEntity
+{
+  private        int __value;
+  private static int __size = 3;
+  private static org.omg.Security.CommunicationDirection[] __array = new org.omg.Security.CommunicationDirection [__size];
+
+  public static final int _SecDirectionBoth = 0;
+  public static final org.omg.Security.CommunicationDirection SecDirectionBoth = new org.omg.Security.CommunicationDirection(_SecDirectionBoth);
+  public static final int _SecDirectionRequest = 1;
+  public static final org.omg.Security.CommunicationDirection SecDirectionRequest = new org.omg.Security.CommunicationDirection(_SecDirectionRequest);
+  public static final int _SecDirectionReply = 2;
+  public static final org.omg.Security.CommunicationDirection SecDirectionReply = new org.omg.Security.CommunicationDirection(_SecDirectionReply);
+
+  public int value ()
+  {
+    return __value;
+  }
+
+  public static org.omg.Security.CommunicationDirection from_int (int value)
+  {
+    if (value >= 0 && value < __size)
+      return __array[value];
+    else
+      throw new org.omg.CORBA.BAD_PARAM ();
+  }
+
+  protected CommunicationDirection (int value)
+  {
+    __value = value;
+    __array[__value] = this;
+  }
+} // class CommunicationDirection

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommunicationDirection.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommunicationDirection.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommunicationDirection.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommunicationDirectionHelper.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommunicationDirectionHelper.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommunicationDirectionHelper.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommunicationDirectionHelper.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,55 @@
+package org.omg.Security;
+
+
+/**
+* org/omg/Security/CommunicationDirectionHelper.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+// secure invocation policy applies
+abstract public class CommunicationDirectionHelper
+{
+  private static String  _id = "IDL:omg.org/Security/CommunicationDirection:1.0";
+
+  public static void insert (org.omg.CORBA.Any a, org.omg.Security.CommunicationDirection that)
+  {
+    org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
+    a.type (type ());
+    write (out, that);
+    a.read_value (out.create_input_stream (), type ());
+  }
+
+  public static org.omg.Security.CommunicationDirection extract (org.omg.CORBA.Any a)
+  {
+    return read (a.create_input_stream ());
+  }
+
+  private static org.omg.CORBA.TypeCode __typeCode = null;
+  synchronized public static org.omg.CORBA.TypeCode type ()
+  {
+    if (__typeCode == null)
+    {
+      __typeCode = org.omg.CORBA.ORB.init ().create_enum_tc (org.omg.Security.CommunicationDirectionHelper.id (), "CommunicationDirection", new String[] { "SecDirectionBoth", "SecDirectionRequest", "SecDirectionReply"} );
+    }
+    return __typeCode;
+  }
+
+  public static String id ()
+  {
+    return _id;
+  }
+
+  public static org.omg.Security.CommunicationDirection read (org.omg.CORBA.portable.InputStream istream)
+  {
+    return org.omg.Security.CommunicationDirection.from_int (istream.read_long ());
+  }
+
+  public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.Security.CommunicationDirection value)
+  {
+    ostream.write_long (value.value ());
+  }
+
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommunicationDirectionHelper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommunicationDirectionHelper.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommunicationDirectionHelper.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommunicationDirectionHolder.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommunicationDirectionHolder.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommunicationDirectionHolder.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommunicationDirectionHolder.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,40 @@
+package org.omg.Security;
+
+/**
+* org/omg/Security/CommunicationDirectionHolder.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+// secure invocation policy applies
+public final class CommunicationDirectionHolder implements org.omg.CORBA.portable.Streamable
+{
+  public org.omg.Security.CommunicationDirection value = null;
+
+  public CommunicationDirectionHolder ()
+  {
+  }
+
+  public CommunicationDirectionHolder (org.omg.Security.CommunicationDirection initialValue)
+  {
+    value = initialValue;
+  }
+
+  public void _read (org.omg.CORBA.portable.InputStream i)
+  {
+    value = org.omg.Security.CommunicationDirectionHelper.read (i);
+  }
+
+  public void _write (org.omg.CORBA.portable.OutputStream o)
+  {
+    org.omg.Security.CommunicationDirectionHelper.write (o, value);
+  }
+
+  public org.omg.CORBA.TypeCode _type ()
+  {
+    return org.omg.Security.CommunicationDirectionHelper.type ();
+  }
+
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommunicationDirectionHolder.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommunicationDirectionHolder.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommunicationDirectionHolder.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CompositeDelegation.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CompositeDelegation.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CompositeDelegation.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CompositeDelegation.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,14 @@
+package org.omg.Security;
+
+
+/**
+* org/omg/Security/CompositeDelegation.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+public interface CompositeDelegation
+{
+  public static final short value = (short)(512);
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CompositeDelegation.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CompositeDelegation.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CompositeDelegation.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/Confidentiality.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/Confidentiality.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/Confidentiality.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/Confidentiality.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,14 @@
+package org.omg.Security;
+
+
+/**
+* org/omg/Security/Confidentiality.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+public interface Confidentiality
+{
+  public static final short value = (short)(4);
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/Confidentiality.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/Confidentiality.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/Confidentiality.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DCESecureInteroperability.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DCESecureInteroperability.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DCESecureInteroperability.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DCESecureInteroperability.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,14 @@
+package org.omg.Security;
+
+
+/**
+* org/omg/Security/DCESecureInteroperability.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+public interface DCESecureInteroperability
+{
+  public static final int value = (int)(9L);
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DCESecureInteroperability.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DCESecureInteroperability.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DCESecureInteroperability.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DayOfTheWeek.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DayOfTheWeek.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DayOfTheWeek.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DayOfTheWeek.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,50 @@
+package org.omg.Security;
+
+
+/**
+* org/omg/Security/DayOfTheWeek.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+public class DayOfTheWeek implements org.omg.CORBA.portable.IDLEntity
+{
+  private        int __value;
+  private static int __size = 7;
+  private static org.omg.Security.DayOfTheWeek[] __array = new org.omg.Security.DayOfTheWeek [__size];
+
+  public static final int _Monday = 0;
+  public static final org.omg.Security.DayOfTheWeek Monday = new org.omg.Security.DayOfTheWeek(_Monday);
+  public static final int _Tuesday = 1;
+  public static final org.omg.Security.DayOfTheWeek Tuesday = new org.omg.Security.DayOfTheWeek(_Tuesday);
+  public static final int _Wednesday = 2;
+  public static final org.omg.Security.DayOfTheWeek Wednesday = new org.omg.Security.DayOfTheWeek(_Wednesday);
+  public static final int _Thursday = 3;
+  public static final org.omg.Security.DayOfTheWeek Thursday = new org.omg.Security.DayOfTheWeek(_Thursday);
+  public static final int _Friday = 4;
+  public static final org.omg.Security.DayOfTheWeek Friday = new org.omg.Security.DayOfTheWeek(_Friday);
+  public static final int _Saturday = 5;
+  public static final org.omg.Security.DayOfTheWeek Saturday = new org.omg.Security.DayOfTheWeek(_Saturday);
+  public static final int _Sunday = 6;
+  public static final org.omg.Security.DayOfTheWeek Sunday = new org.omg.Security.DayOfTheWeek(_Sunday);
+
+  public int value ()
+  {
+    return __value;
+  }
+
+  public static org.omg.Security.DayOfTheWeek from_int (int value)
+  {
+    if (value >= 0 && value < __size)
+      return __array[value];
+    else
+      throw new org.omg.CORBA.BAD_PARAM ();
+  }
+
+  protected DayOfTheWeek (int value)
+  {
+    __value = value;
+    __array[__value] = this;
+  }
+} // class DayOfTheWeek

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DayOfTheWeek.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DayOfTheWeek.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DayOfTheWeek.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DayOfTheWeekHelper.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DayOfTheWeekHelper.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DayOfTheWeekHelper.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DayOfTheWeekHelper.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,53 @@
+package org.omg.Security;
+
+
+/**
+* org/omg/Security/DayOfTheWeekHelper.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+abstract public class DayOfTheWeekHelper
+{
+  private static String  _id = "IDL:omg.org/Security/DayOfTheWeek:1.0";
+
+  public static void insert (org.omg.CORBA.Any a, org.omg.Security.DayOfTheWeek that)
+  {
+    org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
+    a.type (type ());
+    write (out, that);
+    a.read_value (out.create_input_stream (), type ());
+  }
+
+  public static org.omg.Security.DayOfTheWeek extract (org.omg.CORBA.Any a)
+  {
+    return read (a.create_input_stream ());
+  }
+
+  private static org.omg.CORBA.TypeCode __typeCode = null;
+  synchronized public static org.omg.CORBA.TypeCode type ()
+  {
+    if (__typeCode == null)
+    {
+      __typeCode = org.omg.CORBA.ORB.init ().create_enum_tc (org.omg.Security.DayOfTheWeekHelper.id (), "DayOfTheWeek", new String[] { "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"} );
+    }
+    return __typeCode;
+  }
+
+  public static String id ()
+  {
+    return _id;
+  }
+
+  public static org.omg.Security.DayOfTheWeek read (org.omg.CORBA.portable.InputStream istream)
+  {
+    return org.omg.Security.DayOfTheWeek.from_int (istream.read_long ());
+  }
+
+  public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.Security.DayOfTheWeek value)
+  {
+    ostream.write_long (value.value ());
+  }
+
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DayOfTheWeekHelper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DayOfTheWeekHelper.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DayOfTheWeekHelper.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DayOfTheWeekHolder.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DayOfTheWeekHolder.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DayOfTheWeekHolder.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DayOfTheWeekHolder.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,38 @@
+package org.omg.Security;
+
+/**
+* org/omg/Security/DayOfTheWeekHolder.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+public final class DayOfTheWeekHolder implements org.omg.CORBA.portable.Streamable
+{
+  public org.omg.Security.DayOfTheWeek value = null;
+
+  public DayOfTheWeekHolder ()
+  {
+  }
+
+  public DayOfTheWeekHolder (org.omg.Security.DayOfTheWeek initialValue)
+  {
+    value = initialValue;
+  }
+
+  public void _read (org.omg.CORBA.portable.InputStream i)
+  {
+    value = org.omg.Security.DayOfTheWeekHelper.read (i);
+  }
+
+  public void _write (org.omg.CORBA.portable.OutputStream o)
+  {
+    org.omg.Security.DayOfTheWeekHelper.write (o, value);
+  }
+
+  public org.omg.CORBA.TypeCode _type ()
+  {
+    return org.omg.Security.DayOfTheWeekHelper.type ();
+  }
+
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DayOfTheWeekHolder.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DayOfTheWeekHolder.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DayOfTheWeekHolder.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DayOfWeek.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DayOfWeek.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DayOfWeek.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DayOfWeek.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,14 @@
+package org.omg.Security;
+
+
+/**
+* org/omg/Security/DayOfWeek.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+public interface DayOfWeek
+{
+  public static final int value = (int)(7L);
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DayOfWeek.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DayOfWeek.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DayOfWeek.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationDirective.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationDirective.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationDirective.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationDirective.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,40 @@
+package org.omg.Security;
+
+
+/**
+* org/omg/Security/DelegationDirective.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+public class DelegationDirective implements org.omg.CORBA.portable.IDLEntity
+{
+  private        int __value;
+  private static int __size = 2;
+  private static org.omg.Security.DelegationDirective[] __array = new org.omg.Security.DelegationDirective [__size];
+
+  public static final int _Delegate = 0;
+  public static final org.omg.Security.DelegationDirective Delegate = new org.omg.Security.DelegationDirective(_Delegate);
+  public static final int _NoDelegate = 1;
+  public static final org.omg.Security.DelegationDirective NoDelegate = new org.omg.Security.DelegationDirective(_NoDelegate);
+
+  public int value ()
+  {
+    return __value;
+  }
+
+  public static org.omg.Security.DelegationDirective from_int (int value)
+  {
+    if (value >= 0 && value < __size)
+      return __array[value];
+    else
+      throw new org.omg.CORBA.BAD_PARAM ();
+  }
+
+  protected DelegationDirective (int value)
+  {
+    __value = value;
+    __array[__value] = this;
+  }
+} // class DelegationDirective

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationDirective.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationDirective.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationDirective.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationDirectiveHelper.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationDirectiveHelper.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationDirectiveHelper.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationDirectiveHelper.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,53 @@
+package org.omg.Security;
+
+
+/**
+* org/omg/Security/DelegationDirectiveHelper.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+abstract public class DelegationDirectiveHelper
+{
+  private static String  _id = "IDL:omg.org/Security/DelegationDirective:1.0";
+
+  public static void insert (org.omg.CORBA.Any a, org.omg.Security.DelegationDirective that)
+  {
+    org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
+    a.type (type ());
+    write (out, that);
+    a.read_value (out.create_input_stream (), type ());
+  }
+
+  public static org.omg.Security.DelegationDirective extract (org.omg.CORBA.Any a)
+  {
+    return read (a.create_input_stream ());
+  }
+
+  private static org.omg.CORBA.TypeCode __typeCode = null;
+  synchronized public static org.omg.CORBA.TypeCode type ()
+  {
+    if (__typeCode == null)
+    {
+      __typeCode = org.omg.CORBA.ORB.init ().create_enum_tc (org.omg.Security.DelegationDirectiveHelper.id (), "DelegationDirective", new String[] { "Delegate", "NoDelegate"} );
+    }
+    return __typeCode;
+  }
+
+  public static String id ()
+  {
+    return _id;
+  }
+
+  public static org.omg.Security.DelegationDirective read (org.omg.CORBA.portable.InputStream istream)
+  {
+    return org.omg.Security.DelegationDirective.from_int (istream.read_long ());
+  }
+
+  public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.Security.DelegationDirective value)
+  {
+    ostream.write_long (value.value ());
+  }
+
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationDirectiveHelper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationDirectiveHelper.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationDirectiveHelper.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationDirectiveHolder.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationDirectiveHolder.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationDirectiveHolder.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationDirectiveHolder.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,38 @@
+package org.omg.Security;
+
+/**
+* org/omg/Security/DelegationDirectiveHolder.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+public final class DelegationDirectiveHolder implements org.omg.CORBA.portable.Streamable
+{
+  public org.omg.Security.DelegationDirective value = null;
+
+  public DelegationDirectiveHolder ()
+  {
+  }
+
+  public DelegationDirectiveHolder (org.omg.Security.DelegationDirective initialValue)
+  {
+    value = initialValue;
+  }
+
+  public void _read (org.omg.CORBA.portable.InputStream i)
+  {
+    value = org.omg.Security.DelegationDirectiveHelper.read (i);
+  }
+
+  public void _write (org.omg.CORBA.portable.OutputStream o)
+  {
+    org.omg.Security.DelegationDirectiveHelper.write (o, value);
+  }
+
+  public org.omg.CORBA.TypeCode _type ()
+  {
+    return org.omg.Security.DelegationDirectiveHelper.type ();
+  }
+
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationDirectiveHolder.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationDirectiveHolder.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationDirectiveHolder.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationMode.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationMode.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationMode.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationMode.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,44 @@
+package org.omg.Security;
+
+
+/**
+* org/omg/Security/DelegationMode.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+// Delegation mode which can be administered
+public class DelegationMode implements org.omg.CORBA.portable.IDLEntity
+{
+  private        int __value;
+  private static int __size = 3;
+  private static org.omg.Security.DelegationMode[] __array = new org.omg.Security.DelegationMode [__size];
+
+  public static final int _SecDelModeNoDelegation = 0;
+  public static final org.omg.Security.DelegationMode SecDelModeNoDelegation = new org.omg.Security.DelegationMode(_SecDelModeNoDelegation);
+  public static final int _SecDelModeSimpleDelegation = 1;
+  public static final org.omg.Security.DelegationMode SecDelModeSimpleDelegation = new org.omg.Security.DelegationMode(_SecDelModeSimpleDelegation);
+  public static final int _SecDelModeCompositeDelegation = 2;
+  public static final org.omg.Security.DelegationMode SecDelModeCompositeDelegation = new org.omg.Security.DelegationMode(_SecDelModeCompositeDelegation);
+
+  public int value ()
+  {
+    return __value;
+  }
+
+  public static org.omg.Security.DelegationMode from_int (int value)
+  {
+    if (value >= 0 && value < __size)
+      return __array[value];
+    else
+      throw new org.omg.CORBA.BAD_PARAM ();
+  }
+
+  protected DelegationMode (int value)
+  {
+    __value = value;
+    __array[__value] = this;
+  }
+} // class DelegationMode

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationMode.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationMode.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationMode.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationModeHelper.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationModeHelper.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationModeHelper.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationModeHelper.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,55 @@
+package org.omg.Security;
+
+
+/**
+* org/omg/Security/DelegationModeHelper.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+// Delegation mode which can be administered
+abstract public class DelegationModeHelper
+{
+  private static String  _id = "IDL:omg.org/Security/DelegationMode:1.0";
+
+  public static void insert (org.omg.CORBA.Any a, org.omg.Security.DelegationMode that)
+  {
+    org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
+    a.type (type ());
+    write (out, that);
+    a.read_value (out.create_input_stream (), type ());
+  }
+
+  public static org.omg.Security.DelegationMode extract (org.omg.CORBA.Any a)
+  {
+    return read (a.create_input_stream ());
+  }
+
+  private static org.omg.CORBA.TypeCode __typeCode = null;
+  synchronized public static org.omg.CORBA.TypeCode type ()
+  {
+    if (__typeCode == null)
+    {
+      __typeCode = org.omg.CORBA.ORB.init ().create_enum_tc (org.omg.Security.DelegationModeHelper.id (), "DelegationMode", new String[] { "SecDelModeNoDelegation", "SecDelModeSimpleDelegation", "SecDelModeCompositeDelegation"} );
+    }
+    return __typeCode;
+  }
+
+  public static String id ()
+  {
+    return _id;
+  }
+
+  public static org.omg.Security.DelegationMode read (org.omg.CORBA.portable.InputStream istream)
+  {
+    return org.omg.Security.DelegationMode.from_int (istream.read_long ());
+  }
+
+  public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.Security.DelegationMode value)
+  {
+    ostream.write_long (value.value ());
+  }
+
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationModeHelper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationModeHelper.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationModeHelper.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationModeHolder.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationModeHolder.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationModeHolder.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationModeHolder.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,40 @@
+package org.omg.Security;
+
+/**
+* org/omg/Security/DelegationModeHolder.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+// Delegation mode which can be administered
+public final class DelegationModeHolder implements org.omg.CORBA.portable.Streamable
+{
+  public org.omg.Security.DelegationMode value = null;
+
+  public DelegationModeHolder ()
+  {
+  }
+
+  public DelegationModeHolder (org.omg.Security.DelegationMode initialValue)
+  {
+    value = initialValue;
+  }
+
+  public void _read (org.omg.CORBA.portable.InputStream i)
+  {
+    value = org.omg.Security.DelegationModeHelper.read (i);
+  }
+
+  public void _write (org.omg.CORBA.portable.OutputStream o)
+  {
+    org.omg.Security.DelegationModeHelper.write (o, value);
+  }
+
+  public org.omg.CORBA.TypeCode _type ()
+  {
+    return org.omg.Security.DelegationModeHelper.type ();
+  }
+
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationModeHolder.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationModeHolder.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationModeHolder.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationState.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationState.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationState.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationState.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,42 @@
+package org.omg.Security;
+
+
+/**
+* org/omg/Security/DelegationState.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+// Delegation related
+public class DelegationState implements org.omg.CORBA.portable.IDLEntity
+{
+  private        int __value;
+  private static int __size = 2;
+  private static org.omg.Security.DelegationState[] __array = new org.omg.Security.DelegationState [__size];
+
+  public static final int _SecInitiator = 0;
+  public static final org.omg.Security.DelegationState SecInitiator = new org.omg.Security.DelegationState(_SecInitiator);
+  public static final int _SecDelegate = 1;
+  public static final org.omg.Security.DelegationState SecDelegate = new org.omg.Security.DelegationState(_SecDelegate);
+
+  public int value ()
+  {
+    return __value;
+  }
+
+  public static org.omg.Security.DelegationState from_int (int value)
+  {
+    if (value >= 0 && value < __size)
+      return __array[value];
+    else
+      throw new org.omg.CORBA.BAD_PARAM ();
+  }
+
+  protected DelegationState (int value)
+  {
+    __value = value;
+    __array[__value] = this;
+  }
+} // class DelegationState

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationState.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationState.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationState.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationStateHelper.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationStateHelper.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationStateHelper.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationStateHelper.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,55 @@
+package org.omg.Security;
+
+
+/**
+* org/omg/Security/DelegationStateHelper.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+// Delegation related
+abstract public class DelegationStateHelper
+{
+  private static String  _id = "IDL:omg.org/Security/DelegationState:1.0";
+
+  public static void insert (org.omg.CORBA.Any a, org.omg.Security.DelegationState that)
+  {
+    org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
+    a.type (type ());
+    write (out, that);
+    a.read_value (out.create_input_stream (), type ());
+  }
+
+  public static org.omg.Security.DelegationState extract (org.omg.CORBA.Any a)
+  {
+    return read (a.create_input_stream ());
+  }
+
+  private static org.omg.CORBA.TypeCode __typeCode = null;
+  synchronized public static org.omg.CORBA.TypeCode type ()
+  {
+    if (__typeCode == null)
+    {
+      __typeCode = org.omg.CORBA.ORB.init ().create_enum_tc (org.omg.Security.DelegationStateHelper.id (), "DelegationState", new String[] { "SecInitiator", "SecDelegate"} );
+    }
+    return __typeCode;
+  }
+
+  public static String id ()
+  {
+    return _id;
+  }
+
+  public static org.omg.Security.DelegationState read (org.omg.CORBA.portable.InputStream istream)
+  {
+    return org.omg.Security.DelegationState.from_int (istream.read_long ());
+  }
+
+  public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.Security.DelegationState value)
+  {
+    ostream.write_long (value.value ());
+  }
+
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationStateHelper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationStateHelper.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationStateHelper.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationStateHolder.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationStateHolder.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationStateHolder.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationStateHolder.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,40 @@
+package org.omg.Security;
+
+/**
+* org/omg/Security/DelegationStateHolder.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+// Delegation related
+public final class DelegationStateHolder implements org.omg.CORBA.portable.Streamable
+{
+  public org.omg.Security.DelegationState value = null;
+
+  public DelegationStateHolder ()
+  {
+  }
+
+  public DelegationStateHolder (org.omg.Security.DelegationState initialValue)
+  {
+    value = initialValue;
+  }
+
+  public void _read (org.omg.CORBA.portable.InputStream i)
+  {
+    value = org.omg.Security.DelegationStateHelper.read (i);
+  }
+
+  public void _write (org.omg.CORBA.portable.OutputStream o)
+  {
+    org.omg.Security.DelegationStateHelper.write (o, value);
+  }
+
+  public org.omg.CORBA.TypeCode _type ()
+  {
+    return org.omg.Security.DelegationStateHelper.type ();
+  }
+
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationStateHolder.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationStateHolder.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationStateHolder.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DetectMisordering.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DetectMisordering.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DetectMisordering.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DetectMisordering.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,14 @@
+package org.omg.Security;
+
+
+/**
+* org/omg/Security/DetectMisordering.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+public interface DetectMisordering
+{
+  public static final short value = (short)(16);
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DetectMisordering.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DetectMisordering.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DetectMisordering.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DetectReplay.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DetectReplay.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DetectReplay.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DetectReplay.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,14 @@
+package org.omg.Security;
+
+
+/**
+* org/omg/Security/DetectReplay.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+public interface DetectReplay
+{
+  public static final short value = (short)(8);
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DetectReplay.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DetectReplay.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DetectReplay.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EstablishTrust.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EstablishTrust.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EstablishTrust.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EstablishTrust.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,26 @@
+package org.omg.Security;
+
+
+/**
+* org/omg/Security/EstablishTrust.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+public final class EstablishTrust implements org.omg.CORBA.portable.IDLEntity
+{
+  public boolean trust_in_client = false;
+  public boolean trust_in_target = false;
+
+  public EstablishTrust ()
+  {
+  } // ctor
+
+  public EstablishTrust (boolean _trust_in_client, boolean _trust_in_target)
+  {
+    trust_in_client = _trust_in_client;
+    trust_in_target = _trust_in_target;
+  } // ctor
+
+} // class EstablishTrust

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EstablishTrust.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EstablishTrust.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EstablishTrust.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EstablishTrustHelper.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EstablishTrustHelper.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EstablishTrustHelper.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EstablishTrustHelper.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,82 @@
+package org.omg.Security;
+
+
+/**
+* org/omg/Security/EstablishTrustHelper.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+abstract public class EstablishTrustHelper
+{
+  private static String  _id = "IDL:omg.org/Security/EstablishTrust:1.0";
+
+  public static void insert (org.omg.CORBA.Any a, org.omg.Security.EstablishTrust that)
+  {
+    org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
+    a.type (type ());
+    write (out, that);
+    a.read_value (out.create_input_stream (), type ());
+  }
+
+  public static org.omg.Security.EstablishTrust extract (org.omg.CORBA.Any a)
+  {
+    return read (a.create_input_stream ());
+  }
+
+  private static org.omg.CORBA.TypeCode __typeCode = null;
+  private static boolean __active = false;
+  synchronized public static org.omg.CORBA.TypeCode type ()
+  {
+    if (__typeCode == null)
+    {
+      synchronized (org.omg.CORBA.TypeCode.class)
+      {
+        if (__typeCode == null)
+        {
+          if (__active)
+          {
+            return org.omg.CORBA.ORB.init().create_recursive_tc ( _id );
+          }
+          __active = true;
+          org.omg.CORBA.StructMember[] _members0 = new org.omg.CORBA.StructMember [2];
+          org.omg.CORBA.TypeCode _tcOf_members0 = null;
+          _tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_boolean);
+          _members0[0] = new org.omg.CORBA.StructMember (
+            "trust_in_client",
+            _tcOf_members0,
+            null);
+          _tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_boolean);
+          _members0[1] = new org.omg.CORBA.StructMember (
+            "trust_in_target",
+            _tcOf_members0,
+            null);
+          __typeCode = org.omg.CORBA.ORB.init ().create_struct_tc (org.omg.Security.EstablishTrustHelper.id (), "EstablishTrust", _members0);
+          __active = false;
+        }
+      }
+    }
+    return __typeCode;
+  }
+
+  public static String id ()
+  {
+    return _id;
+  }
+
+  public static org.omg.Security.EstablishTrust read (org.omg.CORBA.portable.InputStream istream)
+  {
+    org.omg.Security.EstablishTrust value = new org.omg.Security.EstablishTrust ();
+    value.trust_in_client = istream.read_boolean ();
+    value.trust_in_target = istream.read_boolean ();
+    return value;
+  }
+
+  public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.Security.EstablishTrust value)
+  {
+    ostream.write_boolean (value.trust_in_client);
+    ostream.write_boolean (value.trust_in_target);
+  }
+
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EstablishTrustHelper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EstablishTrustHelper.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EstablishTrustHelper.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EstablishTrustHolder.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EstablishTrustHolder.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EstablishTrustHolder.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EstablishTrustHolder.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,38 @@
+package org.omg.Security;
+
+/**
+* org/omg/Security/EstablishTrustHolder.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+public final class EstablishTrustHolder implements org.omg.CORBA.portable.Streamable
+{
+  public org.omg.Security.EstablishTrust value = null;
+
+  public EstablishTrustHolder ()
+  {
+  }
+
+  public EstablishTrustHolder (org.omg.Security.EstablishTrust initialValue)
+  {
+    value = initialValue;
+  }
+
+  public void _read (org.omg.CORBA.portable.InputStream i)
+  {
+    value = org.omg.Security.EstablishTrustHelper.read (i);
+  }
+
+  public void _write (org.omg.CORBA.portable.OutputStream o)
+  {
+    org.omg.Security.EstablishTrustHelper.write (o, value);
+  }
+
+  public org.omg.CORBA.TypeCode _type ()
+  {
+    return org.omg.Security.EstablishTrustHelper.type ();
+  }
+
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EstablishTrustHolder.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EstablishTrustHolder.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EstablishTrustHolder.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EstablishTrustInClient.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EstablishTrustInClient.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EstablishTrustInClient.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EstablishTrustInClient.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,14 @@
+package org.omg.Security;
+
+
+/**
+* org/omg/Security/EstablishTrustInClient.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+public interface EstablishTrustInClient
+{
+  public static final short value = (short)(64);
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EstablishTrustInClient.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EstablishTrustInClient.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EstablishTrustInClient.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EstablishTrustInTarget.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EstablishTrustInTarget.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EstablishTrustInTarget.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EstablishTrustInTarget.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,14 @@
+package org.omg.Security;
+
+
+/**
+* org/omg/Security/EstablishTrustInTarget.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+public interface EstablishTrustInTarget
+{
+  public static final short value = (short)(32);
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EstablishTrustInTarget.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EstablishTrustInTarget.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EstablishTrustInTarget.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EventTypeHelper.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EventTypeHelper.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EventTypeHelper.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EventTypeHelper.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,56 @@
+package org.omg.Security;
+
+
+/**
+* org/omg/Security/EventTypeHelper.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+abstract public class EventTypeHelper
+{
+  private static String  _id = "IDL:omg.org/Security/EventType:1.0";
+
+  public static void insert (org.omg.CORBA.Any a, short that)
+  {
+    org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
+    a.type (type ());
+    write (out, that);
+    a.read_value (out.create_input_stream (), type ());
+  }
+
+  public static short extract (org.omg.CORBA.Any a)
+  {
+    return read (a.create_input_stream ());
+  }
+
+  private static org.omg.CORBA.TypeCode __typeCode = null;
+  synchronized public static org.omg.CORBA.TypeCode type ()
+  {
+    if (__typeCode == null)
+    {
+      __typeCode = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ushort);
+      __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.Security.EventTypeHelper.id (), "EventType", __typeCode);
+    }
+    return __typeCode;
+  }
+
+  public static String id ()
+  {
+    return _id;
+  }
+
+  public static short read (org.omg.CORBA.portable.InputStream istream)
+  {
+    short value = (short)0;
+    value = istream.read_ushort ();
+    return value;
+  }
+
+  public static void write (org.omg.CORBA.portable.OutputStream ostream, short value)
+  {
+    ostream.write_ushort (value);
+  }
+
+}

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EventTypeHelper.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EventTypeHelper.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EventTypeHelper.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/ExtensibleFamily.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/ExtensibleFamily.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/ExtensibleFamily.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/ExtensibleFamily.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,26 @@
+package org.omg.Security;
+
+
+/**
+* org/omg/Security/ExtensibleFamily.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+public final class ExtensibleFamily implements org.omg.CORBA.portable.IDLEntity
+{
+  public short family_definer = (short)0;
+  public short family = (short)0;
+
+  public ExtensibleFamily ()
+  {
+  } // ctor
+
+  public ExtensibleFamily (short _family_definer, short _family)
+  {
+    family_definer = _family_definer;
+    family = _family;
+  } // ctor
+
+} // class ExtensibleFamily

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/ExtensibleFamily.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/ExtensibleFamily.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/ExtensibleFamily.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain