index
int64
0
0
repo_id
stringlengths
9
205
file_path
stringlengths
31
246
content
stringlengths
1
12.2M
__index_level_0__
int64
0
10k
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/SecurityServiceReady.java
package org.omg.Security; /** * org/omg/Security/SecurityServiceReady.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public interface SecurityServiceReady { public static final int value = (int)(5L); }
3,600
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DCESecureInteroperability.java
package org.omg.Security; /** * org/omg/Security/DCESecureInteroperability.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public interface DCESecureInteroperability { public static final int value = (int)(9L); }
3,601
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/SecApplicationAudit.java
package org.omg.Security; /** * org/omg/Security/SecApplicationAudit.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public interface SecApplicationAudit { public static final int value = (int)(6L); }
3,602
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/TimeTHelper.java
package org.omg.Security; /** * org/omg/Security/TimeTHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ abstract public class TimeTHelper { private static String _id = "IDL:omg.org/Security/TimeT:1.0"; public static void insert (org.omg.CORBA.Any a, long 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 long extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { __typeCode = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ulonglong); __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.TimeBase.TimeTHelper.id (), "TimeT", __typeCode); __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.Security.TimeTHelper.id (), "TimeT", __typeCode); } return __typeCode; } public static String id () { return _id; } public static long read (org.omg.CORBA.portable.InputStream istream) { long value = (long)0; value = istream.read_ulonglong (); return value; } public static void write (org.omg.CORBA.portable.OutputStream ostream, long value) { ostream.write_ulonglong (value); } }
3,603
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/QOP.java
package org.omg.Security; /** * org/omg/Security/QOP.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ // for an object reference and used to protect messages public class QOP implements org.omg.CORBA.portable.IDLEntity { private int __value; private static int __size = 4; private static org.omg.Security.QOP[] __array = new org.omg.Security.QOP [__size]; public static final int _SecQOPNoProtection = 0; public static final org.omg.Security.QOP SecQOPNoProtection = new org.omg.Security.QOP(_SecQOPNoProtection); public static final int _SecQOPIntegrity = 1; public static final org.omg.Security.QOP SecQOPIntegrity = new org.omg.Security.QOP(_SecQOPIntegrity); public static final int _SecQOPConfidentiality = 2; public static final org.omg.Security.QOP SecQOPConfidentiality = new org.omg.Security.QOP(_SecQOPConfidentiality); public static final int _SecQOPIntegrityAndConfidentiality = 3; public static final org.omg.Security.QOP SecQOPIntegrityAndConfidentiality = new org.omg.Security.QOP(_SecQOPIntegrityAndConfidentiality); public int value () { return __value; } public static org.omg.Security.QOP from_int (int value) { if (value >= 0 && value < __size) return __array[value]; else throw new org.omg.CORBA.BAD_PARAM (); } protected QOP (int value) { __value = value; __array[__value] = this; } } // class QOP
3,604
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/AuditPolicyChange.java
package org.omg.Security; /** * org/omg/Security/AuditPolicyChange.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public interface AuditPolicyChange { public static final short value = (short)(6); }
3,605
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/AssociationOptionsHelper.java
package org.omg.Security; /** * org/omg/Security/AssociationOptionsHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ // initialize security context abstract public class AssociationOptionsHelper { private static String _id = "IDL:omg.org/Security/AssociationOptions:1.0"; public static void insert (org.omg.CORBA.Any a, short that) { org.omg.CORBA.portable.OutputStream out = a.create_output_stream (); a.type (type ()); write (out, that); a.read_value (out.create_input_stream (), type ()); } public static short extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { __typeCode = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ushort); __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.Security.AssociationOptionsHelper.id (), "AssociationOptions", __typeCode); } return __typeCode; } public static String id () { return _id; } public static short read (org.omg.CORBA.portable.InputStream istream) { short value = (short)0; value = istream.read_ushort (); return value; } public static void write (org.omg.CORBA.portable.OutputStream ostream, short value) { ostream.write_ushort (value); } }
3,606
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/SecDelegationDirectivePolicy.java
package org.omg.Security; /** * org/omg/Security/SecDelegationDirectivePolicy.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public interface SecDelegationDirectivePolicy { public static final int value = (int)(38L); }
3,607
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/SecFeaturePolicy.java
package org.omg.Security; /** * org/omg/Security/SecFeaturePolicy.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public interface SecFeaturePolicy { public static final int value = (int)(14L); }
3,608
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/SecEstablishTrustPolicy.java
package org.omg.Security; /** * org/omg/Security/SecEstablishTrustPolicy.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public interface SecEstablishTrustPolicy { public static final int value = (int)(39L); }
3,609
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/AuditAll.java
package org.omg.Security; /** * org/omg/Security/AuditAll.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public interface AuditAll { public static final short value = (short)(0); }
3,610
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/SecurityLevel1.java
package org.omg.Security; /** * org/omg/Security/SecurityLevel1.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public interface SecurityLevel1 { // Constant declarations for Security Service Options public static final int value = (int)(1L); }
3,611
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/AuthenticationMethodListHelper.java
package org.omg.Security; /** * org/omg/Security/AuthenticationMethodListHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ abstract public class AuthenticationMethodListHelper { private static String _id = "IDL:omg.org/Security/AuthenticationMethodList:1.0"; public static void insert (org.omg.CORBA.Any a, int[] 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 int[] extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { __typeCode = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ulong); __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.Security.AuthenticationMethodHelper.id (), "AuthenticationMethod", __typeCode); __typeCode = org.omg.CORBA.ORB.init ().create_sequence_tc (0, __typeCode); __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.Security.AuthenticationMethodListHelper.id (), "AuthenticationMethodList", __typeCode); } return __typeCode; } public static String id () { return _id; } public static int[] read (org.omg.CORBA.portable.InputStream istream) { int value[] = null; int _len0 = istream.read_long (); value = new int[_len0]; for (int _o1 = 0;_o1 < value.length; ++_o1) value[_o1] = org.omg.Security.AuthenticationMethodHelper.read (istream); return value; } public static void write (org.omg.CORBA.portable.OutputStream ostream, int[] value) { ostream.write_long (value.length); for (int _i0 = 0;_i0 < value.length; ++_i0) org.omg.Security.AuthenticationMethodHelper.write (ostream, value[_i0]); } }
3,612
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/NoDelegation.java
package org.omg.Security; /** * org/omg/Security/NoDelegation.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public interface NoDelegation { public static final short value = (short)(128); }
3,613
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/Initiator.java
package org.omg.Security; /** * org/omg/Security/Initiator.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public interface Initiator { public static final int value = (int)(4L); }
3,614
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommunicationDirectionHelper.java
package org.omg.Security; /** * org/omg/Security/CommunicationDirectionHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ // secure invocation policy applies abstract public class CommunicationDirectionHelper { private static String _id = "IDL:omg.org/Security/CommunicationDirection:1.0"; public static void insert (org.omg.CORBA.Any a, org.omg.Security.CommunicationDirection that) { org.omg.CORBA.portable.OutputStream out = a.create_output_stream (); a.type (type ()); write (out, that); a.read_value (out.create_input_stream (), type ()); } public static org.omg.Security.CommunicationDirection extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { __typeCode = org.omg.CORBA.ORB.init ().create_enum_tc (org.omg.Security.CommunicationDirectionHelper.id (), "CommunicationDirection", new String[] { "SecDirectionBoth", "SecDirectionRequest", "SecDirectionReply"} ); } return __typeCode; } public static String id () { return _id; } public static org.omg.Security.CommunicationDirection read (org.omg.CORBA.portable.InputStream istream) { return org.omg.Security.CommunicationDirection.from_int (istream.read_long ()); } public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.Security.CommunicationDirection value) { ostream.write_long (value.value ()); } }
3,615
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/IntervalTHelper.java
package org.omg.Security; /** * org/omg/Security/IntervalTHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ abstract public class IntervalTHelper { private static String _id = "IDL:omg.org/Security/IntervalT:1.0"; public static void insert (org.omg.CORBA.Any a, org.omg.TimeBase.IntervalT 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.TimeBase.IntervalT 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.TimeBase.IntervalTHelper.type (); __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.Security.IntervalTHelper.id (), "IntervalT", __typeCode); } return __typeCode; } public static String id () { return _id; } public static org.omg.TimeBase.IntervalT read (org.omg.CORBA.portable.InputStream istream) { org.omg.TimeBase.IntervalT value = null; value = org.omg.TimeBase.IntervalTHelper.read (istream); return value; } public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.TimeBase.IntervalT value) { org.omg.TimeBase.IntervalTHelper.write (ostream, value); } }
3,616
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/SecQOPPolicy.java
package org.omg.Security; /** * org/omg/Security/SecQOPPolicy.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public interface SecQOPPolicy { // obsolete public static final int value = (int)(15L); }
3,617
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/SecurityMechanismType.java
package org.omg.Security; /** * org/omg/Security/SecurityMechanismType.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public interface SecurityMechanismType { // Security mech types supported for secure association public static final int value = (int)(1L); }
3,618
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/PrimaryGroupId.java
package org.omg.Security; /** * org/omg/Security/PrimaryGroupId.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public interface PrimaryGroupId { public static final int value = (int)(3L); }
3,619
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommunicationDirectionHolder.java
package org.omg.Security; /** * org/omg/Security/CommunicationDirectionHolder.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ // secure invocation policy applies public final class CommunicationDirectionHolder implements org.omg.CORBA.portable.Streamable { public org.omg.Security.CommunicationDirection value = null; public CommunicationDirectionHolder () { } public CommunicationDirectionHolder (org.omg.Security.CommunicationDirection initialValue) { value = initialValue; } public void _read (org.omg.CORBA.portable.InputStream i) { value = org.omg.Security.CommunicationDirectionHelper.read (i); } public void _write (org.omg.CORBA.portable.OutputStream o) { org.omg.Security.CommunicationDirectionHelper.write (o, value); } public org.omg.CORBA.TypeCode _type () { return org.omg.Security.CommunicationDirectionHelper.type (); } }
3,620
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/Confidentiality.java
package org.omg.Security; /** * org/omg/Security/Confidentiality.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public interface Confidentiality { public static final short value = (short)(4); }
3,621
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/MechandOptions.java
package org.omg.Security; /** * org/omg/Security/MechandOptions.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public final class MechandOptions implements org.omg.CORBA.portable.IDLEntity { public String mechanism_type = null; public short options_supported = (short)0; public MechandOptions () { } // ctor public MechandOptions (String _mechanism_type, short _options_supported) { mechanism_type = _mechanism_type; options_supported = _options_supported; } // ctor } // class MechandOptions
3,622
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/SecurityContextType.java
package org.omg.Security; /** * org/omg/Security/SecurityContextType.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ // Type of SecurityContext public class SecurityContextType implements org.omg.CORBA.portable.IDLEntity { private int __value; private static int __size = 2; private static org.omg.Security.SecurityContextType[] __array = new org.omg.Security.SecurityContextType [__size]; public static final int _SecClientSecurityContext = 0; public static final org.omg.Security.SecurityContextType SecClientSecurityContext = new org.omg.Security.SecurityContextType(_SecClientSecurityContext); public static final int _SecServerSecurityContext = 1; public static final org.omg.Security.SecurityContextType SecServerSecurityContext = new org.omg.Security.SecurityContextType(_SecServerSecurityContext); public int value () { return __value; } public static org.omg.Security.SecurityContextType from_int (int value) { if (value >= 0 && value < __size) return __array[value]; else throw new org.omg.CORBA.BAD_PARAM (); } protected SecurityContextType (int value) { __value = value; __array[__value] = this; } } // class SecurityContextType
3,623
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/MechanismTypeHelper.java
package org.omg.Security; /** * org/omg/Security/MechanismTypeHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ // security association mechanism type abstract public class MechanismTypeHelper { private static String _id = "IDL:omg.org/Security/MechanismType:1.0"; public static void insert (org.omg.CORBA.Any a, String 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 String 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_string_tc (0); __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.Security.MechanismTypeHelper.id (), "MechanismType", __typeCode); } return __typeCode; } public static String id () { return _id; } public static String read (org.omg.CORBA.portable.InputStream istream) { String value = null; value = istream.read_string (); return value; } public static void write (org.omg.CORBA.portable.OutputStream ostream, String value) { ostream.write_string (value); } }
3,624
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/AuditSessionAuth.java
package org.omg.Security; /** * org/omg/Security/AuditSessionAuth.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public interface AuditSessionAuth { public static final short value = (short)(2); }
3,625
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/SecClientSecureInvocation.java
package org.omg.Security; /** * org/omg/Security/SecClientSecureInvocation.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public interface SecClientSecureInvocation { public static final int value = (int)(8L); }
3,626
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/SecurityAttributeTypeHelper.java
package org.omg.Security; /** * org/omg/Security/SecurityAttributeTypeHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ // security attributes abstract public class SecurityAttributeTypeHelper { private static String _id = "IDL:omg.org/Security/SecurityAttributeType:1.0"; public static void insert (org.omg.CORBA.Any a, int 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 int extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { __typeCode = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ulong); __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.Security.SecurityAttributeTypeHelper.id (), "SecurityAttributeType", __typeCode); } return __typeCode; } public static String id () { return _id; } public static int read (org.omg.CORBA.portable.InputStream istream) { int value = (int)0; value = istream.read_ulong (); return value; } public static void write (org.omg.CORBA.portable.OutputStream ostream, int value) { ostream.write_ulong (value); } }
3,627
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/SecNonRepudiation.java
package org.omg.Security; /** * org/omg/Security/SecNonRepudiation.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public interface SecNonRepudiation { public static final int value = (int)(10L); }
3,628
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EstablishTrustHolder.java
package org.omg.Security; /** * org/omg/Security/EstablishTrustHolder.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public final class EstablishTrustHolder implements org.omg.CORBA.portable.Streamable { public org.omg.Security.EstablishTrust value = null; public EstablishTrustHolder () { } public EstablishTrustHolder (org.omg.Security.EstablishTrust initialValue) { value = initialValue; } public void _read (org.omg.CORBA.portable.InputStream i) { value = org.omg.Security.EstablishTrustHelper.read (i); } public void _write (org.omg.CORBA.portable.OutputStream o) { org.omg.Security.EstablishTrustHelper.write (o, value); } public org.omg.CORBA.TypeCode _type () { return org.omg.Security.EstablishTrustHelper.type (); } }
3,629
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/MechandOptionsHolder.java
package org.omg.Security; /** * org/omg/Security/MechandOptionsHolder.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public final class MechandOptionsHolder implements org.omg.CORBA.portable.Streamable { public org.omg.Security.MechandOptions value = null; public MechandOptionsHolder () { } public MechandOptionsHolder (org.omg.Security.MechandOptions initialValue) { value = initialValue; } public void _read (org.omg.CORBA.portable.InputStream i) { value = org.omg.Security.MechandOptionsHelper.read (i); } public void _write (org.omg.CORBA.portable.OutputStream o) { org.omg.Security.MechandOptionsHelper.write (o, value); } public org.omg.CORBA.TypeCode _type () { return org.omg.Security.MechandOptionsHelper.type (); } }
3,630
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/RequiresSupports.java
package org.omg.Security; /** * org/omg/Security/RequiresSupports.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ // administered are the "required" or "supported" set public class RequiresSupports implements org.omg.CORBA.portable.IDLEntity { private int __value; private static int __size = 2; private static org.omg.Security.RequiresSupports[] __array = new org.omg.Security.RequiresSupports [__size]; public static final int _SecRequires = 0; public static final org.omg.Security.RequiresSupports SecRequires = new org.omg.Security.RequiresSupports(_SecRequires); public static final int _SecSupports = 1; public static final org.omg.Security.RequiresSupports SecSupports = new org.omg.Security.RequiresSupports(_SecSupports); public int value () { return __value; } public static org.omg.Security.RequiresSupports from_int (int value) { if (value >= 0 && value < __size) return __array[value]; else throw new org.omg.CORBA.BAD_PARAM (); } protected RequiresSupports (int value) { __value = value; __array[__value] = this; } } // class RequiresSupports
3,631
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/ExtensibleFamilyHolder.java
package org.omg.Security; /** * org/omg/Security/ExtensibleFamilyHolder.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public final class ExtensibleFamilyHolder implements org.omg.CORBA.portable.Streamable { public org.omg.Security.ExtensibleFamily value = null; public ExtensibleFamilyHolder () { } public ExtensibleFamilyHolder (org.omg.Security.ExtensibleFamily initialValue) { value = initialValue; } public void _read (org.omg.CORBA.portable.InputStream i) { value = org.omg.Security.ExtensibleFamilyHelper.read (i); } public void _write (org.omg.CORBA.portable.OutputStream o) { org.omg.Security.ExtensibleFamilyHelper.write (o, value); } public org.omg.CORBA.TypeCode _type () { return org.omg.Security.ExtensibleFamilyHelper.type (); } }
3,632
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/SecurityAttribute.java
package org.omg.Security; /** * org/omg/Security/SecurityAttribute.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public interface SecurityAttribute { // privilege types supported in standard access policy public static final int value = (int)(2L); }
3,633
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/RightsListHelper.java
package org.omg.Security; /** * org/omg/Security/RightsListHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ abstract public class RightsListHelper { private static String _id = "IDL:omg.org/Security/RightsList:1.0"; public static void insert (org.omg.CORBA.Any a, org.omg.Security.Right[] that) { org.omg.CORBA.portable.OutputStream out = a.create_output_stream (); a.type (type ()); write (out, that); a.read_value (out.create_input_stream (), type ()); } public static org.omg.Security.Right[] 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.Security.RightHelper.type (); __typeCode = org.omg.CORBA.ORB.init ().create_sequence_tc (0, __typeCode); __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.Security.RightsListHelper.id (), "RightsList", __typeCode); } return __typeCode; } public static String id () { return _id; } public static org.omg.Security.Right[] read (org.omg.CORBA.portable.InputStream istream) { org.omg.Security.Right value[] = null; int _len0 = istream.read_long (); value = new org.omg.Security.Right[_len0]; for (int _o1 = 0;_o1 < value.length; ++_o1) value[_o1] = org.omg.Security.RightHelper.read (istream); return value; } public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.Security.Right[] value) { ostream.write_long (value.length); for (int _i0 = 0;_i0 < value.length; ++_i0) org.omg.Security.RightHelper.write (ostream, value[_i0]); } }
3,634
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/QOPHolder.java
package org.omg.Security; /** * org/omg/Security/QOPHolder.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ // for an object reference and used to protect messages public final class QOPHolder implements org.omg.CORBA.portable.Streamable { public org.omg.Security.QOP value = null; public QOPHolder () { } public QOPHolder (org.omg.Security.QOP initialValue) { value = initialValue; } public void _read (org.omg.CORBA.portable.InputStream i) { value = org.omg.Security.QOPHelper.read (i); } public void _write (org.omg.CORBA.portable.OutputStream o) { org.omg.Security.QOPHelper.write (o, value); } public org.omg.CORBA.TypeCode _type () { return org.omg.Security.QOPHelper.type (); } }
3,635
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/OpaqueHelper.java
package org.omg.Security; /** * org/omg/Security/OpaqueHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ abstract public class OpaqueHelper { private static String _id = "IDL:omg.org/Security/Opaque:1.0"; public static void insert (org.omg.CORBA.Any a, byte[] 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 byte[] extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { __typeCode = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_octet); __typeCode = org.omg.CORBA.ORB.init ().create_sequence_tc (0, __typeCode); __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.Security.OpaqueHelper.id (), "Opaque", __typeCode); } return __typeCode; } public static String id () { return _id; } public static byte[] read (org.omg.CORBA.portable.InputStream istream) { byte value[] = null; int _len0 = istream.read_long (); value = new byte[_len0]; istream.read_octet_array (value, 0, _len0); return value; } public static void write (org.omg.CORBA.portable.OutputStream ostream, byte[] value) { ostream.write_long (value.length); ostream.write_octet_array (value, 0, value.length); } }
3,636
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/Role.java
package org.omg.Security; /** * org/omg/Security/Role.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public interface Role { public static final int value = (int)(5L); }
3,637
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/AuditEventTypeListHolder.java
package org.omg.Security; /** * org/omg/Security/AuditEventTypeListHolder.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public final class AuditEventTypeListHolder implements org.omg.CORBA.portable.Streamable { public org.omg.Security.AuditEventType value[] = null; public AuditEventTypeListHolder () { } public AuditEventTypeListHolder (org.omg.Security.AuditEventType[] initialValue) { value = initialValue; } public void _read (org.omg.CORBA.portable.InputStream i) { value = org.omg.Security.AuditEventTypeListHelper.read (i); } public void _write (org.omg.CORBA.portable.OutputStream o) { org.omg.Security.AuditEventTypeListHelper.write (o, value); } public org.omg.CORBA.TypeCode _type () { return org.omg.Security.AuditEventTypeListHelper.type (); } }
3,638
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/AuditCombinatorHolder.java
package org.omg.Security; /** * org/omg/Security/AuditCombinatorHolder.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public final class AuditCombinatorHolder implements org.omg.CORBA.portable.Streamable { public org.omg.Security.AuditCombinator value = null; public AuditCombinatorHolder () { } public AuditCombinatorHolder (org.omg.Security.AuditCombinator initialValue) { value = initialValue; } public void _read (org.omg.CORBA.portable.InputStream i) { value = org.omg.Security.AuditCombinatorHelper.read (i); } public void _write (org.omg.CORBA.portable.OutputStream o) { org.omg.Security.AuditCombinatorHelper.write (o, value); } public org.omg.CORBA.TypeCode _type () { return org.omg.Security.AuditCombinatorHelper.type (); } }
3,639
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/OIDHelper.java
package org.omg.Security; /** * org/omg/Security/OIDHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ abstract public class OIDHelper { private static String _id = "IDL:omg.org/Security/OID:1.0"; public static void insert (org.omg.CORBA.Any a, byte[] 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 byte[] extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { __typeCode = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_octet); __typeCode = org.omg.CORBA.ORB.init ().create_sequence_tc (0, __typeCode); __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.Security.OIDHelper.id (), "OID", __typeCode); } return __typeCode; } public static String id () { return _id; } public static byte[] read (org.omg.CORBA.portable.InputStream istream) { byte value[] = null; int _len0 = istream.read_long (); value = new byte[_len0]; istream.read_octet_array (value, 0, _len0); return value; } public static void write (org.omg.CORBA.portable.OutputStream ostream, byte[] value) { ostream.write_long (value.length); ostream.write_octet_array (value, 0, value.length); } }
3,640
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DayOfTheWeek.java
package org.omg.Security; /** * org/omg/Security/DayOfTheWeek.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public class DayOfTheWeek implements org.omg.CORBA.portable.IDLEntity { private int __value; private static int __size = 7; private static org.omg.Security.DayOfTheWeek[] __array = new org.omg.Security.DayOfTheWeek [__size]; public static final int _Monday = 0; public static final org.omg.Security.DayOfTheWeek Monday = new org.omg.Security.DayOfTheWeek(_Monday); public static final int _Tuesday = 1; public static final org.omg.Security.DayOfTheWeek Tuesday = new org.omg.Security.DayOfTheWeek(_Tuesday); public static final int _Wednesday = 2; public static final org.omg.Security.DayOfTheWeek Wednesday = new org.omg.Security.DayOfTheWeek(_Wednesday); public static final int _Thursday = 3; public static final org.omg.Security.DayOfTheWeek Thursday = new org.omg.Security.DayOfTheWeek(_Thursday); public static final int _Friday = 4; public static final org.omg.Security.DayOfTheWeek Friday = new org.omg.Security.DayOfTheWeek(_Friday); public static final int _Saturday = 5; public static final org.omg.Security.DayOfTheWeek Saturday = new org.omg.Security.DayOfTheWeek(_Saturday); public static final int _Sunday = 6; public static final org.omg.Security.DayOfTheWeek Sunday = new org.omg.Security.DayOfTheWeek(_Sunday); public int value () { return __value; } public static org.omg.Security.DayOfTheWeek from_int (int value) { if (value >= 0 && value < __size) return __array[value]; else throw new org.omg.CORBA.BAD_PARAM (); } protected DayOfTheWeek (int value) { __value = value; __array[__value] = this; } } // class DayOfTheWeek
3,641
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/SecApplicationAccess.java
package org.omg.Security; /** * org/omg/Security/SecApplicationAccess.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public interface SecApplicationAccess { public static final int value = (int)(3L); }
3,642
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/OpaqueHolder.java
package org.omg.Security; /** * org/omg/Security/OpaqueHolder.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public final class OpaqueHolder implements org.omg.CORBA.portable.Streamable { public byte value[] = null; public OpaqueHolder () { } public OpaqueHolder (byte[] initialValue) { value = initialValue; } public void _read (org.omg.CORBA.portable.InputStream i) { value = org.omg.Security.OpaqueHelper.read (i); } public void _write (org.omg.CORBA.portable.OutputStream o) { org.omg.Security.OpaqueHelper.write (o, value); } public org.omg.CORBA.TypeCode _type () { return org.omg.Security.OpaqueHelper.type (); } }
3,643
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/AuditEventTypeListHelper.java
package org.omg.Security; /** * org/omg/Security/AuditEventTypeListHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ abstract public class AuditEventTypeListHelper { private static String _id = "IDL:omg.org/Security/AuditEventTypeList:1.0"; public static void insert (org.omg.CORBA.Any a, org.omg.Security.AuditEventType[] that) { org.omg.CORBA.portable.OutputStream out = a.create_output_stream (); a.type (type ()); write (out, that); a.read_value (out.create_input_stream (), type ()); } public static org.omg.Security.AuditEventType[] 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.Security.AuditEventTypeHelper.type (); __typeCode = org.omg.CORBA.ORB.init ().create_sequence_tc (0, __typeCode); __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.Security.AuditEventTypeListHelper.id (), "AuditEventTypeList", __typeCode); } return __typeCode; } public static String id () { return _id; } public static org.omg.Security.AuditEventType[] read (org.omg.CORBA.portable.InputStream istream) { org.omg.Security.AuditEventType value[] = null; int _len0 = istream.read_long (); value = new org.omg.Security.AuditEventType[_len0]; for (int _o1 = 0;_o1 < value.length; ++_o1) value[_o1] = org.omg.Security.AuditEventTypeHelper.read (istream); return value; } public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.Security.AuditEventType[] value) { ostream.write_long (value.length); for (int _i0 = 0;_i0 < value.length; ++_i0) org.omg.Security.AuditEventTypeHelper.write (ostream, value[_i0]); } }
3,644
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/AuditCombinatorHelper.java
package org.omg.Security; /** * org/omg/Security/AuditCombinatorHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ abstract public class AuditCombinatorHelper { private static String _id = "IDL:omg.org/Security/AuditCombinator:1.0"; public static void insert (org.omg.CORBA.Any a, org.omg.Security.AuditCombinator that) { org.omg.CORBA.portable.OutputStream out = a.create_output_stream (); a.type (type ()); write (out, that); a.read_value (out.create_input_stream (), type ()); } public static org.omg.Security.AuditCombinator extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { __typeCode = org.omg.CORBA.ORB.init ().create_enum_tc (org.omg.Security.AuditCombinatorHelper.id (), "AuditCombinator", new String[] { "SecAllSelectors", "SecAnySelector"} ); } return __typeCode; } public static String id () { return _id; } public static org.omg.Security.AuditCombinator read (org.omg.CORBA.portable.InputStream istream) { return org.omg.Security.AuditCombinator.from_int (istream.read_long ()); } public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.Security.AuditCombinator value) { ostream.write_long (value.value ()); } }
3,645
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/RightsCombinator.java
package org.omg.Security; /** * org/omg/Security/RightsCombinator.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public class RightsCombinator implements org.omg.CORBA.portable.IDLEntity { private int __value; private static int __size = 2; private static org.omg.Security.RightsCombinator[] __array = new org.omg.Security.RightsCombinator [__size]; public static final int _SecAllRights = 0; public static final org.omg.Security.RightsCombinator SecAllRights = new org.omg.Security.RightsCombinator(_SecAllRights); public static final int _SecAnyRight = 1; public static final org.omg.Security.RightsCombinator SecAnyRight = new org.omg.Security.RightsCombinator(_SecAnyRight); public int value () { return __value; } public static org.omg.Security.RightsCombinator from_int (int value) { if (value >= 0 && value < __size) return __array[value]; else throw new org.omg.CORBA.BAD_PARAM (); } protected RightsCombinator (int value) { __value = value; __array[__value] = this; } } // class RightsCombinator
3,646
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/OIDHolder.java
package org.omg.Security; /** * org/omg/Security/OIDHolder.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public final class OIDHolder implements org.omg.CORBA.portable.Streamable { public byte value[] = null; public OIDHolder () { } public OIDHolder (byte[] initialValue) { value = initialValue; } public void _read (org.omg.CORBA.portable.InputStream i) { value = org.omg.Security.OIDHelper.read (i); } public void _write (org.omg.CORBA.portable.OutputStream o) { org.omg.Security.OIDHelper.write (o, value); } public org.omg.CORBA.TypeCode _type () { return org.omg.Security.OIDHelper.type (); } }
3,647
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/ExtensibleFamilyHelper.java
package org.omg.Security; /** * org/omg/Security/ExtensibleFamilyHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ abstract public class ExtensibleFamilyHelper { private static String _id = "IDL:omg.org/Security/ExtensibleFamily:1.0"; public static void insert (org.omg.CORBA.Any a, org.omg.Security.ExtensibleFamily that) { org.omg.CORBA.portable.OutputStream out = a.create_output_stream (); a.type (type ()); write (out, that); a.read_value (out.create_input_stream (), type ()); } public static org.omg.Security.ExtensibleFamily extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; private static boolean __active = false; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { synchronized (org.omg.CORBA.TypeCode.class) { if (__typeCode == null) { if (__active) { return org.omg.CORBA.ORB.init().create_recursive_tc ( _id ); } __active = true; org.omg.CORBA.StructMember[] _members0 = new org.omg.CORBA.StructMember [2]; org.omg.CORBA.TypeCode _tcOf_members0 = null; _tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ushort); _members0[0] = new org.omg.CORBA.StructMember ( "family_definer", _tcOf_members0, null); _tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ushort); _members0[1] = new org.omg.CORBA.StructMember ( "family", _tcOf_members0, null); __typeCode = org.omg.CORBA.ORB.init ().create_struct_tc (org.omg.Security.ExtensibleFamilyHelper.id (), "ExtensibleFamily", _members0); __active = false; } } } return __typeCode; } public static String id () { return _id; } public static org.omg.Security.ExtensibleFamily read (org.omg.CORBA.portable.InputStream istream) { org.omg.Security.ExtensibleFamily value = new org.omg.Security.ExtensibleFamily (); value.family_definer = istream.read_ushort (); value.family = istream.read_ushort (); return value; } public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.Security.ExtensibleFamily value) { ostream.write_ushort (value.family_definer); ostream.write_ushort (value.family); } }
3,648
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/RightsListHolder.java
package org.omg.Security; /** * org/omg/Security/RightsListHolder.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public final class RightsListHolder implements org.omg.CORBA.portable.Streamable { public org.omg.Security.Right value[] = null; public RightsListHolder () { } public RightsListHolder (org.omg.Security.Right[] initialValue) { value = initialValue; } public void _read (org.omg.CORBA.portable.InputStream i) { value = org.omg.Security.RightsListHelper.read (i); } public void _write (org.omg.CORBA.portable.OutputStream o) { org.omg.Security.RightsListHelper.write (o, value); } public org.omg.CORBA.TypeCode _type () { return org.omg.Security.RightsListHelper.type (); } }
3,649
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommonInteroperabilityLevel0.java
package org.omg.Security; /** * org/omg/Security/CommonInteroperabilityLevel0.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public interface CommonInteroperabilityLevel0 { // Service options for Common Secure Interoperability public static final int value = (int)(10L); }
3,650
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/QOPHelper.java
package org.omg.Security; /** * org/omg/Security/QOPHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ // for an object reference and used to protect messages abstract public class QOPHelper { private static String _id = "IDL:omg.org/Security/QOP:1.0"; public static void insert (org.omg.CORBA.Any a, org.omg.Security.QOP that) { org.omg.CORBA.portable.OutputStream out = a.create_output_stream (); a.type (type ()); write (out, that); a.read_value (out.create_input_stream (), type ()); } public static org.omg.Security.QOP extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { __typeCode = org.omg.CORBA.ORB.init ().create_enum_tc (org.omg.Security.QOPHelper.id (), "QOP", new String[] { "SecQOPNoProtection", "SecQOPIntegrity", "SecQOPConfidentiality", "SecQOPIntegrityAndConfidentiality"} ); } return __typeCode; } public static String id () { return _id; } public static org.omg.Security.QOP read (org.omg.CORBA.portable.InputStream istream) { return org.omg.Security.QOP.from_int (istream.read_long ()); } public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.Security.QOP value) { ostream.write_long (value.value ()); } }
3,651
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/OptionsDirectionPair.java
package org.omg.Security; /** * org/omg/Security/OptionsDirectionPair.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public final class OptionsDirectionPair implements org.omg.CORBA.portable.IDLEntity { public short options = (short)0; public org.omg.Security.CommunicationDirection direction = null; public OptionsDirectionPair () { } // ctor public OptionsDirectionPair (short _options, org.omg.Security.CommunicationDirection _direction) { options = _options; direction = _direction; } // ctor } // class OptionsDirectionPair
3,652
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/AttributeSet.java
package org.omg.Security; /** * org/omg/Security/AttributeSet.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public interface AttributeSet { public static final int value = (int)(6L); }
3,653
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/MechandOptionsHelper.java
package org.omg.Security; /** * org/omg/Security/MechandOptionsHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ abstract public class MechandOptionsHelper { private static String _id = "IDL:omg.org/Security/MechandOptions:1.0"; public static void insert (org.omg.CORBA.Any a, org.omg.Security.MechandOptions that) { org.omg.CORBA.portable.OutputStream out = a.create_output_stream (); a.type (type ()); write (out, that); a.read_value (out.create_input_stream (), type ()); } public static org.omg.Security.MechandOptions extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; private static boolean __active = false; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { synchronized (org.omg.CORBA.TypeCode.class) { if (__typeCode == null) { if (__active) { return org.omg.CORBA.ORB.init().create_recursive_tc ( _id ); } __active = true; org.omg.CORBA.StructMember[] _members0 = new org.omg.CORBA.StructMember [2]; org.omg.CORBA.TypeCode _tcOf_members0 = null; _tcOf_members0 = org.omg.CORBA.ORB.init ().create_string_tc (0); _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.Security.MechanismTypeHelper.id (), "MechanismType", _tcOf_members0); _members0[0] = new org.omg.CORBA.StructMember ( "mechanism_type", _tcOf_members0, null); _tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ushort); _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.Security.AssociationOptionsHelper.id (), "AssociationOptions", _tcOf_members0); _members0[1] = new org.omg.CORBA.StructMember ( "options_supported", _tcOf_members0, null); __typeCode = org.omg.CORBA.ORB.init ().create_struct_tc (org.omg.Security.MechandOptionsHelper.id (), "MechandOptions", _members0); __active = false; } } } return __typeCode; } public static String id () { return _id; } public static org.omg.Security.MechandOptions read (org.omg.CORBA.portable.InputStream istream) { org.omg.Security.MechandOptions value = new org.omg.Security.MechandOptions (); value.mechanism_type = istream.read_string (); value.options_supported = istream.read_ushort (); return value; } public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.Security.MechandOptions value) { ostream.write_string (value.mechanism_type); ostream.write_ushort (value.options_supported); } }
3,654
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EstablishTrustHelper.java
package org.omg.Security; /** * org/omg/Security/EstablishTrustHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ abstract public class EstablishTrustHelper { private static String _id = "IDL:omg.org/Security/EstablishTrust:1.0"; public static void insert (org.omg.CORBA.Any a, org.omg.Security.EstablishTrust that) { org.omg.CORBA.portable.OutputStream out = a.create_output_stream (); a.type (type ()); write (out, that); a.read_value (out.create_input_stream (), type ()); } public static org.omg.Security.EstablishTrust extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; private static boolean __active = false; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { synchronized (org.omg.CORBA.TypeCode.class) { if (__typeCode == null) { if (__active) { return org.omg.CORBA.ORB.init().create_recursive_tc ( _id ); } __active = true; org.omg.CORBA.StructMember[] _members0 = new org.omg.CORBA.StructMember [2]; org.omg.CORBA.TypeCode _tcOf_members0 = null; _tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_boolean); _members0[0] = new org.omg.CORBA.StructMember ( "trust_in_client", _tcOf_members0, null); _tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_boolean); _members0[1] = new org.omg.CORBA.StructMember ( "trust_in_target", _tcOf_members0, null); __typeCode = org.omg.CORBA.ORB.init ().create_struct_tc (org.omg.Security.EstablishTrustHelper.id (), "EstablishTrust", _members0); __active = false; } } } return __typeCode; } public static String id () { return _id; } public static org.omg.Security.EstablishTrust read (org.omg.CORBA.portable.InputStream istream) { org.omg.Security.EstablishTrust value = new org.omg.Security.EstablishTrust (); value.trust_in_client = istream.read_boolean (); value.trust_in_target = istream.read_boolean (); return value; } public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.Security.EstablishTrust value) { ostream.write_boolean (value.trust_in_client); ostream.write_boolean (value.trust_in_target); } }
3,655
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/AttributeListHelper.java
package org.omg.Security; /** * org/omg/Security/AttributeListHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ abstract public class AttributeListHelper { private static String _id = "IDL:omg.org/Security/AttributeList:1.0"; public static void insert (org.omg.CORBA.Any a, org.omg.Security.SecAttribute[] that) { org.omg.CORBA.portable.OutputStream out = a.create_output_stream (); a.type (type ()); write (out, that); a.read_value (out.create_input_stream (), type ()); } public static org.omg.Security.SecAttribute[] 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.Security.SecAttributeHelper.type (); __typeCode = org.omg.CORBA.ORB.init ().create_sequence_tc (0, __typeCode); __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.Security.AttributeListHelper.id (), "AttributeList", __typeCode); } return __typeCode; } public static String id () { return _id; } public static org.omg.Security.SecAttribute[] read (org.omg.CORBA.portable.InputStream istream) { org.omg.Security.SecAttribute value[] = null; int _len0 = istream.read_long (); value = new org.omg.Security.SecAttribute[_len0]; for (int _o1 = 0;_o1 < value.length; ++_o1) value[_o1] = org.omg.Security.SecAttributeHelper.read (istream); return value; } public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.Security.SecAttribute[] value) { ostream.write_long (value.length); for (int _i0 = 0;_i0 < value.length; ++_i0) org.omg.Security.SecAttributeHelper.write (ostream, value[_i0]); } }
3,656
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/InvocationCredentialsType.java
package org.omg.Security; /** * org/omg/Security/InvocationCredentialsType.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ // Credential types public class InvocationCredentialsType implements org.omg.CORBA.portable.IDLEntity { private int __value; private static int __size = 3; private static org.omg.Security.InvocationCredentialsType[] __array = new org.omg.Security.InvocationCredentialsType [__size]; public static final int _SecOwnCredentials = 0; public static final org.omg.Security.InvocationCredentialsType SecOwnCredentials = new org.omg.Security.InvocationCredentialsType(_SecOwnCredentials); public static final int _SecReceivedCredentials = 1; public static final org.omg.Security.InvocationCredentialsType SecReceivedCredentials = new org.omg.Security.InvocationCredentialsType(_SecReceivedCredentials); public static final int _SecTargetCredentials = 2; public static final org.omg.Security.InvocationCredentialsType SecTargetCredentials = new org.omg.Security.InvocationCredentialsType(_SecTargetCredentials); public int value () { return __value; } public static org.omg.Security.InvocationCredentialsType from_int (int value) { if (value >= 0 && value < __size) return __array[value]; else throw new org.omg.CORBA.BAD_PARAM (); } protected InvocationCredentialsType (int value) { __value = value; __array[__value] = this; } } // class InvocationCredentialsType
3,657
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/InvocationCredentialsTypeHelper.java
package org.omg.Security; /** * org/omg/Security/InvocationCredentialsTypeHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ // Credential types abstract public class InvocationCredentialsTypeHelper { private static String _id = "IDL:omg.org/Security/InvocationCredentialsType:1.0"; public static void insert (org.omg.CORBA.Any a, org.omg.Security.InvocationCredentialsType that) { org.omg.CORBA.portable.OutputStream out = a.create_output_stream (); a.type (type ()); write (out, that); a.read_value (out.create_input_stream (), type ()); } public static org.omg.Security.InvocationCredentialsType extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { __typeCode = org.omg.CORBA.ORB.init ().create_enum_tc (org.omg.Security.InvocationCredentialsTypeHelper.id (), "InvocationCredentialsType", new String[] { "SecOwnCredentials", "SecReceivedCredentials", "SecTargetCredentials"} ); } return __typeCode; } public static String id () { return _id; } public static org.omg.Security.InvocationCredentialsType read (org.omg.CORBA.portable.InputStream istream) { return org.omg.Security.InvocationCredentialsType.from_int (istream.read_long ()); } public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.Security.InvocationCredentialsType value) { ostream.write_long (value.value ()); } }
3,658
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/SelectorValueHelper.java
package org.omg.Security; /** * org/omg/Security/SelectorValueHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ abstract public class SelectorValueHelper { private static String _id = "IDL:omg.org/Security/SelectorValue:1.0"; public static void insert (org.omg.CORBA.Any a, org.omg.Security.SelectorValue that) { org.omg.CORBA.portable.OutputStream out = a.create_output_stream (); a.type (type ()); write (out, that); a.read_value (out.create_input_stream (), type ()); } public static org.omg.Security.SelectorValue extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; private static boolean __active = false; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { synchronized (org.omg.CORBA.TypeCode.class) { if (__typeCode == null) { if (__active) { return org.omg.CORBA.ORB.init().create_recursive_tc ( _id ); } __active = true; org.omg.CORBA.StructMember[] _members0 = new org.omg.CORBA.StructMember [2]; org.omg.CORBA.TypeCode _tcOf_members0 = null; _tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ulong); _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.Security.SelectorTypeHelper.id (), "SelectorType", _tcOf_members0); _members0[0] = new org.omg.CORBA.StructMember ( "selector", _tcOf_members0, null); _tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_any); _members0[1] = new org.omg.CORBA.StructMember ( "value", _tcOf_members0, null); __typeCode = org.omg.CORBA.ORB.init ().create_struct_tc (org.omg.Security.SelectorValueHelper.id (), "SelectorValue", _members0); __active = false; } } } return __typeCode; } public static String id () { return _id; } public static org.omg.Security.SelectorValue read (org.omg.CORBA.portable.InputStream istream) { org.omg.Security.SelectorValue value = new org.omg.Security.SelectorValue (); value.selector = istream.read_ulong (); value.value = istream.read_any (); return value; } public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.Security.SelectorValue value) { ostream.write_ulong (value.selector); ostream.write_any (value.value); } }
3,659
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommonInteroperabilityLevel1.java
package org.omg.Security; /** * org/omg/Security/CommonInteroperabilityLevel1.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public interface CommonInteroperabilityLevel1 { public static final int value = (int)(11L); }
3,660
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationModeHelper.java
package org.omg.Security; /** * org/omg/Security/DelegationModeHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ // Delegation mode which can be administered abstract public class DelegationModeHelper { private static String _id = "IDL:omg.org/Security/DelegationMode:1.0"; public static void insert (org.omg.CORBA.Any a, org.omg.Security.DelegationMode that) { org.omg.CORBA.portable.OutputStream out = a.create_output_stream (); a.type (type ()); write (out, that); a.read_value (out.create_input_stream (), type ()); } public static org.omg.Security.DelegationMode extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { __typeCode = org.omg.CORBA.ORB.init ().create_enum_tc (org.omg.Security.DelegationModeHelper.id (), "DelegationMode", new String[] { "SecDelModeNoDelegation", "SecDelModeSimpleDelegation", "SecDelModeCompositeDelegation"} ); } return __typeCode; } public static String id () { return _id; } public static org.omg.Security.DelegationMode read (org.omg.CORBA.portable.InputStream istream) { return org.omg.Security.DelegationMode.from_int (istream.read_long ()); } public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.Security.DelegationMode value) { ostream.write_long (value.value ()); } }
3,661
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CompositeDelegation.java
package org.omg.Security; /** * org/omg/Security/CompositeDelegation.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public interface CompositeDelegation { public static final short value = (short)(512); }
3,662
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/AuthenticationStatusHelper.java
package org.omg.Security; /** * org/omg/Security/AuthenticationStatusHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ // Authentication return status abstract public class AuthenticationStatusHelper { private static String _id = "IDL:omg.org/Security/AuthenticationStatus:1.0"; public static void insert (org.omg.CORBA.Any a, org.omg.Security.AuthenticationStatus that) { org.omg.CORBA.portable.OutputStream out = a.create_output_stream (); a.type (type ()); write (out, that); a.read_value (out.create_input_stream (), type ()); } public static org.omg.Security.AuthenticationStatus extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { __typeCode = org.omg.CORBA.ORB.init ().create_enum_tc (org.omg.Security.AuthenticationStatusHelper.id (), "AuthenticationStatus", new String[] { "SecAuthSuccess", "SecAuthFailure", "SecAuthContinue", "SecAuthExpired"} ); } return __typeCode; } public static String id () { return _id; } public static org.omg.Security.AuthenticationStatus read (org.omg.CORBA.portable.InputStream istream) { return org.omg.Security.AuthenticationStatus.from_int (istream.read_long ()); } public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.Security.AuthenticationStatus value) { ostream.write_long (value.value ()); } }
3,663
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/GroupId.java
package org.omg.Security; /** * org/omg/Security/GroupId.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public interface GroupId { public static final int value = (int)(4L); }
3,664
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/OIDListHelper.java
package org.omg.Security; /** * org/omg/Security/OIDListHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ abstract public class OIDListHelper { private static String _id = "IDL:omg.org/Security/OIDList:1.0"; public static void insert (org.omg.CORBA.Any a, byte[][] 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 byte[][] extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { __typeCode = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_octet); __typeCode = org.omg.CORBA.ORB.init ().create_sequence_tc (0, __typeCode); __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.Security.OIDHelper.id (), "OID", __typeCode); __typeCode = org.omg.CORBA.ORB.init ().create_sequence_tc (0, __typeCode); __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.Security.OIDListHelper.id (), "OIDList", __typeCode); } return __typeCode; } public static String id () { return _id; } public static byte[][] read (org.omg.CORBA.portable.InputStream istream) { byte value[][] = null; int _len0 = istream.read_long (); value = new byte[_len0][]; for (int _o1 = 0;_o1 < value.length; ++_o1) value[_o1] = org.omg.Security.OIDHelper.read (istream); return value; } public static void write (org.omg.CORBA.portable.OutputStream ostream, byte[][] value) { ostream.write_long (value.length); for (int _i0 = 0;_i0 < value.length; ++_i0) org.omg.Security.OIDHelper.write (ostream, value[_i0]); } }
3,665
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/SecurityContextStateHelper.java
package org.omg.Security; /** * org/omg/Security/SecurityContextStateHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ // Operational State of a Security Context abstract public class SecurityContextStateHelper { private static String _id = "IDL:omg.org/Security/SecurityContextState:1.0"; public static void insert (org.omg.CORBA.Any a, org.omg.Security.SecurityContextState that) { org.omg.CORBA.portable.OutputStream out = a.create_output_stream (); a.type (type ()); write (out, that); a.read_value (out.create_input_stream (), type ()); } public static org.omg.Security.SecurityContextState extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { __typeCode = org.omg.CORBA.ORB.init ().create_enum_tc (org.omg.Security.SecurityContextStateHelper.id (), "SecurityContextState", new String[] { "SecContextInitialized", "SecContextContinued", "SecContextClientEstablished", "SecContextEstablished", "SecContextEstablishExpired", "SecContextExpired", "SecContextInvalid"} ); } return __typeCode; } public static String id () { return _id; } public static org.omg.Security.SecurityContextState read (org.omg.CORBA.portable.InputStream istream) { return org.omg.Security.SecurityContextState.from_int (istream.read_long ()); } public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.Security.SecurityContextState value) { ostream.write_long (value.value ()); } }
3,666
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/SecInvocationCredentialsPolicy.java
package org.omg.Security; /** * org/omg/Security/SecInvocationCredentialsPolicy.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public interface SecInvocationCredentialsPolicy { public static final int value = (int)(13L); }
3,667
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/SecTargetInvocationAccess.java
package org.omg.Security; /** * org/omg/Security/SecTargetInvocationAccess.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public interface SecTargetInvocationAccess { public static final int value = (int)(2L); }
3,668
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/SecurityContextState.java
package org.omg.Security; /** * org/omg/Security/SecurityContextState.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ // Operational State of a Security Context public class SecurityContextState implements org.omg.CORBA.portable.IDLEntity { private int __value; private static int __size = 7; private static org.omg.Security.SecurityContextState[] __array = new org.omg.Security.SecurityContextState [__size]; public static final int _SecContextInitialized = 0; public static final org.omg.Security.SecurityContextState SecContextInitialized = new org.omg.Security.SecurityContextState(_SecContextInitialized); public static final int _SecContextContinued = 1; public static final org.omg.Security.SecurityContextState SecContextContinued = new org.omg.Security.SecurityContextState(_SecContextContinued); public static final int _SecContextClientEstablished = 2; public static final org.omg.Security.SecurityContextState SecContextClientEstablished = new org.omg.Security.SecurityContextState(_SecContextClientEstablished); public static final int _SecContextEstablished = 3; public static final org.omg.Security.SecurityContextState SecContextEstablished = new org.omg.Security.SecurityContextState(_SecContextEstablished); public static final int _SecContextEstablishExpired = 4; public static final org.omg.Security.SecurityContextState SecContextEstablishExpired = new org.omg.Security.SecurityContextState(_SecContextEstablishExpired); public static final int _SecContextExpired = 5; public static final org.omg.Security.SecurityContextState SecContextExpired = new org.omg.Security.SecurityContextState(_SecContextExpired); public static final int _SecContextInvalid = 6; public static final org.omg.Security.SecurityContextState SecContextInvalid = new org.omg.Security.SecurityContextState(_SecContextInvalid); public int value () { return __value; } public static org.omg.Security.SecurityContextState from_int (int value) { if (value >= 0 && value < __size) return __array[value]; else throw new org.omg.CORBA.BAD_PARAM (); } protected SecurityContextState (int value) { __value = value; __array[__value] = this; } } // class SecurityContextState
3,669
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EstablishTrust.java
package org.omg.Security; /** * org/omg/Security/EstablishTrust.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public final class EstablishTrust implements org.omg.CORBA.portable.IDLEntity { public boolean trust_in_client = false; public boolean trust_in_target = false; public EstablishTrust () { } // ctor public EstablishTrust (boolean _trust_in_client, boolean _trust_in_target) { trust_in_client = _trust_in_client; trust_in_target = _trust_in_target; } // ctor } // class EstablishTrust
3,670
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/SecurityContextStateHolder.java
package org.omg.Security; /** * org/omg/Security/SecurityContextStateHolder.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ // Operational State of a Security Context public final class SecurityContextStateHolder implements org.omg.CORBA.portable.Streamable { public org.omg.Security.SecurityContextState value = null; public SecurityContextStateHolder () { } public SecurityContextStateHolder (org.omg.Security.SecurityContextState initialValue) { value = initialValue; } public void _read (org.omg.CORBA.portable.InputStream i) { value = org.omg.Security.SecurityContextStateHelper.read (i); } public void _write (org.omg.CORBA.portable.OutputStream o) { org.omg.Security.SecurityContextStateHelper.write (o, value); } public org.omg.CORBA.TypeCode _type () { return org.omg.Security.SecurityContextStateHelper.type (); } }
3,671
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/ReplaceSecurityServices.java
package org.omg.Security; /** * org/omg/Security/ReplaceSecurityServices.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public interface ReplaceSecurityServices { public static final int value = (int)(7L); }
3,672
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/NoProtection.java
package org.omg.Security; /** * org/omg/Security/NoProtection.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public interface NoProtection { public static final short value = (short)(1); }
3,673
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/SecClientInvocationAudit.java
package org.omg.Security; /** * org/omg/Security/SecClientInvocationAudit.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public interface SecClientInvocationAudit { public static final int value = (int)(4L); }
3,674
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/EstablishTrustInTarget.java
package org.omg.Security; /** * org/omg/Security/EstablishTrustInTarget.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public interface EstablishTrustInTarget { public static final short value = (short)(32); }
3,675
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/CommunicationDirection.java
package org.omg.Security; /** * org/omg/Security/CommunicationDirection.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ // secure invocation policy applies public class CommunicationDirection implements org.omg.CORBA.portable.IDLEntity { private int __value; private static int __size = 3; private static org.omg.Security.CommunicationDirection[] __array = new org.omg.Security.CommunicationDirection [__size]; public static final int _SecDirectionBoth = 0; public static final org.omg.Security.CommunicationDirection SecDirectionBoth = new org.omg.Security.CommunicationDirection(_SecDirectionBoth); public static final int _SecDirectionRequest = 1; public static final org.omg.Security.CommunicationDirection SecDirectionRequest = new org.omg.Security.CommunicationDirection(_SecDirectionRequest); public static final int _SecDirectionReply = 2; public static final org.omg.Security.CommunicationDirection SecDirectionReply = new org.omg.Security.CommunicationDirection(_SecDirectionReply); public int value () { return __value; } public static org.omg.Security.CommunicationDirection from_int (int value) { if (value >= 0 && value < __size) return __array[value]; else throw new org.omg.CORBA.BAD_PARAM (); } protected CommunicationDirection (int value) { __value = value; __array[__value] = this; } } // class CommunicationDirection
3,676
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/OIDListHolder.java
package org.omg.Security; /** * org/omg/Security/OIDListHolder.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public final class OIDListHolder implements org.omg.CORBA.portable.Streamable { public byte value[][] = null; public OIDListHolder () { } public OIDListHolder (byte[][] initialValue) { value = initialValue; } public void _read (org.omg.CORBA.portable.InputStream i) { value = org.omg.Security.OIDListHelper.read (i); } public void _write (org.omg.CORBA.portable.OutputStream o) { org.omg.Security.OIDListHelper.write (o, value); } public org.omg.CORBA.TypeCode _type () { return org.omg.Security.OIDListHelper.type (); } }
3,677
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/DelegationModeHolder.java
package org.omg.Security; /** * org/omg/Security/DelegationModeHolder.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ // Delegation mode which can be administered public final class DelegationModeHolder implements org.omg.CORBA.portable.Streamable { public org.omg.Security.DelegationMode value = null; public DelegationModeHolder () { } public DelegationModeHolder (org.omg.Security.DelegationMode initialValue) { value = initialValue; } public void _read (org.omg.CORBA.portable.InputStream i) { value = org.omg.Security.DelegationModeHelper.read (i); } public void _write (org.omg.CORBA.portable.OutputStream o) { org.omg.Security.DelegationModeHelper.write (o, value); } public org.omg.CORBA.TypeCode _type () { return org.omg.Security.DelegationModeHelper.type (); } }
3,678
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/AuthenticationStatusHolder.java
package org.omg.Security; /** * org/omg/Security/AuthenticationStatusHolder.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ // Authentication return status public final class AuthenticationStatusHolder implements org.omg.CORBA.portable.Streamable { public org.omg.Security.AuthenticationStatus value = null; public AuthenticationStatusHolder () { } public AuthenticationStatusHolder (org.omg.Security.AuthenticationStatus initialValue) { value = initialValue; } public void _read (org.omg.CORBA.portable.InputStream i) { value = org.omg.Security.AuthenticationStatusHelper.read (i); } public void _write (org.omg.CORBA.portable.OutputStream o) { org.omg.Security.AuthenticationStatusHelper.write (o, value); } public org.omg.CORBA.TypeCode _type () { return org.omg.Security.AuthenticationStatusHelper.type (); } }
3,679
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/AttributeListHolder.java
package org.omg.Security; /** * org/omg/Security/AttributeListHolder.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public final class AttributeListHolder implements org.omg.CORBA.portable.Streamable { public org.omg.Security.SecAttribute value[] = null; public AttributeListHolder () { } public AttributeListHolder (org.omg.Security.SecAttribute[] initialValue) { value = initialValue; } public void _read (org.omg.CORBA.portable.InputStream i) { value = org.omg.Security.AttributeListHelper.read (i); } public void _write (org.omg.CORBA.portable.OutputStream o) { org.omg.Security.AttributeListHelper.write (o, value); } public org.omg.CORBA.TypeCode _type () { return org.omg.Security.AttributeListHelper.type (); } }
3,680
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/AuditAuthorization.java
package org.omg.Security; /** * org/omg/Security/AuditAuthorization.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public interface AuditAuthorization { public static final short value = (short)(3); }
3,681
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/InvocationCredentialsTypeHolder.java
package org.omg.Security; /** * org/omg/Security/InvocationCredentialsTypeHolder.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ // Credential types public final class InvocationCredentialsTypeHolder implements org.omg.CORBA.portable.Streamable { public org.omg.Security.InvocationCredentialsType value = null; public InvocationCredentialsTypeHolder () { } public InvocationCredentialsTypeHolder (org.omg.Security.InvocationCredentialsType initialValue) { value = initialValue; } public void _read (org.omg.CORBA.portable.InputStream i) { value = org.omg.Security.InvocationCredentialsTypeHelper.read (i); } public void _write (org.omg.CORBA.portable.OutputStream o) { org.omg.Security.InvocationCredentialsTypeHelper.write (o, value); } public org.omg.CORBA.TypeCode _type () { return org.omg.Security.InvocationCredentialsTypeHelper.type (); } }
3,682
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/Security/SelectorValueHolder.java
package org.omg.Security; /** * org/omg/Security/SelectorValueHolder.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public final class SelectorValueHolder implements org.omg.CORBA.portable.Streamable { public org.omg.Security.SelectorValue value = null; public SelectorValueHolder () { } public SelectorValueHolder (org.omg.Security.SelectorValue initialValue) { value = initialValue; } public void _read (org.omg.CORBA.portable.InputStream i) { value = org.omg.Security.SelectorValueHelper.read (i); } public void _write (org.omg.CORBA.portable.OutputStream o) { org.omg.Security.SelectorValueHelper.write (o, value); } public org.omg.CORBA.TypeCode _type () { return org.omg.Security.SelectorValueHelper.type (); } }
3,683
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/GSSUP/InitialContextToken.java
package org.omg.GSSUP; /** * org/omg/GSSUP/InitialContextToken.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public final class InitialContextToken implements org.omg.CORBA.portable.IDLEntity { public byte username[] = null; public byte password[] = null; public byte target_name[] = null; public InitialContextToken () { } // ctor public InitialContextToken (byte[] _username, byte[] _password, byte[] _target_name) { username = _username; password = _password; target_name = _target_name; } // ctor } // class InitialContextToken
3,684
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/GSSUP/ErrorCodeHelper.java
package org.omg.GSSUP; /** * org/omg/GSSUP/ErrorCodeHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ abstract public class ErrorCodeHelper { private static String _id = "IDL:omg.org/GSSUP/ErrorCode:1.0"; public static void insert (org.omg.CORBA.Any a, int 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 int extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { __typeCode = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ulong); __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.GSSUP.ErrorCodeHelper.id (), "ErrorCode", __typeCode); } return __typeCode; } public static String id () { return _id; } public static int read (org.omg.CORBA.portable.InputStream istream) { int value = (int)0; value = istream.read_ulong (); return value; } public static void write (org.omg.CORBA.portable.OutputStream ostream, int value) { ostream.write_ulong (value); } }
3,685
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/GSSUP/GSSUPMechOID.java
package org.omg.GSSUP; /** * org/omg/GSSUP/GSSUPMechOID.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public interface GSSUPMechOID { // security (1) authentication (1) gssup-mechanism (1) } public static final String value = "oid:2.23.130.1.1.1"; }
3,686
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/GSSUP/GSS_UP_S_G_BAD_TARGET.java
package org.omg.GSSUP; /** * org/omg/GSSUP/GSS_UP_S_G_BAD_TARGET.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public interface GSS_UP_S_G_BAD_TARGET { // not match a target_name in a mechanism definition of the target. public static final int value = (int)(4L); }
3,687
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/GSSUP/ErrorToken.java
package org.omg.GSSUP; /** * org/omg/GSSUP/ErrorToken.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public final class ErrorToken implements org.omg.CORBA.portable.IDLEntity { public int error_code = (int)0; public ErrorToken () { } // ctor public ErrorToken (int _error_code) { error_code = _error_code; } // ctor } // class ErrorToken
3,688
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/GSSUP/ErrorTokenHolder.java
package org.omg.GSSUP; /** * org/omg/GSSUP/ErrorTokenHolder.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public final class ErrorTokenHolder implements org.omg.CORBA.portable.Streamable { public org.omg.GSSUP.ErrorToken value = null; public ErrorTokenHolder () { } public ErrorTokenHolder (org.omg.GSSUP.ErrorToken initialValue) { value = initialValue; } public void _read (org.omg.CORBA.portable.InputStream i) { value = org.omg.GSSUP.ErrorTokenHelper.read (i); } public void _write (org.omg.CORBA.portable.OutputStream o) { org.omg.GSSUP.ErrorTokenHelper.write (o, value); } public org.omg.CORBA.TypeCode _type () { return org.omg.GSSUP.ErrorTokenHelper.type (); } }
3,689
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/GSSUP/GSS_UP_S_G_BAD_PASSWORD.java
package org.omg.GSSUP; /** * org/omg/GSSUP/GSS_UP_S_G_BAD_PASSWORD.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public interface GSS_UP_S_G_BAD_PASSWORD { // incorrect. public static final int value = (int)(3L); }
3,690
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/GSSUP/ErrorTokenHelper.java
package org.omg.GSSUP; /** * org/omg/GSSUP/ErrorTokenHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ abstract public class ErrorTokenHelper { private static String _id = "IDL:omg.org/GSSUP/ErrorToken:1.0"; public static void insert (org.omg.CORBA.Any a, org.omg.GSSUP.ErrorToken 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.GSSUP.ErrorToken extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; private static boolean __active = false; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { synchronized (org.omg.CORBA.TypeCode.class) { if (__typeCode == null) { if (__active) { return org.omg.CORBA.ORB.init().create_recursive_tc ( _id ); } __active = true; org.omg.CORBA.StructMember[] _members0 = new org.omg.CORBA.StructMember [1]; org.omg.CORBA.TypeCode _tcOf_members0 = null; _tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ulong); _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.GSSUP.ErrorCodeHelper.id (), "ErrorCode", _tcOf_members0); _members0[0] = new org.omg.CORBA.StructMember ( "error_code", _tcOf_members0, null); __typeCode = org.omg.CORBA.ORB.init ().create_struct_tc (org.omg.GSSUP.ErrorTokenHelper.id (), "ErrorToken", _members0); __active = false; } } } return __typeCode; } public static String id () { return _id; } public static org.omg.GSSUP.ErrorToken read (org.omg.CORBA.portable.InputStream istream) { org.omg.GSSUP.ErrorToken value = new org.omg.GSSUP.ErrorToken (); value.error_code = istream.read_ulong (); return value; } public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.GSSUP.ErrorToken value) { ostream.write_ulong (value.error_code); } }
3,691
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/GSSUP/GSS_UP_S_G_NOUSER.java
package org.omg.GSSUP; /** * org/omg/GSSUP/GSS_UP_S_G_NOUSER.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public interface GSS_UP_S_G_NOUSER { // GSSUP::InitialContextToken is unknown to the target. public static final int value = (int)(2L); }
3,692
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/GSSUP/GSS_UP_S_G_UNSPECIFIED.java
package org.omg.GSSUP; /** * org/omg/GSSUP/GSS_UP_S_G_UNSPECIFIED.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public interface GSS_UP_S_G_UNSPECIFIED { // specific cause of the failure. public static final int value = (int)(1L); }
3,693
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/GSSUP/InitialContextTokenHolder.java
package org.omg.GSSUP; /** * org/omg/GSSUP/InitialContextTokenHolder.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public final class InitialContextTokenHolder implements org.omg.CORBA.portable.Streamable { public org.omg.GSSUP.InitialContextToken value = null; public InitialContextTokenHolder () { } public InitialContextTokenHolder (org.omg.GSSUP.InitialContextToken initialValue) { value = initialValue; } public void _read (org.omg.CORBA.portable.InputStream i) { value = org.omg.GSSUP.InitialContextTokenHelper.read (i); } public void _write (org.omg.CORBA.portable.OutputStream o) { org.omg.GSSUP.InitialContextTokenHelper.write (o, value); } public org.omg.CORBA.TypeCode _type () { return org.omg.GSSUP.InitialContextTokenHelper.type (); } }
3,694
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/GSSUP/InitialContextTokenHelper.java
package org.omg.GSSUP; /** * org/omg/GSSUP/InitialContextTokenHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ abstract public class InitialContextTokenHelper { private static String _id = "IDL:omg.org/GSSUP/InitialContextToken:1.0"; public static void insert (org.omg.CORBA.Any a, org.omg.GSSUP.InitialContextToken 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.GSSUP.InitialContextToken extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; private static boolean __active = false; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { synchronized (org.omg.CORBA.TypeCode.class) { if (__typeCode == null) { if (__active) { return org.omg.CORBA.ORB.init().create_recursive_tc ( _id ); } __active = true; org.omg.CORBA.StructMember[] _members0 = new org.omg.CORBA.StructMember [3]; org.omg.CORBA.TypeCode _tcOf_members0 = null; _tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_octet); _tcOf_members0 = org.omg.CORBA.ORB.init ().create_sequence_tc (0, _tcOf_members0); _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CSI.UTF8StringHelper.id (), "UTF8String", _tcOf_members0); _members0[0] = new org.omg.CORBA.StructMember ( "username", _tcOf_members0, null); _tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_octet); _tcOf_members0 = org.omg.CORBA.ORB.init ().create_sequence_tc (0, _tcOf_members0); _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CSI.UTF8StringHelper.id (), "UTF8String", _tcOf_members0); _members0[1] = new org.omg.CORBA.StructMember ( "password", _tcOf_members0, null); _tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_octet); _tcOf_members0 = org.omg.CORBA.ORB.init ().create_sequence_tc (0, _tcOf_members0); _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CSI.GSS_NT_ExportedNameHelper.id (), "GSS_NT_ExportedName", _tcOf_members0); _members0[2] = new org.omg.CORBA.StructMember ( "target_name", _tcOf_members0, null); __typeCode = org.omg.CORBA.ORB.init ().create_struct_tc (org.omg.GSSUP.InitialContextTokenHelper.id (), "InitialContextToken", _members0); __active = false; } } } return __typeCode; } public static String id () { return _id; } public static org.omg.GSSUP.InitialContextToken read (org.omg.CORBA.portable.InputStream istream) { org.omg.GSSUP.InitialContextToken value = new org.omg.GSSUP.InitialContextToken (); value.username = org.omg.CSI.UTF8StringHelper.read (istream); value.password = org.omg.CSI.UTF8StringHelper.read (istream); value.target_name = org.omg.CSI.GSS_NT_ExportedNameHelper.read (istream); return value; } public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.GSSUP.InitialContextToken value) { org.omg.CSI.UTF8StringHelper.write (ostream, value.username); org.omg.CSI.UTF8StringHelper.write (ostream, value.password); org.omg.CSI.GSS_NT_ExportedNameHelper.write (ostream, value.target_name); } }
3,695
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SSLIOP/SSLHelper.java
package org.omg.SSLIOP; /** * org/omg/SSLIOP/SSLHelper.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ abstract public class SSLHelper { private static String _id = "IDL:omg.org/SSLIOP/SSL:1.0"; public static void insert (org.omg.CORBA.Any a, org.omg.SSLIOP.SSL 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.SSLIOP.SSL extract (org.omg.CORBA.Any a) { return read (a.create_input_stream ()); } private static org.omg.CORBA.TypeCode __typeCode = null; private static boolean __active = false; synchronized public static org.omg.CORBA.TypeCode type () { if (__typeCode == null) { synchronized (org.omg.CORBA.TypeCode.class) { if (__typeCode == null) { if (__active) { return org.omg.CORBA.ORB.init().create_recursive_tc ( _id ); } __active = true; org.omg.CORBA.StructMember[] _members0 = new org.omg.CORBA.StructMember [3]; org.omg.CORBA.TypeCode _tcOf_members0 = null; _tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ushort); _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.Security.AssociationOptionsHelper.id (), "AssociationOptions", _tcOf_members0); _members0[0] = new org.omg.CORBA.StructMember ( "target_supports", _tcOf_members0, null); _tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ushort); _tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.Security.AssociationOptionsHelper.id (), "AssociationOptions", _tcOf_members0); _members0[1] = new org.omg.CORBA.StructMember ( "target_requires", _tcOf_members0, null); _tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ushort); _members0[2] = new org.omg.CORBA.StructMember ( "port", _tcOf_members0, null); __typeCode = org.omg.CORBA.ORB.init ().create_struct_tc (org.omg.SSLIOP.SSLHelper.id (), "SSL", _members0); __active = false; } } } return __typeCode; } public static String id () { return _id; } public static org.omg.SSLIOP.SSL read (org.omg.CORBA.portable.InputStream istream) { org.omg.SSLIOP.SSL value = new org.omg.SSLIOP.SSL (); value.target_supports = istream.read_ushort (); value.target_requires = istream.read_ushort (); value.port = istream.read_ushort (); return value; } public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.SSLIOP.SSL value) { ostream.write_ushort (value.target_supports); ostream.write_ushort (value.target_requires); ostream.write_ushort (value.port); } }
3,696
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SSLIOP/SSLHolder.java
package org.omg.SSLIOP; /** * org/omg/SSLIOP/SSLHolder.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public final class SSLHolder implements org.omg.CORBA.portable.Streamable { public org.omg.SSLIOP.SSL value = null; public SSLHolder () { } public SSLHolder (org.omg.SSLIOP.SSL initialValue) { value = initialValue; } public void _read (org.omg.CORBA.portable.InputStream i) { value = org.omg.SSLIOP.SSLHelper.read (i); } public void _write (org.omg.CORBA.portable.OutputStream o) { org.omg.SSLIOP.SSLHelper.write (o, value); } public org.omg.CORBA.TypeCode _type () { return org.omg.SSLIOP.SSLHelper.type (); } }
3,697
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SSLIOP/TAG_SSL_SEC_TRANS.java
package org.omg.SSLIOP; /** * org/omg/SSLIOP/TAG_SSL_SEC_TRANS.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public interface TAG_SSL_SEC_TRANS { // Security mechanism SSL public static final int value = (int)(20L); }
3,698
0
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg
Create_ds/geronimo-yoko/yoko-spec-corba/src/main/generated-sources/idl/org/omg/SSLIOP/SSL.java
package org.omg.SSLIOP; /** * org/omg/SSLIOP/SSL.java . * Error reading Messages File. * Error reading Messages File. * Thursday, January 14, 2010 1:08:58 AM PST */ public final class SSL implements org.omg.CORBA.portable.IDLEntity { public short target_supports = (short)0; public short target_requires = (short)0; public short port = (short)0; public SSL () { } // ctor public SSL (short _target_supports, short _target_requires, short _port) { target_supports = _target_supports; target_requires = _target_requires; port = _port; } // ctor } // class SSL
3,699