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 [21/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/SecurityLevel2/DelegationDirectivePolicyOperations.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/DelegationDirectivePolicyOperations.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/DelegationDirectivePolicyOperations.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/DelegationDirectivePolicyOperations.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,16 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/DelegationDirectivePolicyOperations.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:59 AM PST
+*/
+
+
+/* */
+public interface DelegationDirectivePolicyOperations  extends org.omg.CORBA.PolicyOperations
+{
+  org.omg.Security.DelegationDirective delegation_directive ();
+} // interface DelegationDirectivePolicyOperations

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

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

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

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/DelegationDirectivePolicyPOA.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/DelegationDirectivePolicyPOA.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/DelegationDirectivePolicyPOA.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/DelegationDirectivePolicyPOA.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,103 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/DelegationDirectivePolicyPOA.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:59 AM PST
+*/
+
+
+/* */
+public abstract class DelegationDirectivePolicyPOA extends org.omg.PortableServer.Servant
+ implements org.omg.SecurityLevel2.DelegationDirectivePolicyOperations, org.omg.CORBA.portable.InvokeHandler
+{
+
+  // Constructors
+
+  private static java.util.Hashtable _methods = new java.util.Hashtable ();
+  static
+  {
+    _methods.put ("_get_delegation_directive", new java.lang.Integer (0));
+    _methods.put ("_get_policy_type", new java.lang.Integer (1));
+    _methods.put ("copy", new java.lang.Integer (2));
+    _methods.put ("destroy", new java.lang.Integer (3));
+  }
+
+  public org.omg.CORBA.portable.OutputStream _invoke (String $method,
+                                org.omg.CORBA.portable.InputStream in,
+                                org.omg.CORBA.portable.ResponseHandler $rh)
+  {
+    org.omg.CORBA.portable.OutputStream out = null;
+    java.lang.Integer __method = (java.lang.Integer)_methods.get ($method);
+    if (__method == null)
+      throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
+
+    switch (__method.intValue ())
+    {
+       case 0:  // SecurityLevel2/DelegationDirectivePolicy/_get_delegation_directive
+       {
+         org.omg.Security.DelegationDirective $result = null;
+         $result = this.delegation_directive ();
+         out = $rh.createReply();
+         org.omg.Security.DelegationDirectiveHelper.write (out, $result);
+         break;
+       }
+
+       case 1:  // org/omg/CORBA/Policy/_get_policy_type
+       {
+         int $result = (int)0;
+         $result = this.policy_type ();
+         out = $rh.createReply();
+         out.write_ulong ($result);
+         break;
+       }
+
+       case 2:  // org/omg/CORBA/Policy/copy
+       {
+         org.omg.CORBA.Policy $result = null;
+         $result = this.copy ();
+         out = $rh.createReply();
+         org.omg.CORBA.PolicyHelper.write (out, $result);
+         break;
+       }
+
+       case 3:  // org/omg/CORBA/Policy/destroy
+       {
+         this.destroy ();
+         out = $rh.createReply();
+         break;
+       }
+
+       default:
+         throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
+    }
+
+    return out;
+  } // _invoke
+
+  // Type-specific CORBA::Object operations
+  private static String[] __ids = {
+    "IDL:SecurityLevel2/DelegationDirectivePolicy:1.0", 
+    "IDL:CORBA/Policy:1.0"};
+
+  public String[] _all_interfaces (org.omg.PortableServer.POA poa, byte[] objectId)
+  {
+    return (String[])__ids.clone ();
+  }
+
+  public DelegationDirectivePolicy _this() 
+  {
+    return DelegationDirectivePolicyHelper.narrow(
+    super._this_object());
+  }
+
+  public DelegationDirectivePolicy _this(org.omg.CORBA.ORB orb) 
+  {
+    return DelegationDirectivePolicyHelper.narrow(
+    super._this_object(orb));
+  }
+
+
+} // class DelegationDirectivePolicyPOA

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

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

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

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/EstablishTrustPolicy.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/EstablishTrustPolicy.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/EstablishTrustPolicy.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/EstablishTrustPolicy.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,15 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/EstablishTrustPolicy.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:59 AM PST
+*/
+
+
+/* */
+public interface EstablishTrustPolicy extends EstablishTrustPolicyOperations, org.omg.CORBA.Policy, org.omg.CORBA.portable.IDLEntity 
+{
+} // interface EstablishTrustPolicy

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

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

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

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/EstablishTrustPolicyHelper.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/EstablishTrustPolicyHelper.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/EstablishTrustPolicyHelper.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/EstablishTrustPolicyHelper.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,87 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/EstablishTrustPolicyHelper.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:59 AM PST
+*/
+
+
+/* */
+abstract public class EstablishTrustPolicyHelper
+{
+  private static String  _id = "IDL:SecurityLevel2/EstablishTrustPolicy:1.0";
+
+  public static void insert (org.omg.CORBA.Any a, org.omg.SecurityLevel2.EstablishTrustPolicy 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.SecurityLevel2.EstablishTrustPolicy 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_interface_tc (org.omg.SecurityLevel2.EstablishTrustPolicyHelper.id (), "EstablishTrustPolicy");
+    }
+    return __typeCode;
+  }
+
+  public static String id ()
+  {
+    return _id;
+  }
+
+  public static org.omg.SecurityLevel2.EstablishTrustPolicy read (org.omg.CORBA.portable.InputStream istream)
+  {
+    return narrow (istream.read_Object (_EstablishTrustPolicyStub.class));
+  }
+
+  public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.SecurityLevel2.EstablishTrustPolicy value)
+  {
+    ostream.write_Object ((org.omg.CORBA.Object) value);
+  }
+
+  public static org.omg.SecurityLevel2.EstablishTrustPolicy narrow (org.omg.CORBA.Object obj)
+  {
+    if (obj == null)
+      return null;
+    else if (obj instanceof org.omg.SecurityLevel2.EstablishTrustPolicy)
+      return (org.omg.SecurityLevel2.EstablishTrustPolicy)obj;
+    else if (!obj._is_a (id ()))
+      throw new org.omg.CORBA.BAD_PARAM ();
+    else
+    {
+      org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
+      org.omg.SecurityLevel2._EstablishTrustPolicyStub stub = new org.omg.SecurityLevel2._EstablishTrustPolicyStub ();
+      stub._set_delegate(delegate);
+      return stub;
+    }
+  }
+
+  public static org.omg.SecurityLevel2.EstablishTrustPolicy unchecked_narrow (org.omg.CORBA.Object obj)
+  {
+    if (obj == null)
+      return null;
+    else if (obj instanceof org.omg.SecurityLevel2.EstablishTrustPolicy)
+      return (org.omg.SecurityLevel2.EstablishTrustPolicy)obj;
+    else
+    {
+      org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
+      org.omg.SecurityLevel2._EstablishTrustPolicyStub stub = new org.omg.SecurityLevel2._EstablishTrustPolicyStub ();
+      stub._set_delegate(delegate);
+      return stub;
+    }
+  }
+
+}

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

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

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

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

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

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

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

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

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

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

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

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/EstablishTrustPolicyPOA.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/EstablishTrustPolicyPOA.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/EstablishTrustPolicyPOA.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/EstablishTrustPolicyPOA.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,103 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/EstablishTrustPolicyPOA.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:59 AM PST
+*/
+
+
+/* */
+public abstract class EstablishTrustPolicyPOA extends org.omg.PortableServer.Servant
+ implements org.omg.SecurityLevel2.EstablishTrustPolicyOperations, org.omg.CORBA.portable.InvokeHandler
+{
+
+  // Constructors
+
+  private static java.util.Hashtable _methods = new java.util.Hashtable ();
+  static
+  {
+    _methods.put ("_get_trust", new java.lang.Integer (0));
+    _methods.put ("_get_policy_type", new java.lang.Integer (1));
+    _methods.put ("copy", new java.lang.Integer (2));
+    _methods.put ("destroy", new java.lang.Integer (3));
+  }
+
+  public org.omg.CORBA.portable.OutputStream _invoke (String $method,
+                                org.omg.CORBA.portable.InputStream in,
+                                org.omg.CORBA.portable.ResponseHandler $rh)
+  {
+    org.omg.CORBA.portable.OutputStream out = null;
+    java.lang.Integer __method = (java.lang.Integer)_methods.get ($method);
+    if (__method == null)
+      throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
+
+    switch (__method.intValue ())
+    {
+       case 0:  // SecurityLevel2/EstablishTrustPolicy/_get_trust
+       {
+         org.omg.Security.EstablishTrust $result = null;
+         $result = this.trust ();
+         out = $rh.createReply();
+         org.omg.Security.EstablishTrustHelper.write (out, $result);
+         break;
+       }
+
+       case 1:  // org/omg/CORBA/Policy/_get_policy_type
+       {
+         int $result = (int)0;
+         $result = this.policy_type ();
+         out = $rh.createReply();
+         out.write_ulong ($result);
+         break;
+       }
+
+       case 2:  // org/omg/CORBA/Policy/copy
+       {
+         org.omg.CORBA.Policy $result = null;
+         $result = this.copy ();
+         out = $rh.createReply();
+         org.omg.CORBA.PolicyHelper.write (out, $result);
+         break;
+       }
+
+       case 3:  // org/omg/CORBA/Policy/destroy
+       {
+         this.destroy ();
+         out = $rh.createReply();
+         break;
+       }
+
+       default:
+         throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
+    }
+
+    return out;
+  } // _invoke
+
+  // Type-specific CORBA::Object operations
+  private static String[] __ids = {
+    "IDL:SecurityLevel2/EstablishTrustPolicy:1.0", 
+    "IDL:CORBA/Policy:1.0"};
+
+  public String[] _all_interfaces (org.omg.PortableServer.POA poa, byte[] objectId)
+  {
+    return (String[])__ids.clone ();
+  }
+
+  public EstablishTrustPolicy _this() 
+  {
+    return EstablishTrustPolicyHelper.narrow(
+    super._this_object());
+  }
+
+  public EstablishTrustPolicy _this(org.omg.CORBA.ORB orb) 
+  {
+    return EstablishTrustPolicyHelper.narrow(
+    super._this_object(orb));
+  }
+
+
+} // class EstablishTrustPolicyPOA

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

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

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

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/InvocationCredentialsPolicy.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/InvocationCredentialsPolicy.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/InvocationCredentialsPolicy.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/InvocationCredentialsPolicy.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,15 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/InvocationCredentialsPolicy.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:59 AM PST
+*/
+
+
+/* */
+public interface InvocationCredentialsPolicy extends InvocationCredentialsPolicyOperations, org.omg.CORBA.Policy, org.omg.CORBA.portable.IDLEntity 
+{
+} // interface InvocationCredentialsPolicy

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

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

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

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/InvocationCredentialsPolicyHelper.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/InvocationCredentialsPolicyHelper.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/InvocationCredentialsPolicyHelper.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/InvocationCredentialsPolicyHelper.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,87 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/InvocationCredentialsPolicyHelper.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:59 AM PST
+*/
+
+
+/* */
+abstract public class InvocationCredentialsPolicyHelper
+{
+  private static String  _id = "IDL:SecurityLevel2/InvocationCredentialsPolicy:1.0";
+
+  public static void insert (org.omg.CORBA.Any a, org.omg.SecurityLevel2.InvocationCredentialsPolicy 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.SecurityLevel2.InvocationCredentialsPolicy 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_interface_tc (org.omg.SecurityLevel2.InvocationCredentialsPolicyHelper.id (), "InvocationCredentialsPolicy");
+    }
+    return __typeCode;
+  }
+
+  public static String id ()
+  {
+    return _id;
+  }
+
+  public static org.omg.SecurityLevel2.InvocationCredentialsPolicy read (org.omg.CORBA.portable.InputStream istream)
+  {
+    return narrow (istream.read_Object (_InvocationCredentialsPolicyStub.class));
+  }
+
+  public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.SecurityLevel2.InvocationCredentialsPolicy value)
+  {
+    ostream.write_Object ((org.omg.CORBA.Object) value);
+  }
+
+  public static org.omg.SecurityLevel2.InvocationCredentialsPolicy narrow (org.omg.CORBA.Object obj)
+  {
+    if (obj == null)
+      return null;
+    else if (obj instanceof org.omg.SecurityLevel2.InvocationCredentialsPolicy)
+      return (org.omg.SecurityLevel2.InvocationCredentialsPolicy)obj;
+    else if (!obj._is_a (id ()))
+      throw new org.omg.CORBA.BAD_PARAM ();
+    else
+    {
+      org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
+      org.omg.SecurityLevel2._InvocationCredentialsPolicyStub stub = new org.omg.SecurityLevel2._InvocationCredentialsPolicyStub ();
+      stub._set_delegate(delegate);
+      return stub;
+    }
+  }
+
+  public static org.omg.SecurityLevel2.InvocationCredentialsPolicy unchecked_narrow (org.omg.CORBA.Object obj)
+  {
+    if (obj == null)
+      return null;
+    else if (obj instanceof org.omg.SecurityLevel2.InvocationCredentialsPolicy)
+      return (org.omg.SecurityLevel2.InvocationCredentialsPolicy)obj;
+    else
+    {
+      org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
+      org.omg.SecurityLevel2._InvocationCredentialsPolicyStub stub = new org.omg.SecurityLevel2._InvocationCredentialsPolicyStub ();
+      stub._set_delegate(delegate);
+      return stub;
+    }
+  }
+
+}

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

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

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

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

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

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

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

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/InvocationCredentialsPolicyOperations.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/InvocationCredentialsPolicyOperations.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/InvocationCredentialsPolicyOperations.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/InvocationCredentialsPolicyOperations.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,16 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/InvocationCredentialsPolicyOperations.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:59 AM PST
+*/
+
+
+/* */
+public interface InvocationCredentialsPolicyOperations  extends org.omg.CORBA.PolicyOperations
+{
+  org.omg.SecurityLevel2.Credentials[] creds ();
+} // interface InvocationCredentialsPolicyOperations

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

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

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

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/InvocationCredentialsPolicyPOA.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/InvocationCredentialsPolicyPOA.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/InvocationCredentialsPolicyPOA.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/InvocationCredentialsPolicyPOA.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,103 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/InvocationCredentialsPolicyPOA.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:59 AM PST
+*/
+
+
+/* */
+public abstract class InvocationCredentialsPolicyPOA extends org.omg.PortableServer.Servant
+ implements org.omg.SecurityLevel2.InvocationCredentialsPolicyOperations, org.omg.CORBA.portable.InvokeHandler
+{
+
+  // Constructors
+
+  private static java.util.Hashtable _methods = new java.util.Hashtable ();
+  static
+  {
+    _methods.put ("_get_creds", new java.lang.Integer (0));
+    _methods.put ("_get_policy_type", new java.lang.Integer (1));
+    _methods.put ("copy", new java.lang.Integer (2));
+    _methods.put ("destroy", new java.lang.Integer (3));
+  }
+
+  public org.omg.CORBA.portable.OutputStream _invoke (String $method,
+                                org.omg.CORBA.portable.InputStream in,
+                                org.omg.CORBA.portable.ResponseHandler $rh)
+  {
+    org.omg.CORBA.portable.OutputStream out = null;
+    java.lang.Integer __method = (java.lang.Integer)_methods.get ($method);
+    if (__method == null)
+      throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
+
+    switch (__method.intValue ())
+    {
+       case 0:  // SecurityLevel2/InvocationCredentialsPolicy/_get_creds
+       {
+         org.omg.SecurityLevel2.Credentials $result[] = null;
+         $result = this.creds ();
+         out = $rh.createReply();
+         org.omg.SecurityLevel2.CredentialsListHelper.write (out, $result);
+         break;
+       }
+
+       case 1:  // org/omg/CORBA/Policy/_get_policy_type
+       {
+         int $result = (int)0;
+         $result = this.policy_type ();
+         out = $rh.createReply();
+         out.write_ulong ($result);
+         break;
+       }
+
+       case 2:  // org/omg/CORBA/Policy/copy
+       {
+         org.omg.CORBA.Policy $result = null;
+         $result = this.copy ();
+         out = $rh.createReply();
+         org.omg.CORBA.PolicyHelper.write (out, $result);
+         break;
+       }
+
+       case 3:  // org/omg/CORBA/Policy/destroy
+       {
+         this.destroy ();
+         out = $rh.createReply();
+         break;
+       }
+
+       default:
+         throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
+    }
+
+    return out;
+  } // _invoke
+
+  // Type-specific CORBA::Object operations
+  private static String[] __ids = {
+    "IDL:SecurityLevel2/InvocationCredentialsPolicy:1.0", 
+    "IDL:CORBA/Policy:1.0"};
+
+  public String[] _all_interfaces (org.omg.PortableServer.POA poa, byte[] objectId)
+  {
+    return (String[])__ids.clone ();
+  }
+
+  public InvocationCredentialsPolicy _this() 
+  {
+    return InvocationCredentialsPolicyHelper.narrow(
+    super._this_object());
+  }
+
+  public InvocationCredentialsPolicy _this(org.omg.CORBA.ORB orb) 
+  {
+    return InvocationCredentialsPolicyHelper.narrow(
+    super._this_object(orb));
+  }
+
+
+} // class InvocationCredentialsPolicyPOA

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

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

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

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/MechanismPolicy.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/MechanismPolicy.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/MechanismPolicy.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/MechanismPolicy.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,15 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/MechanismPolicy.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:59 AM PST
+*/
+
+
+/* */
+public interface MechanismPolicy extends MechanismPolicyOperations, org.omg.CORBA.Policy, org.omg.CORBA.portable.IDLEntity 
+{
+} // interface MechanismPolicy

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

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

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

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/MechanismPolicyHelper.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/MechanismPolicyHelper.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/MechanismPolicyHelper.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/MechanismPolicyHelper.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,87 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/MechanismPolicyHelper.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:59 AM PST
+*/
+
+
+/* */
+abstract public class MechanismPolicyHelper
+{
+  private static String  _id = "IDL:SecurityLevel2/MechanismPolicy:1.0";
+
+  public static void insert (org.omg.CORBA.Any a, org.omg.SecurityLevel2.MechanismPolicy 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.SecurityLevel2.MechanismPolicy 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_interface_tc (org.omg.SecurityLevel2.MechanismPolicyHelper.id (), "MechanismPolicy");
+    }
+    return __typeCode;
+  }
+
+  public static String id ()
+  {
+    return _id;
+  }
+
+  public static org.omg.SecurityLevel2.MechanismPolicy read (org.omg.CORBA.portable.InputStream istream)
+  {
+    return narrow (istream.read_Object (_MechanismPolicyStub.class));
+  }
+
+  public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.SecurityLevel2.MechanismPolicy value)
+  {
+    ostream.write_Object ((org.omg.CORBA.Object) value);
+  }
+
+  public static org.omg.SecurityLevel2.MechanismPolicy narrow (org.omg.CORBA.Object obj)
+  {
+    if (obj == null)
+      return null;
+    else if (obj instanceof org.omg.SecurityLevel2.MechanismPolicy)
+      return (org.omg.SecurityLevel2.MechanismPolicy)obj;
+    else if (!obj._is_a (id ()))
+      throw new org.omg.CORBA.BAD_PARAM ();
+    else
+    {
+      org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
+      org.omg.SecurityLevel2._MechanismPolicyStub stub = new org.omg.SecurityLevel2._MechanismPolicyStub ();
+      stub._set_delegate(delegate);
+      return stub;
+    }
+  }
+
+  public static org.omg.SecurityLevel2.MechanismPolicy unchecked_narrow (org.omg.CORBA.Object obj)
+  {
+    if (obj == null)
+      return null;
+    else if (obj instanceof org.omg.SecurityLevel2.MechanismPolicy)
+      return (org.omg.SecurityLevel2.MechanismPolicy)obj;
+    else
+    {
+      org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
+      org.omg.SecurityLevel2._MechanismPolicyStub stub = new org.omg.SecurityLevel2._MechanismPolicyStub ();
+      stub._set_delegate(delegate);
+      return stub;
+    }
+  }
+
+}

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

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

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

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

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

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

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

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/MechanismPolicyOperations.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/MechanismPolicyOperations.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/MechanismPolicyOperations.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/MechanismPolicyOperations.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,16 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/MechanismPolicyOperations.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:59 AM PST
+*/
+
+
+/* */
+public interface MechanismPolicyOperations  extends org.omg.CORBA.PolicyOperations
+{
+  String[] mechanisms ();
+} // interface MechanismPolicyOperations

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

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

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

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/MechanismPolicyPOA.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/MechanismPolicyPOA.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/MechanismPolicyPOA.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/MechanismPolicyPOA.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,103 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/MechanismPolicyPOA.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:59 AM PST
+*/
+
+
+/* */
+public abstract class MechanismPolicyPOA extends org.omg.PortableServer.Servant
+ implements org.omg.SecurityLevel2.MechanismPolicyOperations, org.omg.CORBA.portable.InvokeHandler
+{
+
+  // Constructors
+
+  private static java.util.Hashtable _methods = new java.util.Hashtable ();
+  static
+  {
+    _methods.put ("_get_mechanisms", new java.lang.Integer (0));
+    _methods.put ("_get_policy_type", new java.lang.Integer (1));
+    _methods.put ("copy", new java.lang.Integer (2));
+    _methods.put ("destroy", new java.lang.Integer (3));
+  }
+
+  public org.omg.CORBA.portable.OutputStream _invoke (String $method,
+                                org.omg.CORBA.portable.InputStream in,
+                                org.omg.CORBA.portable.ResponseHandler $rh)
+  {
+    org.omg.CORBA.portable.OutputStream out = null;
+    java.lang.Integer __method = (java.lang.Integer)_methods.get ($method);
+    if (__method == null)
+      throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
+
+    switch (__method.intValue ())
+    {
+       case 0:  // SecurityLevel2/MechanismPolicy/_get_mechanisms
+       {
+         String $result[] = null;
+         $result = this.mechanisms ();
+         out = $rh.createReply();
+         org.omg.Security.MechanismTypeListHelper.write (out, $result);
+         break;
+       }
+
+       case 1:  // org/omg/CORBA/Policy/_get_policy_type
+       {
+         int $result = (int)0;
+         $result = this.policy_type ();
+         out = $rh.createReply();
+         out.write_ulong ($result);
+         break;
+       }
+
+       case 2:  // org/omg/CORBA/Policy/copy
+       {
+         org.omg.CORBA.Policy $result = null;
+         $result = this.copy ();
+         out = $rh.createReply();
+         org.omg.CORBA.PolicyHelper.write (out, $result);
+         break;
+       }
+
+       case 3:  // org/omg/CORBA/Policy/destroy
+       {
+         this.destroy ();
+         out = $rh.createReply();
+         break;
+       }
+
+       default:
+         throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
+    }
+
+    return out;
+  } // _invoke
+
+  // Type-specific CORBA::Object operations
+  private static String[] __ids = {
+    "IDL:SecurityLevel2/MechanismPolicy:1.0", 
+    "IDL:CORBA/Policy:1.0"};
+
+  public String[] _all_interfaces (org.omg.PortableServer.POA poa, byte[] objectId)
+  {
+    return (String[])__ids.clone ();
+  }
+
+  public MechanismPolicy _this() 
+  {
+    return MechanismPolicyHelper.narrow(
+    super._this_object());
+  }
+
+  public MechanismPolicy _this(org.omg.CORBA.ORB orb) 
+  {
+    return MechanismPolicyHelper.narrow(
+    super._this_object(orb));
+  }
+
+
+} // class MechanismPolicyPOA

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

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

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

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

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

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

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

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/PrincipalAuthenticatorHelper.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/PrincipalAuthenticatorHelper.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/PrincipalAuthenticatorHelper.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/PrincipalAuthenticatorHelper.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,87 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/PrincipalAuthenticatorHelper.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+/* */
+abstract public class PrincipalAuthenticatorHelper
+{
+  private static String  _id = "IDL:SecurityLevel2/PrincipalAuthenticator:1.0";
+
+  public static void insert (org.omg.CORBA.Any a, org.omg.SecurityLevel2.PrincipalAuthenticator 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.SecurityLevel2.PrincipalAuthenticator 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_interface_tc (org.omg.SecurityLevel2.PrincipalAuthenticatorHelper.id (), "PrincipalAuthenticator");
+    }
+    return __typeCode;
+  }
+
+  public static String id ()
+  {
+    return _id;
+  }
+
+  public static org.omg.SecurityLevel2.PrincipalAuthenticator read (org.omg.CORBA.portable.InputStream istream)
+  {
+    return narrow (istream.read_Object (_PrincipalAuthenticatorStub.class));
+  }
+
+  public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.SecurityLevel2.PrincipalAuthenticator value)
+  {
+    ostream.write_Object ((org.omg.CORBA.Object) value);
+  }
+
+  public static org.omg.SecurityLevel2.PrincipalAuthenticator narrow (org.omg.CORBA.Object obj)
+  {
+    if (obj == null)
+      return null;
+    else if (obj instanceof org.omg.SecurityLevel2.PrincipalAuthenticator)
+      return (org.omg.SecurityLevel2.PrincipalAuthenticator)obj;
+    else if (!obj._is_a (id ()))
+      throw new org.omg.CORBA.BAD_PARAM ();
+    else
+    {
+      org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
+      org.omg.SecurityLevel2._PrincipalAuthenticatorStub stub = new org.omg.SecurityLevel2._PrincipalAuthenticatorStub ();
+      stub._set_delegate(delegate);
+      return stub;
+    }
+  }
+
+  public static org.omg.SecurityLevel2.PrincipalAuthenticator unchecked_narrow (org.omg.CORBA.Object obj)
+  {
+    if (obj == null)
+      return null;
+    else if (obj instanceof org.omg.SecurityLevel2.PrincipalAuthenticator)
+      return (org.omg.SecurityLevel2.PrincipalAuthenticator)obj;
+    else
+    {
+      org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
+      org.omg.SecurityLevel2._PrincipalAuthenticatorStub stub = new org.omg.SecurityLevel2._PrincipalAuthenticatorStub ();
+      stub._set_delegate(delegate);
+      return stub;
+    }
+  }
+
+}

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

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

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

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

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

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

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

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/PrincipalAuthenticatorOperations.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/PrincipalAuthenticatorOperations.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/PrincipalAuthenticatorOperations.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/PrincipalAuthenticatorOperations.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,18 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/PrincipalAuthenticatorOperations.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+/* */
+public interface PrincipalAuthenticatorOperations 
+{
+  int[] get_supported_authen_methods (String mechanism);
+  org.omg.Security.AuthenticationStatus authenticate (int method, String mechanism, String security_name, org.omg.CORBA.Any auth_data, org.omg.Security.SecAttribute[] privileges, org.omg.SecurityLevel2.CredentialsHolder creds, org.omg.CORBA.AnyHolder continuation_data, org.omg.CORBA.AnyHolder auth_specific_data);
+  org.omg.Security.AuthenticationStatus continue_authentication (org.omg.CORBA.Any response_data, org.omg.SecurityLevel2.Credentials creds, org.omg.CORBA.AnyHolder continuation_data, org.omg.CORBA.AnyHolder auth_specific_data);
+} // interface PrincipalAuthenticatorOperations

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

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

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

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/PrincipalAuthenticatorPOA.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/PrincipalAuthenticatorPOA.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/PrincipalAuthenticatorPOA.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/PrincipalAuthenticatorPOA.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,112 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/PrincipalAuthenticatorPOA.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+/* */
+public abstract class PrincipalAuthenticatorPOA extends org.omg.PortableServer.Servant
+ implements org.omg.SecurityLevel2.PrincipalAuthenticatorOperations, org.omg.CORBA.portable.InvokeHandler
+{
+
+  // Constructors
+
+  private static java.util.Hashtable _methods = new java.util.Hashtable ();
+  static
+  {
+    _methods.put ("get_supported_authen_methods", new java.lang.Integer (0));
+    _methods.put ("authenticate", new java.lang.Integer (1));
+    _methods.put ("continue_authentication", new java.lang.Integer (2));
+  }
+
+  public org.omg.CORBA.portable.OutputStream _invoke (String $method,
+                                org.omg.CORBA.portable.InputStream in,
+                                org.omg.CORBA.portable.ResponseHandler $rh)
+  {
+    org.omg.CORBA.portable.OutputStream out = null;
+    java.lang.Integer __method = (java.lang.Integer)_methods.get ($method);
+    if (__method == null)
+      throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
+
+    switch (__method.intValue ())
+    {
+       case 0:  // SecurityLevel2/PrincipalAuthenticator/get_supported_authen_methods
+       {
+         String mechanism = org.omg.Security.MechanismTypeHelper.read (in);
+         int $result[] = null;
+         $result = this.get_supported_authen_methods (mechanism);
+         out = $rh.createReply();
+         org.omg.Security.AuthenticationMethodListHelper.write (out, $result);
+         break;
+       }
+
+       case 1:  // SecurityLevel2/PrincipalAuthenticator/authenticate
+       {
+         int method = org.omg.Security.AuthenticationMethodHelper.read (in);
+         String mechanism = org.omg.Security.MechanismTypeHelper.read (in);
+         String security_name = org.omg.Security.SecurityNameHelper.read (in);
+         org.omg.CORBA.Any auth_data = in.read_any ();
+         org.omg.Security.SecAttribute privileges[] = org.omg.Security.AttributeListHelper.read (in);
+         org.omg.SecurityLevel2.CredentialsHolder creds = new org.omg.SecurityLevel2.CredentialsHolder ();
+         org.omg.CORBA.AnyHolder continuation_data = new org.omg.CORBA.AnyHolder ();
+         org.omg.CORBA.AnyHolder auth_specific_data = new org.omg.CORBA.AnyHolder ();
+         org.omg.Security.AuthenticationStatus $result = null;
+         $result = this.authenticate (method, mechanism, security_name, auth_data, privileges, creds, continuation_data, auth_specific_data);
+         out = $rh.createReply();
+         org.omg.Security.AuthenticationStatusHelper.write (out, $result);
+         org.omg.SecurityLevel2.CredentialsHelper.write (out, creds.value);
+         out.write_any (continuation_data.value);
+         out.write_any (auth_specific_data.value);
+         break;
+       }
+
+       case 2:  // SecurityLevel2/PrincipalAuthenticator/continue_authentication
+       {
+         org.omg.CORBA.Any response_data = in.read_any ();
+         org.omg.SecurityLevel2.Credentials creds = org.omg.SecurityLevel2.CredentialsHelper.read (in);
+         org.omg.CORBA.AnyHolder continuation_data = new org.omg.CORBA.AnyHolder ();
+         org.omg.CORBA.AnyHolder auth_specific_data = new org.omg.CORBA.AnyHolder ();
+         org.omg.Security.AuthenticationStatus $result = null;
+         $result = this.continue_authentication (response_data, creds, continuation_data, auth_specific_data);
+         out = $rh.createReply();
+         org.omg.Security.AuthenticationStatusHelper.write (out, $result);
+         out.write_any (continuation_data.value);
+         out.write_any (auth_specific_data.value);
+         break;
+       }
+
+       default:
+         throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
+    }
+
+    return out;
+  } // _invoke
+
+  // Type-specific CORBA::Object operations
+  private static String[] __ids = {
+    "IDL:SecurityLevel2/PrincipalAuthenticator:1.0"};
+
+  public String[] _all_interfaces (org.omg.PortableServer.POA poa, byte[] objectId)
+  {
+    return (String[])__ids.clone ();
+  }
+
+  public PrincipalAuthenticator _this() 
+  {
+    return PrincipalAuthenticatorHelper.narrow(
+    super._this_object());
+  }
+
+  public PrincipalAuthenticator _this(org.omg.CORBA.ORB orb) 
+  {
+    return PrincipalAuthenticatorHelper.narrow(
+    super._this_object(orb));
+  }
+
+
+} // class PrincipalAuthenticatorPOA

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

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

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

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

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

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

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

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/QOPPolicyHelper.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/QOPPolicyHelper.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/QOPPolicyHelper.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/QOPPolicyHelper.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,87 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/QOPPolicyHelper.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+/* */
+abstract public class QOPPolicyHelper
+{
+  private static String  _id = "IDL:SecurityLevel2/QOPPolicy:1.0";
+
+  public static void insert (org.omg.CORBA.Any a, org.omg.SecurityLevel2.QOPPolicy 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.SecurityLevel2.QOPPolicy 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_interface_tc (org.omg.SecurityLevel2.QOPPolicyHelper.id (), "QOPPolicy");
+    }
+    return __typeCode;
+  }
+
+  public static String id ()
+  {
+    return _id;
+  }
+
+  public static org.omg.SecurityLevel2.QOPPolicy read (org.omg.CORBA.portable.InputStream istream)
+  {
+    return narrow (istream.read_Object (_QOPPolicyStub.class));
+  }
+
+  public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.SecurityLevel2.QOPPolicy value)
+  {
+    ostream.write_Object ((org.omg.CORBA.Object) value);
+  }
+
+  public static org.omg.SecurityLevel2.QOPPolicy narrow (org.omg.CORBA.Object obj)
+  {
+    if (obj == null)
+      return null;
+    else if (obj instanceof org.omg.SecurityLevel2.QOPPolicy)
+      return (org.omg.SecurityLevel2.QOPPolicy)obj;
+    else if (!obj._is_a (id ()))
+      throw new org.omg.CORBA.BAD_PARAM ();
+    else
+    {
+      org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
+      org.omg.SecurityLevel2._QOPPolicyStub stub = new org.omg.SecurityLevel2._QOPPolicyStub ();
+      stub._set_delegate(delegate);
+      return stub;
+    }
+  }
+
+  public static org.omg.SecurityLevel2.QOPPolicy unchecked_narrow (org.omg.CORBA.Object obj)
+  {
+    if (obj == null)
+      return null;
+    else if (obj instanceof org.omg.SecurityLevel2.QOPPolicy)
+      return (org.omg.SecurityLevel2.QOPPolicy)obj;
+    else
+    {
+      org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
+      org.omg.SecurityLevel2._QOPPolicyStub stub = new org.omg.SecurityLevel2._QOPPolicyStub ();
+      stub._set_delegate(delegate);
+      return stub;
+    }
+  }
+
+}

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

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

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

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

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

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

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

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

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

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

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

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/QOPPolicyPOA.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/QOPPolicyPOA.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/QOPPolicyPOA.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/QOPPolicyPOA.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,103 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/QOPPolicyPOA.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+/* */
+public abstract class QOPPolicyPOA extends org.omg.PortableServer.Servant
+ implements org.omg.SecurityLevel2.QOPPolicyOperations, org.omg.CORBA.portable.InvokeHandler
+{
+
+  // Constructors
+
+  private static java.util.Hashtable _methods = new java.util.Hashtable ();
+  static
+  {
+    _methods.put ("_get_qop", new java.lang.Integer (0));
+    _methods.put ("_get_policy_type", new java.lang.Integer (1));
+    _methods.put ("copy", new java.lang.Integer (2));
+    _methods.put ("destroy", new java.lang.Integer (3));
+  }
+
+  public org.omg.CORBA.portable.OutputStream _invoke (String $method,
+                                org.omg.CORBA.portable.InputStream in,
+                                org.omg.CORBA.portable.ResponseHandler $rh)
+  {
+    org.omg.CORBA.portable.OutputStream out = null;
+    java.lang.Integer __method = (java.lang.Integer)_methods.get ($method);
+    if (__method == null)
+      throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
+
+    switch (__method.intValue ())
+    {
+       case 0:  // SecurityLevel2/QOPPolicy/_get_qop
+       {
+         org.omg.Security.QOP $result = null;
+         $result = this.qop ();
+         out = $rh.createReply();
+         org.omg.Security.QOPHelper.write (out, $result);
+         break;
+       }
+
+       case 1:  // org/omg/CORBA/Policy/_get_policy_type
+       {
+         int $result = (int)0;
+         $result = this.policy_type ();
+         out = $rh.createReply();
+         out.write_ulong ($result);
+         break;
+       }
+
+       case 2:  // org/omg/CORBA/Policy/copy
+       {
+         org.omg.CORBA.Policy $result = null;
+         $result = this.copy ();
+         out = $rh.createReply();
+         org.omg.CORBA.PolicyHelper.write (out, $result);
+         break;
+       }
+
+       case 3:  // org/omg/CORBA/Policy/destroy
+       {
+         this.destroy ();
+         out = $rh.createReply();
+         break;
+       }
+
+       default:
+         throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
+    }
+
+    return out;
+  } // _invoke
+
+  // Type-specific CORBA::Object operations
+  private static String[] __ids = {
+    "IDL:SecurityLevel2/QOPPolicy:1.0", 
+    "IDL:CORBA/Policy:1.0"};
+
+  public String[] _all_interfaces (org.omg.PortableServer.POA poa, byte[] objectId)
+  {
+    return (String[])__ids.clone ();
+  }
+
+  public QOPPolicy _this() 
+  {
+    return QOPPolicyHelper.narrow(
+    super._this_object());
+  }
+
+  public QOPPolicy _this(org.omg.CORBA.ORB orb) 
+  {
+    return QOPPolicyHelper.narrow(
+    super._this_object(orb));
+  }
+
+
+} // class QOPPolicyPOA

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

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

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

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

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

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

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

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/ReceivedCredentialsHelper.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/ReceivedCredentialsHelper.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/ReceivedCredentialsHelper.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/ReceivedCredentialsHelper.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,87 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/ReceivedCredentialsHelper.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+/* */
+abstract public class ReceivedCredentialsHelper
+{
+  private static String  _id = "IDL:SecurityLevel2/ReceivedCredentials:1.0";
+
+  public static void insert (org.omg.CORBA.Any a, org.omg.SecurityLevel2.ReceivedCredentials 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.SecurityLevel2.ReceivedCredentials 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_interface_tc (org.omg.SecurityLevel2.ReceivedCredentialsHelper.id (), "ReceivedCredentials");
+    }
+    return __typeCode;
+  }
+
+  public static String id ()
+  {
+    return _id;
+  }
+
+  public static org.omg.SecurityLevel2.ReceivedCredentials read (org.omg.CORBA.portable.InputStream istream)
+  {
+    return narrow (istream.read_Object (_ReceivedCredentialsStub.class));
+  }
+
+  public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.SecurityLevel2.ReceivedCredentials value)
+  {
+    ostream.write_Object ((org.omg.CORBA.Object) value);
+  }
+
+  public static org.omg.SecurityLevel2.ReceivedCredentials narrow (org.omg.CORBA.Object obj)
+  {
+    if (obj == null)
+      return null;
+    else if (obj instanceof org.omg.SecurityLevel2.ReceivedCredentials)
+      return (org.omg.SecurityLevel2.ReceivedCredentials)obj;
+    else if (!obj._is_a (id ()))
+      throw new org.omg.CORBA.BAD_PARAM ();
+    else
+    {
+      org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
+      org.omg.SecurityLevel2._ReceivedCredentialsStub stub = new org.omg.SecurityLevel2._ReceivedCredentialsStub ();
+      stub._set_delegate(delegate);
+      return stub;
+    }
+  }
+
+  public static org.omg.SecurityLevel2.ReceivedCredentials unchecked_narrow (org.omg.CORBA.Object obj)
+  {
+    if (obj == null)
+      return null;
+    else if (obj instanceof org.omg.SecurityLevel2.ReceivedCredentials)
+      return (org.omg.SecurityLevel2.ReceivedCredentials)obj;
+    else
+    {
+      org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
+      org.omg.SecurityLevel2._ReceivedCredentialsStub stub = new org.omg.SecurityLevel2._ReceivedCredentialsStub ();
+      stub._set_delegate(delegate);
+      return stub;
+    }
+  }
+
+}

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

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

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

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