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 [22/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...

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

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

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

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

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

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

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

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/ReceivedCredentialsPOA.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/ReceivedCredentialsPOA.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/ReceivedCredentialsPOA.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/ReceivedCredentialsPOA.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,288 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/ReceivedCredentialsPOA.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+/* */
+public abstract class ReceivedCredentialsPOA extends org.omg.PortableServer.Servant
+ implements org.omg.SecurityLevel2.ReceivedCredentialsOperations, org.omg.CORBA.portable.InvokeHandler
+{
+
+  // Constructors
+
+  private static java.util.Hashtable _methods = new java.util.Hashtable ();
+  static
+  {
+    _methods.put ("_get_accepting_credentials", new java.lang.Integer (0));
+    _methods.put ("_get_association_options_used", new java.lang.Integer (1));
+    _methods.put ("_get_delegation_state", new java.lang.Integer (2));
+    _methods.put ("_get_delegation_mode", new java.lang.Integer (3));
+    _methods.put ("copy", new java.lang.Integer (4));
+    _methods.put ("destroy", new java.lang.Integer (5));
+    _methods.put ("_get_credentials_type", new java.lang.Integer (6));
+    _methods.put ("_get_authentication_state", new java.lang.Integer (7));
+    _methods.put ("_get_mechanism", new java.lang.Integer (8));
+    _methods.put ("_get_accepting_options_supported", new java.lang.Integer (9));
+    _methods.put ("_set_accepting_options_supported", new java.lang.Integer (10));
+    _methods.put ("_get_accepting_options_required", new java.lang.Integer (11));
+    _methods.put ("_set_accepting_options_required", new java.lang.Integer (12));
+    _methods.put ("_get_invocation_options_supported", new java.lang.Integer (13));
+    _methods.put ("_set_invocation_options_supported", new java.lang.Integer (14));
+    _methods.put ("_get_invocation_options_required", new java.lang.Integer (15));
+    _methods.put ("_set_invocation_options_required", new java.lang.Integer (16));
+    _methods.put ("get_security_feature", new java.lang.Integer (17));
+    _methods.put ("set_attributes", new java.lang.Integer (18));
+    _methods.put ("get_attributes", new java.lang.Integer (19));
+    _methods.put ("is_valid", new java.lang.Integer (20));
+    _methods.put ("refresh", new java.lang.Integer (21));
+  }
+
+  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/ReceivedCredentials/_get_accepting_credentials
+       {
+         org.omg.SecurityLevel2.Credentials $result = null;
+         $result = this.accepting_credentials ();
+         out = $rh.createReply();
+         org.omg.SecurityLevel2.CredentialsHelper.write (out, $result);
+         break;
+       }
+
+       case 1:  // SecurityLevel2/ReceivedCredentials/_get_association_options_used
+       {
+         short $result = (short)0;
+         $result = this.association_options_used ();
+         out = $rh.createReply();
+         out.write_ushort ($result);
+         break;
+       }
+
+       case 2:  // SecurityLevel2/ReceivedCredentials/_get_delegation_state
+       {
+         org.omg.Security.DelegationState $result = null;
+         $result = this.delegation_state ();
+         out = $rh.createReply();
+         org.omg.Security.DelegationStateHelper.write (out, $result);
+         break;
+       }
+
+       case 3:  // SecurityLevel2/ReceivedCredentials/_get_delegation_mode
+       {
+         org.omg.Security.DelegationMode $result = null;
+         $result = this.delegation_mode ();
+         out = $rh.createReply();
+         org.omg.Security.DelegationModeHelper.write (out, $result);
+         break;
+       }
+
+       case 4:  // SecurityLevel2/Credentials/copy
+       {
+         org.omg.SecurityLevel2.Credentials $result = null;
+         $result = this.copy ();
+         out = $rh.createReply();
+         org.omg.SecurityLevel2.CredentialsHelper.write (out, $result);
+         break;
+       }
+
+       case 5:  // SecurityLevel2/Credentials/destroy
+       {
+         this.destroy ();
+         out = $rh.createReply();
+         break;
+       }
+
+       case 6:  // SecurityLevel2/Credentials/_get_credentials_type
+       {
+         org.omg.Security.InvocationCredentialsType $result = null;
+         $result = this.credentials_type ();
+         out = $rh.createReply();
+         org.omg.Security.InvocationCredentialsTypeHelper.write (out, $result);
+         break;
+       }
+
+       case 7:  // SecurityLevel2/Credentials/_get_authentication_state
+       {
+         org.omg.Security.AuthenticationStatus $result = null;
+         $result = this.authentication_state ();
+         out = $rh.createReply();
+         org.omg.Security.AuthenticationStatusHelper.write (out, $result);
+         break;
+       }
+
+       case 8:  // SecurityLevel2/Credentials/_get_mechanism
+       {
+         String $result = null;
+         $result = this.mechanism ();
+         out = $rh.createReply();
+         out.write_string ($result);
+         break;
+       }
+
+       case 9:  // SecurityLevel2/Credentials/_get_accepting_options_supported
+       {
+         short $result = (short)0;
+         $result = this.accepting_options_supported ();
+         out = $rh.createReply();
+         out.write_ushort ($result);
+         break;
+       }
+
+       case 10:  // SecurityLevel2/Credentials/_set_accepting_options_supported
+       {
+         short newAccepting_options_supported = org.omg.Security.AssociationOptionsHelper.read (in);
+         this.accepting_options_supported (newAccepting_options_supported);
+         out = $rh.createReply();
+         break;
+       }
+
+       case 11:  // SecurityLevel2/Credentials/_get_accepting_options_required
+       {
+         short $result = (short)0;
+         $result = this.accepting_options_required ();
+         out = $rh.createReply();
+         out.write_ushort ($result);
+         break;
+       }
+
+       case 12:  // SecurityLevel2/Credentials/_set_accepting_options_required
+       {
+         short newAccepting_options_required = org.omg.Security.AssociationOptionsHelper.read (in);
+         this.accepting_options_required (newAccepting_options_required);
+         out = $rh.createReply();
+         break;
+       }
+
+       case 13:  // SecurityLevel2/Credentials/_get_invocation_options_supported
+       {
+         short $result = (short)0;
+         $result = this.invocation_options_supported ();
+         out = $rh.createReply();
+         out.write_ushort ($result);
+         break;
+       }
+
+       case 14:  // SecurityLevel2/Credentials/_set_invocation_options_supported
+       {
+         short newInvocation_options_supported = org.omg.Security.AssociationOptionsHelper.read (in);
+         this.invocation_options_supported (newInvocation_options_supported);
+         out = $rh.createReply();
+         break;
+       }
+
+       case 15:  // SecurityLevel2/Credentials/_get_invocation_options_required
+       {
+         short $result = (short)0;
+         $result = this.invocation_options_required ();
+         out = $rh.createReply();
+         out.write_ushort ($result);
+         break;
+       }
+
+       case 16:  // SecurityLevel2/Credentials/_set_invocation_options_required
+       {
+         short newInvocation_options_required = org.omg.Security.AssociationOptionsHelper.read (in);
+         this.invocation_options_required (newInvocation_options_required);
+         out = $rh.createReply();
+         break;
+       }
+
+       case 17:  // SecurityLevel2/Credentials/get_security_feature
+       {
+         org.omg.Security.CommunicationDirection direction = org.omg.Security.CommunicationDirectionHelper.read (in);
+         org.omg.Security.SecurityFeature feature = org.omg.Security.SecurityFeatureHelper.read (in);
+         boolean $result = false;
+         $result = this.get_security_feature (direction, feature);
+         out = $rh.createReply();
+         out.write_boolean ($result);
+         break;
+       }
+
+       case 18:  // SecurityLevel2/Credentials/set_attributes
+       {
+         org.omg.Security.SecAttribute requested_attributes[] = org.omg.Security.AttributeListHelper.read (in);
+         org.omg.Security.AttributeListHolder actual_attributes = new org.omg.Security.AttributeListHolder ();
+         boolean $result = false;
+         $result = this.set_attributes (requested_attributes, actual_attributes);
+         out = $rh.createReply();
+         out.write_boolean ($result);
+         org.omg.Security.AttributeListHelper.write (out, actual_attributes.value);
+         break;
+       }
+
+       case 19:  // SecurityLevel2/Credentials/get_attributes
+       {
+         org.omg.Security.AttributeType attributes[] = org.omg.Security.AttributeTypeListHelper.read (in);
+         org.omg.Security.SecAttribute $result[] = null;
+         $result = this.get_attributes (attributes);
+         out = $rh.createReply();
+         org.omg.Security.AttributeListHelper.write (out, $result);
+         break;
+       }
+
+       case 20:  // SecurityLevel2/Credentials/is_valid
+       {
+         org.omg.TimeBase.UtcTHolder expiry_time = new org.omg.TimeBase.UtcTHolder ();
+         boolean $result = false;
+         $result = this.is_valid (expiry_time);
+         out = $rh.createReply();
+         out.write_boolean ($result);
+         org.omg.Security.UtcTHelper.write (out, expiry_time.value);
+         break;
+       }
+
+       case 21:  // SecurityLevel2/Credentials/refresh
+       {
+         org.omg.CORBA.Any refresh_data = in.read_any ();
+         boolean $result = false;
+         $result = this.refresh (refresh_data);
+         out = $rh.createReply();
+         out.write_boolean ($result);
+         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/ReceivedCredentials:1.0", 
+    "IDL:SecurityLevel2/Credentials:1.0"};
+
+  public String[] _all_interfaces (org.omg.PortableServer.POA poa, byte[] objectId)
+  {
+    return (String[])__ids.clone ();
+  }
+
+  public ReceivedCredentials _this() 
+  {
+    return ReceivedCredentialsHelper.narrow(
+    super._this_object());
+  }
+
+  public ReceivedCredentials _this(org.omg.CORBA.ORB orb) 
+  {
+    return ReceivedCredentialsHelper.narrow(
+    super._this_object(orb));
+  }
+
+
+} // class ReceivedCredentialsPOA

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/RequiredRightsOperations.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/RequiredRightsOperations.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/RequiredRightsOperations.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/RequiredRightsOperations.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,17 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/RequiredRightsOperations.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+// RequiredRights Interface
+public interface RequiredRightsOperations 
+{
+  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);
+  void set_required_rights (String operation_name, String interface_name, org.omg.Security.Right[] rights, org.omg.Security.RightsCombinator rights_combinator);
+} // interface RequiredRightsOperations

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

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

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

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/RequiredRightsPOA.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/RequiredRightsPOA.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/RequiredRightsPOA.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/RequiredRightsPOA.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,91 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/RequiredRightsPOA.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+// RequiredRights Interface
+public abstract class RequiredRightsPOA extends org.omg.PortableServer.Servant
+ implements org.omg.SecurityLevel2.RequiredRightsOperations, org.omg.CORBA.portable.InvokeHandler
+{
+
+  // Constructors
+
+  private static java.util.Hashtable _methods = new java.util.Hashtable ();
+  static
+  {
+    _methods.put ("get_required_rights", new java.lang.Integer (0));
+    _methods.put ("set_required_rights", new java.lang.Integer (1));
+  }
+
+  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/RequiredRights/get_required_rights
+       {
+         org.omg.CORBA.Object obj = org.omg.CORBA.ObjectHelper.read (in);
+         String operation_name = org.omg.CORBA.IdentifierHelper.read (in);
+         String interface_name = org.omg.CORBA.RepositoryIdHelper.read (in);
+         org.omg.Security.RightsListHolder rights = new org.omg.Security.RightsListHolder ();
+         org.omg.Security.RightsCombinatorHolder rights_combinator = new org.omg.Security.RightsCombinatorHolder ();
+         this.get_required_rights (obj, operation_name, interface_name, rights, rights_combinator);
+         out = $rh.createReply();
+         org.omg.Security.RightsListHelper.write (out, rights.value);
+         org.omg.Security.RightsCombinatorHelper.write (out, rights_combinator.value);
+         break;
+       }
+
+       case 1:  // SecurityLevel2/RequiredRights/set_required_rights
+       {
+         String operation_name = org.omg.CORBA.IdentifierHelper.read (in);
+         String interface_name = org.omg.CORBA.RepositoryIdHelper.read (in);
+         org.omg.Security.Right rights[] = org.omg.Security.RightsListHelper.read (in);
+         org.omg.Security.RightsCombinator rights_combinator = org.omg.Security.RightsCombinatorHelper.read (in);
+         this.set_required_rights (operation_name, interface_name, rights, rights_combinator);
+         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/RequiredRights:1.0"};
+
+  public String[] _all_interfaces (org.omg.PortableServer.POA poa, byte[] objectId)
+  {
+    return (String[])__ids.clone ();
+  }
+
+  public RequiredRights _this() 
+  {
+    return RequiredRightsHelper.narrow(
+    super._this_object());
+  }
+
+  public RequiredRights _this(org.omg.CORBA.ORB orb) 
+  {
+    return RequiredRightsHelper.narrow(
+    super._this_object(orb));
+  }
+
+
+} // class RequiredRightsPOA

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/SecurityManagerOperations.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/SecurityManagerOperations.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/SecurityManagerOperations.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/SecurityManagerOperations.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,26 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/SecurityManagerOperations.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:59 AM PST
+*/
+
+
+/* */
+public interface SecurityManagerOperations 
+{
+
+  // Process/Capsule/ORB Instance specific operations
+  org.omg.Security.MechandOptions[] supported_mechanisms ();
+  org.omg.SecurityLevel2.Credentials[] own_credentials ();
+  org.omg.SecurityLevel2.RequiredRights required_rights_object ();
+  org.omg.SecurityLevel2.PrincipalAuthenticator principal_authenticator ();
+  org.omg.SecurityLevel2.AccessDecision access_decision ();
+  org.omg.SecurityLevel2.AuditDecision audit_decision ();
+  org.omg.SecurityLevel2.TargetCredentials get_target_credentials (org.omg.CORBA.Object obj_ref);
+  void remove_own_credentials (org.omg.SecurityLevel2.Credentials creds);
+  org.omg.CORBA.Policy get_security_policy (int policy_type);
+} // interface SecurityManagerOperations

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

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

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

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/SecurityManagerPOA.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/SecurityManagerPOA.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/SecurityManagerPOA.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/SecurityManagerPOA.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,157 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/SecurityManagerPOA.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:59 AM PST
+*/
+
+
+/* */
+public abstract class SecurityManagerPOA extends org.omg.PortableServer.Servant
+ implements org.omg.SecurityLevel2.SecurityManagerOperations, org.omg.CORBA.portable.InvokeHandler
+{
+
+  // Constructors
+
+  private static java.util.Hashtable _methods = new java.util.Hashtable ();
+  static
+  {
+    _methods.put ("_get_supported_mechanisms", new java.lang.Integer (0));
+    _methods.put ("_get_own_credentials", new java.lang.Integer (1));
+    _methods.put ("_get_required_rights_object", new java.lang.Integer (2));
+    _methods.put ("_get_principal_authenticator", new java.lang.Integer (3));
+    _methods.put ("_get_access_decision", new java.lang.Integer (4));
+    _methods.put ("_get_audit_decision", new java.lang.Integer (5));
+    _methods.put ("get_target_credentials", new java.lang.Integer (6));
+    _methods.put ("remove_own_credentials", new java.lang.Integer (7));
+    _methods.put ("get_security_policy", new java.lang.Integer (8));
+  }
+
+  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 ())
+    {
+
+  // Process/Capsule/ORB Instance specific operations
+       case 0:  // SecurityLevel2/SecurityManager/_get_supported_mechanisms
+       {
+         org.omg.Security.MechandOptions $result[] = null;
+         $result = this.supported_mechanisms ();
+         out = $rh.createReply();
+         org.omg.Security.MechandOptionsListHelper.write (out, $result);
+         break;
+       }
+
+       case 1:  // SecurityLevel2/SecurityManager/_get_own_credentials
+       {
+         org.omg.SecurityLevel2.Credentials $result[] = null;
+         $result = this.own_credentials ();
+         out = $rh.createReply();
+         org.omg.SecurityLevel2.CredentialsListHelper.write (out, $result);
+         break;
+       }
+
+       case 2:  // SecurityLevel2/SecurityManager/_get_required_rights_object
+       {
+         org.omg.SecurityLevel2.RequiredRights $result = null;
+         $result = this.required_rights_object ();
+         out = $rh.createReply();
+         org.omg.SecurityLevel2.RequiredRightsHelper.write (out, $result);
+         break;
+       }
+
+       case 3:  // SecurityLevel2/SecurityManager/_get_principal_authenticator
+       {
+         org.omg.SecurityLevel2.PrincipalAuthenticator $result = null;
+         $result = this.principal_authenticator ();
+         out = $rh.createReply();
+         org.omg.SecurityLevel2.PrincipalAuthenticatorHelper.write (out, $result);
+         break;
+       }
+
+       case 4:  // SecurityLevel2/SecurityManager/_get_access_decision
+       {
+         org.omg.SecurityLevel2.AccessDecision $result = null;
+         $result = this.access_decision ();
+         out = $rh.createReply();
+         org.omg.SecurityLevel2.AccessDecisionHelper.write (out, $result);
+         break;
+       }
+
+       case 5:  // SecurityLevel2/SecurityManager/_get_audit_decision
+       {
+         org.omg.SecurityLevel2.AuditDecision $result = null;
+         $result = this.audit_decision ();
+         out = $rh.createReply();
+         org.omg.SecurityLevel2.AuditDecisionHelper.write (out, $result);
+         break;
+       }
+
+       case 6:  // SecurityLevel2/SecurityManager/get_target_credentials
+       {
+         org.omg.CORBA.Object obj_ref = org.omg.CORBA.ObjectHelper.read (in);
+         org.omg.SecurityLevel2.TargetCredentials $result = null;
+         $result = this.get_target_credentials (obj_ref);
+         out = $rh.createReply();
+         org.omg.SecurityLevel2.TargetCredentialsHelper.write (out, $result);
+         break;
+       }
+
+       case 7:  // SecurityLevel2/SecurityManager/remove_own_credentials
+       {
+         org.omg.SecurityLevel2.Credentials creds = org.omg.SecurityLevel2.CredentialsHelper.read (in);
+         this.remove_own_credentials (creds);
+         out = $rh.createReply();
+         break;
+       }
+
+       case 8:  // SecurityLevel2/SecurityManager/get_security_policy
+       {
+         int policy_type = org.omg.CORBA.PolicyTypeHelper.read (in);
+         org.omg.CORBA.Policy $result = null;
+         $result = this.get_security_policy (policy_type);
+         out = $rh.createReply();
+         org.omg.CORBA.PolicyHelper.write (out, $result);
+         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/SecurityManager:1.0"};
+
+  public String[] _all_interfaces (org.omg.PortableServer.POA poa, byte[] objectId)
+  {
+    return (String[])__ids.clone ();
+  }
+
+  public SecurityManager _this() 
+  {
+    return SecurityManagerHelper.narrow(
+    super._this_object());
+  }
+
+  public SecurityManager _this(org.omg.CORBA.ORB orb) 
+  {
+    return SecurityManagerHelper.narrow(
+    super._this_object(orb));
+  }
+
+
+} // class SecurityManagerPOA

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/TargetCredentialsPOA.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/TargetCredentialsPOA.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/TargetCredentialsPOA.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/TargetCredentialsPOA.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,268 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/TargetCredentialsPOA.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+/* */
+public abstract class TargetCredentialsPOA extends org.omg.PortableServer.Servant
+ implements org.omg.SecurityLevel2.TargetCredentialsOperations, org.omg.CORBA.portable.InvokeHandler
+{
+
+  // Constructors
+
+  private static java.util.Hashtable _methods = new java.util.Hashtable ();
+  static
+  {
+    _methods.put ("_get_initiating_credentials", new java.lang.Integer (0));
+    _methods.put ("_get_association_options_used", new java.lang.Integer (1));
+    _methods.put ("copy", new java.lang.Integer (2));
+    _methods.put ("destroy", new java.lang.Integer (3));
+    _methods.put ("_get_credentials_type", new java.lang.Integer (4));
+    _methods.put ("_get_authentication_state", new java.lang.Integer (5));
+    _methods.put ("_get_mechanism", new java.lang.Integer (6));
+    _methods.put ("_get_accepting_options_supported", new java.lang.Integer (7));
+    _methods.put ("_set_accepting_options_supported", new java.lang.Integer (8));
+    _methods.put ("_get_accepting_options_required", new java.lang.Integer (9));
+    _methods.put ("_set_accepting_options_required", new java.lang.Integer (10));
+    _methods.put ("_get_invocation_options_supported", new java.lang.Integer (11));
+    _methods.put ("_set_invocation_options_supported", new java.lang.Integer (12));
+    _methods.put ("_get_invocation_options_required", new java.lang.Integer (13));
+    _methods.put ("_set_invocation_options_required", new java.lang.Integer (14));
+    _methods.put ("get_security_feature", new java.lang.Integer (15));
+    _methods.put ("set_attributes", new java.lang.Integer (16));
+    _methods.put ("get_attributes", new java.lang.Integer (17));
+    _methods.put ("is_valid", new java.lang.Integer (18));
+    _methods.put ("refresh", new java.lang.Integer (19));
+  }
+
+  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/TargetCredentials/_get_initiating_credentials
+       {
+         org.omg.SecurityLevel2.Credentials $result = null;
+         $result = this.initiating_credentials ();
+         out = $rh.createReply();
+         org.omg.SecurityLevel2.CredentialsHelper.write (out, $result);
+         break;
+       }
+
+       case 1:  // SecurityLevel2/TargetCredentials/_get_association_options_used
+       {
+         short $result = (short)0;
+         $result = this.association_options_used ();
+         out = $rh.createReply();
+         out.write_ushort ($result);
+         break;
+       }
+
+       case 2:  // SecurityLevel2/Credentials/copy
+       {
+         org.omg.SecurityLevel2.Credentials $result = null;
+         $result = this.copy ();
+         out = $rh.createReply();
+         org.omg.SecurityLevel2.CredentialsHelper.write (out, $result);
+         break;
+       }
+
+       case 3:  // SecurityLevel2/Credentials/destroy
+       {
+         this.destroy ();
+         out = $rh.createReply();
+         break;
+       }
+
+       case 4:  // SecurityLevel2/Credentials/_get_credentials_type
+       {
+         org.omg.Security.InvocationCredentialsType $result = null;
+         $result = this.credentials_type ();
+         out = $rh.createReply();
+         org.omg.Security.InvocationCredentialsTypeHelper.write (out, $result);
+         break;
+       }
+
+       case 5:  // SecurityLevel2/Credentials/_get_authentication_state
+       {
+         org.omg.Security.AuthenticationStatus $result = null;
+         $result = this.authentication_state ();
+         out = $rh.createReply();
+         org.omg.Security.AuthenticationStatusHelper.write (out, $result);
+         break;
+       }
+
+       case 6:  // SecurityLevel2/Credentials/_get_mechanism
+       {
+         String $result = null;
+         $result = this.mechanism ();
+         out = $rh.createReply();
+         out.write_string ($result);
+         break;
+       }
+
+       case 7:  // SecurityLevel2/Credentials/_get_accepting_options_supported
+       {
+         short $result = (short)0;
+         $result = this.accepting_options_supported ();
+         out = $rh.createReply();
+         out.write_ushort ($result);
+         break;
+       }
+
+       case 8:  // SecurityLevel2/Credentials/_set_accepting_options_supported
+       {
+         short newAccepting_options_supported = org.omg.Security.AssociationOptionsHelper.read (in);
+         this.accepting_options_supported (newAccepting_options_supported);
+         out = $rh.createReply();
+         break;
+       }
+
+       case 9:  // SecurityLevel2/Credentials/_get_accepting_options_required
+       {
+         short $result = (short)0;
+         $result = this.accepting_options_required ();
+         out = $rh.createReply();
+         out.write_ushort ($result);
+         break;
+       }
+
+       case 10:  // SecurityLevel2/Credentials/_set_accepting_options_required
+       {
+         short newAccepting_options_required = org.omg.Security.AssociationOptionsHelper.read (in);
+         this.accepting_options_required (newAccepting_options_required);
+         out = $rh.createReply();
+         break;
+       }
+
+       case 11:  // SecurityLevel2/Credentials/_get_invocation_options_supported
+       {
+         short $result = (short)0;
+         $result = this.invocation_options_supported ();
+         out = $rh.createReply();
+         out.write_ushort ($result);
+         break;
+       }
+
+       case 12:  // SecurityLevel2/Credentials/_set_invocation_options_supported
+       {
+         short newInvocation_options_supported = org.omg.Security.AssociationOptionsHelper.read (in);
+         this.invocation_options_supported (newInvocation_options_supported);
+         out = $rh.createReply();
+         break;
+       }
+
+       case 13:  // SecurityLevel2/Credentials/_get_invocation_options_required
+       {
+         short $result = (short)0;
+         $result = this.invocation_options_required ();
+         out = $rh.createReply();
+         out.write_ushort ($result);
+         break;
+       }
+
+       case 14:  // SecurityLevel2/Credentials/_set_invocation_options_required
+       {
+         short newInvocation_options_required = org.omg.Security.AssociationOptionsHelper.read (in);
+         this.invocation_options_required (newInvocation_options_required);
+         out = $rh.createReply();
+         break;
+       }
+
+       case 15:  // SecurityLevel2/Credentials/get_security_feature
+       {
+         org.omg.Security.CommunicationDirection direction = org.omg.Security.CommunicationDirectionHelper.read (in);
+         org.omg.Security.SecurityFeature feature = org.omg.Security.SecurityFeatureHelper.read (in);
+         boolean $result = false;
+         $result = this.get_security_feature (direction, feature);
+         out = $rh.createReply();
+         out.write_boolean ($result);
+         break;
+       }
+
+       case 16:  // SecurityLevel2/Credentials/set_attributes
+       {
+         org.omg.Security.SecAttribute requested_attributes[] = org.omg.Security.AttributeListHelper.read (in);
+         org.omg.Security.AttributeListHolder actual_attributes = new org.omg.Security.AttributeListHolder ();
+         boolean $result = false;
+         $result = this.set_attributes (requested_attributes, actual_attributes);
+         out = $rh.createReply();
+         out.write_boolean ($result);
+         org.omg.Security.AttributeListHelper.write (out, actual_attributes.value);
+         break;
+       }
+
+       case 17:  // SecurityLevel2/Credentials/get_attributes
+       {
+         org.omg.Security.AttributeType attributes[] = org.omg.Security.AttributeTypeListHelper.read (in);
+         org.omg.Security.SecAttribute $result[] = null;
+         $result = this.get_attributes (attributes);
+         out = $rh.createReply();
+         org.omg.Security.AttributeListHelper.write (out, $result);
+         break;
+       }
+
+       case 18:  // SecurityLevel2/Credentials/is_valid
+       {
+         org.omg.TimeBase.UtcTHolder expiry_time = new org.omg.TimeBase.UtcTHolder ();
+         boolean $result = false;
+         $result = this.is_valid (expiry_time);
+         out = $rh.createReply();
+         out.write_boolean ($result);
+         org.omg.Security.UtcTHelper.write (out, expiry_time.value);
+         break;
+       }
+
+       case 19:  // SecurityLevel2/Credentials/refresh
+       {
+         org.omg.CORBA.Any refresh_data = in.read_any ();
+         boolean $result = false;
+         $result = this.refresh (refresh_data);
+         out = $rh.createReply();
+         out.write_boolean ($result);
+         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/TargetCredentials:1.0", 
+    "IDL:SecurityLevel2/Credentials:1.0"};
+
+  public String[] _all_interfaces (org.omg.PortableServer.POA poa, byte[] objectId)
+  {
+    return (String[])__ids.clone ();
+  }
+
+  public TargetCredentials _this() 
+  {
+    return TargetCredentialsHelper.narrow(
+    super._this_object());
+  }
+
+  public TargetCredentials _this(org.omg.CORBA.ORB orb) 
+  {
+    return TargetCredentialsHelper.narrow(
+    super._this_object(orb));
+  }
+
+
+} // class TargetCredentialsPOA

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

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

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

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_AccessDecisionStub.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_AccessDecisionStub.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_AccessDecisionStub.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_AccessDecisionStub.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,65 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/_AccessDecisionStub.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+/* */
+public class _AccessDecisionStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.SecurityLevel2.AccessDecision
+{
+
+  public boolean access_allowed (org.omg.SecurityLevel2.Credentials[] cred_list, org.omg.CORBA.Object target, String operation_name, String target_interface_name)
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("access_allowed", true);
+                org.omg.SecurityLevel2.CredentialsListHelper.write ($out, cred_list);
+                org.omg.CORBA.ObjectHelper.write ($out, target);
+                org.omg.CORBA.IdentifierHelper.write ($out, operation_name);
+                org.omg.CORBA.IdentifierHelper.write ($out, target_interface_name);
+                $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 access_allowed (cred_list, target, operation_name, target_interface_name        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // access_allowed
+
+  // Type-specific CORBA::Object operations
+  private static String[] __ids = {
+    "IDL:SecurityLevel2/AccessDecision: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 _AccessDecisionStub

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

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

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

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_AuditChannelStub.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_AuditChannelStub.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_AuditChannelStub.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_AuditChannelStub.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,84 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/_AuditChannelStub.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+/* */
+public class _AuditChannelStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.SecurityLevel2.AuditChannel
+{
+
+  public void audit_write (org.omg.Security.AuditEventType event_type, org.omg.SecurityLevel2.Credentials[] creds, org.omg.TimeBase.UtcT time, org.omg.Security.SelectorValue[] descriptors, org.omg.CORBA.Any event_specific_data)
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("audit_write", true);
+                org.omg.Security.AuditEventTypeHelper.write ($out, event_type);
+                org.omg.SecurityLevel2.CredentialsListHelper.write ($out, creds);
+                org.omg.Security.UtcTHelper.write ($out, time);
+                org.omg.Security.SelectorValueListHelper.write ($out, descriptors);
+                $out.write_any (event_specific_data);
+                $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) {
+                audit_write (event_type, creds, time, descriptors, event_specific_data        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // audit_write
+
+  public int audit_channel_id ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("_get_audit_channel_id", true);
+                $in = _invoke ($out);
+                int $result = org.omg.Security.AuditChannelIdHelper.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 audit_channel_id (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // audit_channel_id
+
+  // Type-specific CORBA::Object operations
+  private static String[] __ids = {
+    "IDL:SecurityLevel2/AuditChannel: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 _AuditChannelStub

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

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

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

Added: geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_AuditDecisionStub.java
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_AuditDecisionStub.java?rev=899128&view=auto
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_AuditDecisionStub.java (added)
+++ geronimo/yoko/trunk/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SecurityLevel2/_AuditDecisionStub.java Thu Jan 14 09:15:56 2010
@@ -0,0 +1,82 @@
+package org.omg.SecurityLevel2;
+
+
+/**
+* org/omg/SecurityLevel2/_AuditDecisionStub.java .
+* Error reading Messages File.
+* Error reading Messages File.
+* Thursday, January 14, 2010 1:08:58 AM PST
+*/
+
+
+/* */
+public class _AuditDecisionStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.SecurityLevel2.AuditDecision
+{
+
+  public boolean audit_needed (org.omg.Security.AuditEventType event_type, org.omg.Security.SelectorValue[] value_list)
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("audit_needed", true);
+                org.omg.Security.AuditEventTypeHelper.write ($out, event_type);
+                org.omg.Security.SelectorValueListHelper.write ($out, value_list);
+                $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 audit_needed (event_type, value_list        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // audit_needed
+
+  public org.omg.SecurityLevel2.AuditChannel audit_channel ()
+  {
+            org.omg.CORBA.portable.InputStream $in = null;
+            try {
+                org.omg.CORBA.portable.OutputStream $out = _request ("_get_audit_channel", true);
+                $in = _invoke ($out);
+                org.omg.SecurityLevel2.AuditChannel $result = org.omg.SecurityLevel2.AuditChannelHelper.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 audit_channel (        );
+            } finally {
+                _releaseReply ($in);
+            }
+  } // audit_channel
+
+  // Type-specific CORBA::Object operations
+  private static String[] __ids = {
+    "IDL:SecurityLevel2/AuditDecision: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 _AuditDecisionStub

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

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

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