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 [23/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/_CredentialsStub.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_CredentialsStub.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_CredentialsStub.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_CredentialsStub.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,390 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/_CredentialsStub.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+/* */
+public class _CredentialsStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.SecurityLevel2.Credentials
+{
+
+  public org.omg.SecurityLevel2.Credentials copy ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("copy", true);
+                $in = _invoke ($out);
+                org.omg.SecurityLevel2.Credentials $result = org.omg.SecurityLevel2.CredentialsHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return copy (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // copy
+
+  public void destroy ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("destroy", true);
+                $in = _invoke ($out);
+                return;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                destroy (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // destroy
+
+  public org.omg.Security.InvocationCredentialsType credentials_type ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("_get_credentials_type", true);
+                $in = _invoke ($out);
+                org.omg.Security.InvocationCredentialsType $result = org.omg.Security.InvocationCredentialsTypeHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return credentials_type (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // credentials_type
+
+  public org.omg.Security.AuthenticationStatus authentication_state ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("_get_authentication_state", true);
+                $in = _invoke ($out);
+                org.omg.Security.AuthenticationStatus $result = org.omg.Security.AuthenticationStatusHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return authentication_state (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // authentication_state
+
+  public String mechanism ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("_get_mechanism", true);
+                $in = _invoke ($out);
+                String $result = org.omg.Security.MechanismTypeHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return mechanism (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // mechanism
+
+  public short accepting_options_supported ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("_get_accepting_options_supported", true);
+                $in = _invoke ($out);
+                short $result = org.omg.Security.AssociationOptionsHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return accepting_options_supported (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // accepting_options_supported
+
+  public void accepting_options_supported (short newAccepting_options_supported)
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("_set_accepting_options_supported", true);
+                org.omg.Security.AssociationOptionsHelper.write ($out, newAccepting_options_supported);
+                $in = _invoke ($out);
+                return;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                accepting_options_supported (newAccepting_options_supported        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // accepting_options_supported
+
+  public short accepting_options_required ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("_get_accepting_options_required", true);
+                $in = _invoke ($out);
+                short $result = org.omg.Security.AssociationOptionsHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return accepting_options_required (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // accepting_options_required
+
+  public void accepting_options_required (short newAccepting_options_required)
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("_set_accepting_options_required", true);
+                org.omg.Security.AssociationOptionsHelper.write ($out, newAccepting_options_required);
+                $in = _invoke ($out);
+                return;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                accepting_options_required (newAccepting_options_required        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // accepting_options_required
+
+  public short invocation_options_supported ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("_get_invocation_options_supported", true);
+                $in = _invoke ($out);
+                short $result = org.omg.Security.AssociationOptionsHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return invocation_options_supported (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // invocation_options_supported
+
+  public void invocation_options_supported (short newInvocation_options_supported)
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("_set_invocation_options_supported", true);
+                org.omg.Security.AssociationOptionsHelper.write ($out, newInvocation_options_supported);
+                $in = _invoke ($out);
+                return;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                invocation_options_supported (newInvocation_options_supported        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // invocation_options_supported
+
+  public short invocation_options_required ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("_get_invocation_options_required", true);
+                $in = _invoke ($out);
+                short $result = org.omg.Security.AssociationOptionsHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return invocation_options_required (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // invocation_options_required
+
+  public void invocation_options_required (short newInvocation_options_required)
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("_set_invocation_options_required", true);
+                org.omg.Security.AssociationOptionsHelper.write ($out, newInvocation_options_required);
+                $in = _invoke ($out);
+                return;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                invocation_options_required (newInvocation_options_required        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // invocation_options_required
+
+  public boolean get_security_feature (org.omg.Security.CommunicationDirection direction, org.omg.Security.SecurityFeature feature)
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("get_security_feature", true);
+                org.omg.Security.CommunicationDirectionHelper.write ($out, direction);
+                org.omg.Security.SecurityFeatureHelper.write ($out, feature);
+                $in = _invoke ($out);
+                boolean $result = $in.read_boolean ();
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return get_security_feature (direction, feature        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // get_security_feature
+
+  public boolean set_attributes (org.omg.Security.SecAttribute[] requested_attributes, org.omg.Security.AttributeListHolder actual_attributes)
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("set_attributes", true);
+                org.omg.Security.AttributeListHelper.write ($out, requested_attributes);
+                $in = _invoke ($out);
+                boolean $result = $in.read_boolean ();
+                actual_attributes.value = org.omg.Security.AttributeListHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return set_attributes (requested_attributes, actual_attributes        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // set_attributes
+
+  public org.omg.Security.SecAttribute[] get_attributes (org.omg.Security.AttributeType[] attributes)
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("get_attributes", true);
+                org.omg.Security.AttributeTypeListHelper.write ($out, attributes);
+                $in = _invoke ($out);
+                org.omg.Security.SecAttribute $result[] = org.omg.Security.AttributeListHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return get_attributes (attributes        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // get_attributes
+
+  public boolean is_valid (org.omg.TimeBase.UtcTHolder expiry_time)
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("is_valid", true);
+                $in = _invoke ($out);
+                boolean $result = $in.read_boolean ();
+                expiry_time.value = org.omg.Security.UtcTHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return is_valid (expiry_time        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // is_valid
+
+  public boolean refresh (org.omg.CORBA.Any refresh_data)
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("refresh", true);
+                $out.write_any (refresh_data);
+                $in = _invoke ($out);
+                boolean $result = $in.read_boolean ();
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return refresh (refresh_data        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // refresh
+
+  // Type-specific CORBA::Object operations
+  private static String[] __ids = {
+    "IDL:SecurityLevel2/Credentials:1.0"};
+
+  public String[] _ids ()
+  {
+    return (String[])__ids.clone ();
+  }
+
+  private void readObject (java.io.ObjectInputStream s) throws java.io.IOException
+  {
+     String str = s.readUTF ();
+     String[] args = null;
+     java.util.Properties props = null;
+     org.omg.CORBA.Object obj = org.omg.CORBA.ORB.init (args, props).string_to_object (str);
+     org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl) obj)._get_delegate ();
+     _set_delegate (delegate);
+  }
+
+  private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException
+  {
+     String[] args = null;
+     java.util.Properties props = null;
+     String str = org.omg.CORBA.ORB.init (args, props).object_to_string (this);
+     s.writeUTF (str);
+  }
+} // class _CredentialsStub

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

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

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

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_CurrentStub.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_CurrentStub.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_CurrentStub.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_CurrentStub.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,87 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/_CurrentStub.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:59 AM PST
+*/
+
+
+/* */
+public class _CurrentStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.SecurityLevel2.Current
+{
+
+
+  // Thread specific
+  public org.omg.SecurityLevel2.ReceivedCredentials received_credentials ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("_get_received_credentials", true);
+                $in = _invoke ($out);
+                org.omg.SecurityLevel2.ReceivedCredentials $result = org.omg.SecurityLevel2.ReceivedCredentialsHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return received_credentials (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // received_credentials
+
+
+  // thread specific operations
+  public org.omg.Security.SecAttribute[] get_attributes (org.omg.Security.AttributeType[] ttributes)
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("get_attributes", true);
+                org.omg.Security.AttributeTypeListHelper.write ($out, ttributes);
+                $in = _invoke ($out);
+                org.omg.Security.SecAttribute $result[] = org.omg.Security.AttributeListHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return get_attributes (ttributes        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // get_attributes
+
+  // Type-specific CORBA::Object operations
+  private static String[] __ids = {
+    "IDL:SecurityLevel2/Current:1.0", 
+    "IDL:omg.org/SecurityLevel1/Current:1.0", 
+    "IDL:CORBA/Current:1.0"};
+
+  public String[] _ids ()
+  {
+    return (String[])__ids.clone ();
+  }
+
+  private void readObject (java.io.ObjectInputStream s) throws java.io.IOException
+  {
+     String str = s.readUTF ();
+     String[] args = null;
+     java.util.Properties props = null;
+     org.omg.CORBA.Object obj = org.omg.CORBA.ORB.init (args, props).string_to_object (str);
+     org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl) obj)._get_delegate ();
+     _set_delegate (delegate);
+  }
+
+  private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException
+  {
+     String[] args = null;
+     java.util.Properties props = null;
+     String str = org.omg.CORBA.ORB.init (args, props).object_to_string (this);
+     s.writeUTF (str);
+  }
+} // class _CurrentStub

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

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

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

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_DelegationDirectivePolicyStub.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_DelegationDirectivePolicyStub.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_DelegationDirectivePolicyStub.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_DelegationDirectivePolicyStub.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,118 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/_DelegationDirectivePolicyStub.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:59 AM PST
+*/
+
+
+/* */
+public class _DelegationDirectivePolicyStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.SecurityLevel2.DelegationDirectivePolicy
+{
+
+  public org.omg.Security.DelegationDirective delegation_directive ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("_get_delegation_directive", true);
+                $in = _invoke ($out);
+                org.omg.Security.DelegationDirective $result = org.omg.Security.DelegationDirectiveHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return delegation_directive (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // delegation_directive
+
+  public int policy_type ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("_get_policy_type", true);
+                $in = _invoke ($out);
+                int $result = org.omg.CORBA.PolicyTypeHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return policy_type (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // policy_type
+
+  public org.omg.CORBA.Policy copy ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("copy", true);
+                $in = _invoke ($out);
+                org.omg.CORBA.Policy $result = org.omg.CORBA.PolicyHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return copy (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // copy
+
+  public void destroy ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("destroy", true);
+                $in = _invoke ($out);
+                return;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                destroy (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // destroy
+
+  // Type-specific CORBA::Object operations
+  private static String[] __ids = {
+    "IDL:SecurityLevel2/DelegationDirectivePolicy:1.0", 
+    "IDL:CORBA/Policy:1.0"};
+
+  public String[] _ids ()
+  {
+    return (String[])__ids.clone ();
+  }
+
+  private void readObject (java.io.ObjectInputStream s) throws java.io.IOException
+  {
+     String str = s.readUTF ();
+     String[] args = null;
+     java.util.Properties props = null;
+     org.omg.CORBA.Object obj = org.omg.CORBA.ORB.init (args, props).string_to_object (str);
+     org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl) obj)._get_delegate ();
+     _set_delegate (delegate);
+  }
+
+  private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException
+  {
+     String[] args = null;
+     java.util.Properties props = null;
+     String str = org.omg.CORBA.ORB.init (args, props).object_to_string (this);
+     s.writeUTF (str);
+  }
+} // class _DelegationDirectivePolicyStub

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

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

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

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_EstablishTrustPolicyStub.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_EstablishTrustPolicyStub.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_EstablishTrustPolicyStub.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_EstablishTrustPolicyStub.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,118 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/_EstablishTrustPolicyStub.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:59 AM PST
+*/
+
+
+/* */
+public class _EstablishTrustPolicyStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.SecurityLevel2.EstablishTrustPolicy
+{
+
+  public org.omg.Security.EstablishTrust trust ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("_get_trust", true);
+                $in = _invoke ($out);
+                org.omg.Security.EstablishTrust $result = org.omg.Security.EstablishTrustHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return trust (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // trust
+
+  public int policy_type ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("_get_policy_type", true);
+                $in = _invoke ($out);
+                int $result = org.omg.CORBA.PolicyTypeHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return policy_type (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // policy_type
+
+  public org.omg.CORBA.Policy copy ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("copy", true);
+                $in = _invoke ($out);
+                org.omg.CORBA.Policy $result = org.omg.CORBA.PolicyHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return copy (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // copy
+
+  public void destroy ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("destroy", true);
+                $in = _invoke ($out);
+                return;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                destroy (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // destroy
+
+  // Type-specific CORBA::Object operations
+  private static String[] __ids = {
+    "IDL:SecurityLevel2/EstablishTrustPolicy:1.0", 
+    "IDL:CORBA/Policy:1.0"};
+
+  public String[] _ids ()
+  {
+    return (String[])__ids.clone ();
+  }
+
+  private void readObject (java.io.ObjectInputStream s) throws java.io.IOException
+  {
+     String str = s.readUTF ();
+     String[] args = null;
+     java.util.Properties props = null;
+     org.omg.CORBA.Object obj = org.omg.CORBA.ORB.init (args, props).string_to_object (str);
+     org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl) obj)._get_delegate ();
+     _set_delegate (delegate);
+  }
+
+  private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException
+  {
+     String[] args = null;
+     java.util.Properties props = null;
+     String str = org.omg.CORBA.ORB.init (args, props).object_to_string (this);
+     s.writeUTF (str);
+  }
+} // class _EstablishTrustPolicyStub

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

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

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

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_InvocationCredentialsPolicyStub.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_InvocationCredentialsPolicyStub.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_InvocationCredentialsPolicyStub.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_InvocationCredentialsPolicyStub.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,118 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/_InvocationCredentialsPolicyStub.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:59 AM PST
+*/
+
+
+/* */
+public class _InvocationCredentialsPolicyStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.SecurityLevel2.InvocationCredentialsPolicy
+{
+
+  public org.omg.SecurityLevel2.Credentials[] creds ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("_get_creds", true);
+                $in = _invoke ($out);
+                org.omg.SecurityLevel2.Credentials $result[] = org.omg.SecurityLevel2.CredentialsListHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return creds (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // creds
+
+  public int policy_type ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("_get_policy_type", true);
+                $in = _invoke ($out);
+                int $result = org.omg.CORBA.PolicyTypeHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return policy_type (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // policy_type
+
+  public org.omg.CORBA.Policy copy ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("copy", true);
+                $in = _invoke ($out);
+                org.omg.CORBA.Policy $result = org.omg.CORBA.PolicyHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return copy (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // copy
+
+  public void destroy ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("destroy", true);
+                $in = _invoke ($out);
+                return;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                destroy (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // destroy
+
+  // Type-specific CORBA::Object operations
+  private static String[] __ids = {
+    "IDL:SecurityLevel2/InvocationCredentialsPolicy:1.0", 
+    "IDL:CORBA/Policy:1.0"};
+
+  public String[] _ids ()
+  {
+    return (String[])__ids.clone ();
+  }
+
+  private void readObject (java.io.ObjectInputStream s) throws java.io.IOException
+  {
+     String str = s.readUTF ();
+     String[] args = null;
+     java.util.Properties props = null;
+     org.omg.CORBA.Object obj = org.omg.CORBA.ORB.init (args, props).string_to_object (str);
+     org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl) obj)._get_delegate ();
+     _set_delegate (delegate);
+  }
+
+  private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException
+  {
+     String[] args = null;
+     java.util.Properties props = null;
+     String str = org.omg.CORBA.ORB.init (args, props).object_to_string (this);
+     s.writeUTF (str);
+  }
+} // class _InvocationCredentialsPolicyStub

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

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

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

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_MechanismPolicyStub.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_MechanismPolicyStub.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_MechanismPolicyStub.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_MechanismPolicyStub.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,118 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/_MechanismPolicyStub.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:59 AM PST
+*/
+
+
+/* */
+public class _MechanismPolicyStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.SecurityLevel2.MechanismPolicy
+{
+
+  public String[] mechanisms ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("_get_mechanisms", true);
+                $in = _invoke ($out);
+                String $result[] = org.omg.Security.MechanismTypeListHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return mechanisms (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // mechanisms
+
+  public int policy_type ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("_get_policy_type", true);
+                $in = _invoke ($out);
+                int $result = org.omg.CORBA.PolicyTypeHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return policy_type (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // policy_type
+
+  public org.omg.CORBA.Policy copy ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("copy", true);
+                $in = _invoke ($out);
+                org.omg.CORBA.Policy $result = org.omg.CORBA.PolicyHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return copy (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // copy
+
+  public void destroy ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("destroy", true);
+                $in = _invoke ($out);
+                return;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                destroy (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // destroy
+
+  // Type-specific CORBA::Object operations
+  private static String[] __ids = {
+    "IDL:SecurityLevel2/MechanismPolicy:1.0", 
+    "IDL:CORBA/Policy:1.0"};
+
+  public String[] _ids ()
+  {
+    return (String[])__ids.clone ();
+  }
+
+  private void readObject (java.io.ObjectInputStream s) throws java.io.IOException
+  {
+     String str = s.readUTF ();
+     String[] args = null;
+     java.util.Properties props = null;
+     org.omg.CORBA.Object obj = org.omg.CORBA.ORB.init (args, props).string_to_object (str);
+     org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl) obj)._get_delegate ();
+     _set_delegate (delegate);
+  }
+
+  private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException
+  {
+     String[] args = null;
+     java.util.Properties props = null;
+     String str = org.omg.CORBA.ORB.init (args, props).object_to_string (this);
+     s.writeUTF (str);
+  }
+} // class _MechanismPolicyStub

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

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

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

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_PrincipalAuthenticatorStub.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_PrincipalAuthenticatorStub.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_PrincipalAuthenticatorStub.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_PrincipalAuthenticatorStub.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,112 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/_PrincipalAuthenticatorStub.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+/* */
+public class _PrincipalAuthenticatorStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.SecurityLevel2.PrincipalAuthenticator
+{
+
+  public int[] get_supported_authen_methods (String mechanism)
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("get_supported_authen_methods", true);
+                org.omg.Security.MechanismTypeHelper.write ($out, mechanism);
+                $in = _invoke ($out);
+                int $result[] = org.omg.Security.AuthenticationMethodListHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return get_supported_authen_methods (mechanism        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // get_supported_authen_methods
+
+  public 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.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("authenticate", true);
+                org.omg.Security.AuthenticationMethodHelper.write ($out, method);
+                org.omg.Security.MechanismTypeHelper.write ($out, mechanism);
+                org.omg.Security.SecurityNameHelper.write ($out, security_name);
+                $out.write_any (auth_data);
+                org.omg.Security.AttributeListHelper.write ($out, privileges);
+                $in = _invoke ($out);
+                org.omg.Security.AuthenticationStatus $result = org.omg.Security.AuthenticationStatusHelper.read ($in);
+                creds.value = org.omg.SecurityLevel2.CredentialsHelper.read ($in);
+                continuation_data.value = $in.read_any ();
+                auth_specific_data.value = $in.read_any ();
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return authenticate (method, mechanism, security_name, auth_data, privileges, creds, continuation_data, auth_specific_data        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // authenticate
+
+  public 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)
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("continue_authentication", true);
+                $out.write_any (response_data);
+                org.omg.SecurityLevel2.CredentialsHelper.write ($out, creds);
+                $in = _invoke ($out);
+                org.omg.Security.AuthenticationStatus $result = org.omg.Security.AuthenticationStatusHelper.read ($in);
+                continuation_data.value = $in.read_any ();
+                auth_specific_data.value = $in.read_any ();
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return continue_authentication (response_data, creds, continuation_data, auth_specific_data        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // continue_authentication
+
+  // Type-specific CORBA::Object operations
+  private static String[] __ids = {
+    "IDL:SecurityLevel2/PrincipalAuthenticator:1.0"};
+
+  public String[] _ids ()
+  {
+    return (String[])__ids.clone ();
+  }
+
+  private void readObject (java.io.ObjectInputStream s) throws java.io.IOException
+  {
+     String str = s.readUTF ();
+     String[] args = null;
+     java.util.Properties props = null;
+     org.omg.CORBA.Object obj = org.omg.CORBA.ORB.init (args, props).string_to_object (str);
+     org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl) obj)._get_delegate ();
+     _set_delegate (delegate);
+  }
+
+  private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException
+  {
+     String[] args = null;
+     java.util.Properties props = null;
+     String str = org.omg.CORBA.ORB.init (args, props).object_to_string (this);
+     s.writeUTF (str);
+  }
+} // class _PrincipalAuthenticatorStub

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

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

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

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_QOPPolicyStub.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_QOPPolicyStub.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_QOPPolicyStub.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_QOPPolicyStub.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,118 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/_QOPPolicyStub.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+/* */
+public class _QOPPolicyStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.SecurityLevel2.QOPPolicy
+{
+
+  public org.omg.Security.QOP qop ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("_get_qop", true);
+                $in = _invoke ($out);
+                org.omg.Security.QOP $result = org.omg.Security.QOPHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return qop (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // qop
+
+  public int policy_type ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("_get_policy_type", true);
+                $in = _invoke ($out);
+                int $result = org.omg.CORBA.PolicyTypeHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return policy_type (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // policy_type
+
+  public org.omg.CORBA.Policy copy ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("copy", true);
+                $in = _invoke ($out);
+                org.omg.CORBA.Policy $result = org.omg.CORBA.PolicyHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return copy (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // copy
+
+  public void destroy ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("destroy", true);
+                $in = _invoke ($out);
+                return;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                destroy (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // destroy
+
+  // Type-specific CORBA::Object operations
+  private static String[] __ids = {
+    "IDL:SecurityLevel2/QOPPolicy:1.0", 
+    "IDL:CORBA/Policy:1.0"};
+
+  public String[] _ids ()
+  {
+    return (String[])__ids.clone ();
+  }
+
+  private void readObject (java.io.ObjectInputStream s) throws java.io.IOException
+  {
+     String str = s.readUTF ();
+     String[] args = null;
+     java.util.Properties props = null;
+     org.omg.CORBA.Object obj = org.omg.CORBA.ORB.init (args, props).string_to_object (str);
+     org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl) obj)._get_delegate ();
+     _set_delegate (delegate);
+  }
+
+  private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException
+  {
+     String[] args = null;
+     java.util.Properties props = null;
+     String str = org.omg.CORBA.ORB.init (args, props).object_to_string (this);
+     s.writeUTF (str);
+  }
+} // class _QOPPolicyStub

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

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

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

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_ReceivedCredentialsStub.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_ReceivedCredentialsStub.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_ReceivedCredentialsStub.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_ReceivedCredentialsStub.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,467 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/_ReceivedCredentialsStub.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+/* */
+public class _ReceivedCredentialsStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.SecurityLevel2.ReceivedCredentials
+{
+
+  public org.omg.SecurityLevel2.Credentials accepting_credentials ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("_get_accepting_credentials", true);
+                $in = _invoke ($out);
+                org.omg.SecurityLevel2.Credentials $result = org.omg.SecurityLevel2.CredentialsHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return accepting_credentials (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // accepting_credentials
+
+  public short association_options_used ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("_get_association_options_used", true);
+                $in = _invoke ($out);
+                short $result = org.omg.Security.AssociationOptionsHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return association_options_used (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // association_options_used
+
+  public org.omg.Security.DelegationState delegation_state ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("_get_delegation_state", true);
+                $in = _invoke ($out);
+                org.omg.Security.DelegationState $result = org.omg.Security.DelegationStateHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return delegation_state (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // delegation_state
+
+  public org.omg.Security.DelegationMode delegation_mode ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("_get_delegation_mode", true);
+                $in = _invoke ($out);
+                org.omg.Security.DelegationMode $result = org.omg.Security.DelegationModeHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return delegation_mode (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // delegation_mode
+
+  public org.omg.SecurityLevel2.Credentials copy ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("copy", true);
+                $in = _invoke ($out);
+                org.omg.SecurityLevel2.Credentials $result = org.omg.SecurityLevel2.CredentialsHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return copy (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // copy
+
+  public void destroy ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("destroy", true);
+                $in = _invoke ($out);
+                return;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                destroy (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // destroy
+
+  public org.omg.Security.InvocationCredentialsType credentials_type ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("_get_credentials_type", true);
+                $in = _invoke ($out);
+                org.omg.Security.InvocationCredentialsType $result = org.omg.Security.InvocationCredentialsTypeHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return credentials_type (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // credentials_type
+
+  public org.omg.Security.AuthenticationStatus authentication_state ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("_get_authentication_state", true);
+                $in = _invoke ($out);
+                org.omg.Security.AuthenticationStatus $result = org.omg.Security.AuthenticationStatusHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return authentication_state (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // authentication_state
+
+  public String mechanism ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("_get_mechanism", true);
+                $in = _invoke ($out);
+                String $result = org.omg.Security.MechanismTypeHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return mechanism (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // mechanism
+
+  public short accepting_options_supported ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("_get_accepting_options_supported", true);
+                $in = _invoke ($out);
+                short $result = org.omg.Security.AssociationOptionsHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return accepting_options_supported (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // accepting_options_supported
+
+  public void accepting_options_supported (short newAccepting_options_supported)
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("_set_accepting_options_supported", true);
+                org.omg.Security.AssociationOptionsHelper.write ($out, newAccepting_options_supported);
+                $in = _invoke ($out);
+                return;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                accepting_options_supported (newAccepting_options_supported        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // accepting_options_supported
+
+  public short accepting_options_required ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("_get_accepting_options_required", true);
+                $in = _invoke ($out);
+                short $result = org.omg.Security.AssociationOptionsHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return accepting_options_required (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // accepting_options_required
+
+  public void accepting_options_required (short newAccepting_options_required)
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("_set_accepting_options_required", true);
+                org.omg.Security.AssociationOptionsHelper.write ($out, newAccepting_options_required);
+                $in = _invoke ($out);
+                return;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                accepting_options_required (newAccepting_options_required        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // accepting_options_required
+
+  public short invocation_options_supported ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("_get_invocation_options_supported", true);
+                $in = _invoke ($out);
+                short $result = org.omg.Security.AssociationOptionsHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return invocation_options_supported (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // invocation_options_supported
+
+  public void invocation_options_supported (short newInvocation_options_supported)
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("_set_invocation_options_supported", true);
+                org.omg.Security.AssociationOptionsHelper.write ($out, newInvocation_options_supported);
+                $in = _invoke ($out);
+                return;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                invocation_options_supported (newInvocation_options_supported        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // invocation_options_supported
+
+  public short invocation_options_required ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("_get_invocation_options_required", true);
+                $in = _invoke ($out);
+                short $result = org.omg.Security.AssociationOptionsHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return invocation_options_required (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // invocation_options_required
+
+  public void invocation_options_required (short newInvocation_options_required)
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("_set_invocation_options_required", true);
+                org.omg.Security.AssociationOptionsHelper.write ($out, newInvocation_options_required);
+                $in = _invoke ($out);
+                return;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                invocation_options_required (newInvocation_options_required        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // invocation_options_required
+
+  public boolean get_security_feature (org.omg.Security.CommunicationDirection direction, org.omg.Security.SecurityFeature feature)
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("get_security_feature", true);
+                org.omg.Security.CommunicationDirectionHelper.write ($out, direction);
+                org.omg.Security.SecurityFeatureHelper.write ($out, feature);
+                $in = _invoke ($out);
+                boolean $result = $in.read_boolean ();
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return get_security_feature (direction, feature        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // get_security_feature
+
+  public boolean set_attributes (org.omg.Security.SecAttribute[] requested_attributes, org.omg.Security.AttributeListHolder actual_attributes)
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("set_attributes", true);
+                org.omg.Security.AttributeListHelper.write ($out, requested_attributes);
+                $in = _invoke ($out);
+                boolean $result = $in.read_boolean ();
+                actual_attributes.value = org.omg.Security.AttributeListHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return set_attributes (requested_attributes, actual_attributes        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // set_attributes
+
+  public org.omg.Security.SecAttribute[] get_attributes (org.omg.Security.AttributeType[] attributes)
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("get_attributes", true);
+                org.omg.Security.AttributeTypeListHelper.write ($out, attributes);
+                $in = _invoke ($out);
+                org.omg.Security.SecAttribute $result[] = org.omg.Security.AttributeListHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return get_attributes (attributes        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // get_attributes
+
+  public boolean is_valid (org.omg.TimeBase.UtcTHolder expiry_time)
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("is_valid", true);
+                $in = _invoke ($out);
+                boolean $result = $in.read_boolean ();
+                expiry_time.value = org.omg.Security.UtcTHelper.read ($in);
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return is_valid (expiry_time        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // is_valid
+
+  public boolean refresh (org.omg.CORBA.Any refresh_data)
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("refresh", true);
+                $out.write_any (refresh_data);
+                $in = _invoke ($out);
+                boolean $result = $in.read_boolean ();
+                return $result;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                return refresh (refresh_data        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // refresh
+
+  // Type-specific CORBA::Object operations
+  private static String[] __ids = {
+    "IDL:SecurityLevel2/ReceivedCredentials:1.0", 
+    "IDL:SecurityLevel2/Credentials:1.0"};
+
+  public String[] _ids ()
+  {
+    return (String[])__ids.clone ();
+  }
+
+  private void readObject (java.io.ObjectInputStream s) throws java.io.IOException
+  {
+     String str = s.readUTF ();
+     String[] args = null;
+     java.util.Properties props = null;
+     org.omg.CORBA.Object obj = org.omg.CORBA.ORB.init (args, props).string_to_object (str);
+     org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl) obj)._get_delegate ();
+     _set_delegate (delegate);
+  }
+
+  private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException
+  {
+     String[] args = null;
+     java.util.Properties props = null;
+     String str = org.omg.CORBA.ORB.init (args, props).object_to_string (this);
+     s.writeUTF (str);
+  }
+} // class _ReceivedCredentialsStub

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

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

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

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_RequiredRightsStub.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_RequiredRightsStub.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_RequiredRightsStub.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_RequiredRightsStub.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,87 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/_RequiredRightsStub.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+// RequiredRights Interface
+public class _RequiredRightsStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.SecurityLevel2.RequiredRights
+{
+
+  public void get_required_rights (org.omg.CORBA.Object obj, String operation_name, String interface_name, org.omg.Security.RightsListHolder rights, org.omg.Security.RightsCombinatorHolder rights_combinator)
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("get_required_rights", true);
+                org.omg.CORBA.ObjectHelper.write ($out, obj);
+                org.omg.CORBA.IdentifierHelper.write ($out, operation_name);
+                org.omg.CORBA.RepositoryIdHelper.write ($out, interface_name);
+                $in = _invoke ($out);
+                rights.value = org.omg.Security.RightsListHelper.read ($in);
+                rights_combinator.value = org.omg.Security.RightsCombinatorHelper.read ($in);
+                return;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                get_required_rights (obj, operation_name, interface_name, rights, rights_combinator        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // get_required_rights
+
+  public void set_required_rights (String operation_name, String interface_name, org.omg.Security.Right[] rights, org.omg.Security.RightsCombinator rights_combinator)
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("set_required_rights", true);
+                org.omg.CORBA.IdentifierHelper.write ($out, operation_name);
+                org.omg.CORBA.RepositoryIdHelper.write ($out, interface_name);
+                org.omg.Security.RightsListHelper.write ($out, rights);
+                org.omg.Security.RightsCombinatorHelper.write ($out, rights_combinator);
+                $in = _invoke ($out);
+                return;
+            } catch (org.omg.CORBA.portable.ApplicationException $ex) {
+                $in = $ex.getInputStream ();
+                String _id = $ex.getId ();
+                throw new org.omg.CORBA.MARSHAL (_id);
+            } catch (org.omg.CORBA.portable.RemarshalException $rm) {
+                set_required_rights (operation_name, interface_name, rights, rights_combinator        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // set_required_rights
+
+  // Type-specific CORBA::Object operations
+  private static String[] __ids = {
+    "IDL:SecurityLevel2/RequiredRights:1.0"};
+
+  public String[] _ids ()
+  {
+    return (String[])__ids.clone ();
+  }
+
+  private void readObject (java.io.ObjectInputStream s) throws java.io.IOException
+  {
+     String str = s.readUTF ();
+     String[] args = null;
+     java.util.Properties props = null;
+     org.omg.CORBA.Object obj = org.omg.CORBA.ORB.init (args, props).string_to_object (str);
+     org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl) obj)._get_delegate ();
+     _set_delegate (delegate);
+  }
+
+  private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException
+  {
+     String[] args = null;
+     java.util.Properties props = null;
+     String str = org.omg.CORBA.ORB.init (args, props).object_to_string (this);
+     s.writeUTF (str);
+  }
+} // class _RequiredRightsStub

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

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

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