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/SecurityLevel2/_PrincipalAuthenticatorStub.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/_PrincipalAuthenticatorStub.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
public class _PrincipalAuthenticatorStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.SecurityLevel2.PrincipalAuthenticator
{
public int[] get_supported_authen_methods (String mechanism)
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("get_supported_authen_methods", true);
org.omg.Security.MechanismTypeHelper.write ($out, mechanism);
$in = _invoke ($out);
int $result[] = org.omg.Security.AuthenticationMethodListHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return get_supported_authen_methods (mechanism );
} finally {
_releaseReply ($in);
}
} // get_supported_authen_methods
public org.omg.Security.AuthenticationStatus authenticate (int method, String mechanism, String security_name, org.omg.CORBA.Any auth_data, org.omg.Security.SecAttribute[] privileges, org.omg.SecurityLevel2.CredentialsHolder creds, org.omg.CORBA.AnyHolder continuation_data, org.omg.CORBA.AnyHolder auth_specific_data)
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("authenticate", true);
org.omg.Security.AuthenticationMethodHelper.write ($out, method);
org.omg.Security.MechanismTypeHelper.write ($out, mechanism);
org.omg.Security.SecurityNameHelper.write ($out, security_name);
$out.write_any (auth_data);
org.omg.Security.AttributeListHelper.write ($out, privileges);
$in = _invoke ($out);
org.omg.Security.AuthenticationStatus $result = org.omg.Security.AuthenticationStatusHelper.read ($in);
creds.value = org.omg.SecurityLevel2.CredentialsHelper.read ($in);
continuation_data.value = $in.read_any ();
auth_specific_data.value = $in.read_any ();
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return authenticate (method, mechanism, security_name, auth_data, privileges, creds, continuation_data, auth_specific_data );
} finally {
_releaseReply ($in);
}
} // authenticate
public org.omg.Security.AuthenticationStatus continue_authentication (org.omg.CORBA.Any response_data, org.omg.SecurityLevel2.Credentials creds, org.omg.CORBA.AnyHolder continuation_data, org.omg.CORBA.AnyHolder auth_specific_data)
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("continue_authentication", true);
$out.write_any (response_data);
org.omg.SecurityLevel2.CredentialsHelper.write ($out, creds);
$in = _invoke ($out);
org.omg.Security.AuthenticationStatus $result = org.omg.Security.AuthenticationStatusHelper.read ($in);
continuation_data.value = $in.read_any ();
auth_specific_data.value = $in.read_any ();
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return continue_authentication (response_data, creds, continuation_data, auth_specific_data );
} finally {
_releaseReply ($in);
}
} // continue_authentication
// Type-specific CORBA::Object operations
private static String[] __ids = {
"IDL:SecurityLevel2/PrincipalAuthenticator:1.0"};
public String[] _ids ()
{
return (String[])__ids.clone ();
}
private void readObject (java.io.ObjectInputStream s) throws java.io.IOException
{
String str = s.readUTF ();
String[] args = null;
java.util.Properties props = null;
org.omg.CORBA.Object obj = org.omg.CORBA.ORB.init (args, props).string_to_object (str);
org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl) obj)._get_delegate ();
_set_delegate (delegate);
}
private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException
{
String[] args = null;
java.util.Properties props = null;
String str = org.omg.CORBA.ORB.init (args, props).object_to_string (this);
s.writeUTF (str);
}
} // class _PrincipalAuthenticatorStub
| 3,500 |
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/SecurityLevel2/AuditDecisionPOA.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/AuditDecisionPOA.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
public abstract class AuditDecisionPOA extends org.omg.PortableServer.Servant
implements org.omg.SecurityLevel2.AuditDecisionOperations, org.omg.CORBA.portable.InvokeHandler
{
// Constructors
private static java.util.Hashtable _methods = new java.util.Hashtable ();
static
{
_methods.put ("audit_needed", new java.lang.Integer (0));
_methods.put ("_get_audit_channel", new java.lang.Integer (1));
}
public org.omg.CORBA.portable.OutputStream _invoke (String $method,
org.omg.CORBA.portable.InputStream in,
org.omg.CORBA.portable.ResponseHandler $rh)
{
org.omg.CORBA.portable.OutputStream out = null;
java.lang.Integer __method = (java.lang.Integer)_methods.get ($method);
if (__method == null)
throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
switch (__method.intValue ())
{
case 0: // SecurityLevel2/AuditDecision/audit_needed
{
org.omg.Security.AuditEventType event_type = org.omg.Security.AuditEventTypeHelper.read (in);
org.omg.Security.SelectorValue value_list[] = org.omg.Security.SelectorValueListHelper.read (in);
boolean $result = false;
$result = this.audit_needed (event_type, value_list);
out = $rh.createReply();
out.write_boolean ($result);
break;
}
case 1: // SecurityLevel2/AuditDecision/_get_audit_channel
{
org.omg.SecurityLevel2.AuditChannel $result = null;
$result = this.audit_channel ();
out = $rh.createReply();
org.omg.SecurityLevel2.AuditChannelHelper.write (out, $result);
break;
}
default:
throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
}
return out;
} // _invoke
// Type-specific CORBA::Object operations
private static String[] __ids = {
"IDL:SecurityLevel2/AuditDecision:1.0"};
public String[] _all_interfaces (org.omg.PortableServer.POA poa, byte[] objectId)
{
return (String[])__ids.clone ();
}
public AuditDecision _this()
{
return AuditDecisionHelper.narrow(
super._this_object());
}
public AuditDecision _this(org.omg.CORBA.ORB orb)
{
return AuditDecisionHelper.narrow(
super._this_object(orb));
}
} // class AuditDecisionPOA
| 3,501 |
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/SecurityLevel2/QOPPolicyHelper.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/QOPPolicyHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
abstract public class QOPPolicyHelper
{
private static String _id = "IDL:SecurityLevel2/QOPPolicy:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.SecurityLevel2.QOPPolicy that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
a.type (type ());
write (out, that);
a.read_value (out.create_input_stream (), type ());
}
public static org.omg.SecurityLevel2.QOPPolicy extract (org.omg.CORBA.Any a)
{
return read (a.create_input_stream ());
}
private static org.omg.CORBA.TypeCode __typeCode = null;
synchronized public static org.omg.CORBA.TypeCode type ()
{
if (__typeCode == null)
{
__typeCode = org.omg.CORBA.ORB.init ().create_interface_tc (org.omg.SecurityLevel2.QOPPolicyHelper.id (), "QOPPolicy");
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.SecurityLevel2.QOPPolicy read (org.omg.CORBA.portable.InputStream istream)
{
return narrow (istream.read_Object (_QOPPolicyStub.class));
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.SecurityLevel2.QOPPolicy value)
{
ostream.write_Object ((org.omg.CORBA.Object) value);
}
public static org.omg.SecurityLevel2.QOPPolicy narrow (org.omg.CORBA.Object obj)
{
if (obj == null)
return null;
else if (obj instanceof org.omg.SecurityLevel2.QOPPolicy)
return (org.omg.SecurityLevel2.QOPPolicy)obj;
else if (!obj._is_a (id ()))
throw new org.omg.CORBA.BAD_PARAM ();
else
{
org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
org.omg.SecurityLevel2._QOPPolicyStub stub = new org.omg.SecurityLevel2._QOPPolicyStub ();
stub._set_delegate(delegate);
return stub;
}
}
public static org.omg.SecurityLevel2.QOPPolicy unchecked_narrow (org.omg.CORBA.Object obj)
{
if (obj == null)
return null;
else if (obj instanceof org.omg.SecurityLevel2.QOPPolicy)
return (org.omg.SecurityLevel2.QOPPolicy)obj;
else
{
org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
org.omg.SecurityLevel2._QOPPolicyStub stub = new org.omg.SecurityLevel2._QOPPolicyStub ();
stub._set_delegate(delegate);
return stub;
}
}
}
| 3,502 |
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/Integrity.java | package org.omg.Security;
/**
* org/omg/Security/Integrity.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public interface Integrity
{
public static final short value = (short)(2);
}
| 3,503 |
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/AttributeTypeHolder.java | package org.omg.Security;
/**
* org/omg/Security/AttributeTypeHolder.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public final class AttributeTypeHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.Security.AttributeType value = null;
public AttributeTypeHolder ()
{
}
public AttributeTypeHolder (org.omg.Security.AttributeType initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.Security.AttributeTypeHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.Security.AttributeTypeHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.Security.AttributeTypeHelper.type ();
}
}
| 3,504 |
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/OptionsDirectionPairListHolder.java | package org.omg.Security;
/**
* org/omg/Security/OptionsDirectionPairListHolder.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public final class OptionsDirectionPairListHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.Security.OptionsDirectionPair value[] = null;
public OptionsDirectionPairListHolder ()
{
}
public OptionsDirectionPairListHolder (org.omg.Security.OptionsDirectionPair[] initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.Security.OptionsDirectionPairListHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.Security.OptionsDirectionPairListHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.Security.OptionsDirectionPairListHelper.type ();
}
}
| 3,505 |
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/AuditObjectDestruction.java | package org.omg.Security;
/**
* org/omg/Security/AuditObjectDestruction.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public interface AuditObjectDestruction
{
public static final short value = (short)(8);
}
| 3,506 |
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/SecAttributeHolder.java | package org.omg.Security;
/**
* org/omg/Security/SecAttributeHolder.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public final class SecAttributeHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.Security.SecAttribute value = null;
public SecAttributeHolder ()
{
}
public SecAttributeHolder (org.omg.Security.SecAttribute initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.Security.SecAttributeHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.Security.SecAttributeHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.Security.SecAttributeHelper.type ();
}
}
| 3,507 |
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/MechandOptionsListHolder.java | package org.omg.Security;
/**
* org/omg/Security/MechandOptionsListHolder.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public final class MechandOptionsListHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.Security.MechandOptions value[] = null;
public MechandOptionsListHolder ()
{
}
public MechandOptionsListHolder (org.omg.Security.MechandOptions[] initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.Security.MechandOptionsListHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.Security.MechandOptionsListHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.Security.MechandOptionsListHelper.type ();
}
}
| 3,508 |
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/EventTypeHelper.java | package org.omg.Security;
/**
* org/omg/Security/EventTypeHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
abstract public class EventTypeHelper
{
private static String _id = "IDL:omg.org/Security/EventType:1.0";
public static void insert (org.omg.CORBA.Any a, short that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
a.type (type ());
write (out, that);
a.read_value (out.create_input_stream (), type ());
}
public static short extract (org.omg.CORBA.Any a)
{
return read (a.create_input_stream ());
}
private static org.omg.CORBA.TypeCode __typeCode = null;
synchronized public static org.omg.CORBA.TypeCode type ()
{
if (__typeCode == null)
{
__typeCode = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ushort);
__typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.Security.EventTypeHelper.id (), "EventType", __typeCode);
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static short read (org.omg.CORBA.portable.InputStream istream)
{
short value = (short)0;
value = istream.read_ushort ();
return value;
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, short value)
{
ostream.write_ushort (value);
}
}
| 3,509 |
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/DelegationState.java | package org.omg.Security;
/**
* org/omg/Security/DelegationState.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
// Delegation related
public class DelegationState implements org.omg.CORBA.portable.IDLEntity
{
private int __value;
private static int __size = 2;
private static org.omg.Security.DelegationState[] __array = new org.omg.Security.DelegationState [__size];
public static final int _SecInitiator = 0;
public static final org.omg.Security.DelegationState SecInitiator = new org.omg.Security.DelegationState(_SecInitiator);
public static final int _SecDelegate = 1;
public static final org.omg.Security.DelegationState SecDelegate = new org.omg.Security.DelegationState(_SecDelegate);
public int value ()
{
return __value;
}
public static org.omg.Security.DelegationState from_int (int value)
{
if (value >= 0 && value < __size)
return __array[value];
else
throw new org.omg.CORBA.BAD_PARAM ();
}
protected DelegationState (int value)
{
__value = value;
__array[__value] = this;
}
} // class DelegationState
| 3,510 |
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/DetectMisordering.java | package org.omg.Security;
/**
* org/omg/Security/DetectMisordering.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public interface DetectMisordering
{
public static final short value = (short)(16);
}
| 3,511 |
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/DayOfWeek.java | package org.omg.Security;
/**
* org/omg/Security/DayOfWeek.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public interface DayOfWeek
{
public static final int value = (int)(7L);
}
| 3,512 |
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/RequiresSupportsHolder.java | package org.omg.Security;
/**
* org/omg/Security/RequiresSupportsHolder.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 final class RequiresSupportsHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.Security.RequiresSupports value = null;
public RequiresSupportsHolder ()
{
}
public RequiresSupportsHolder (org.omg.Security.RequiresSupports initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.Security.RequiresSupportsHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.Security.RequiresSupportsHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.Security.RequiresSupportsHelper.type ();
}
}
| 3,513 |
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/SelectorValueListHelper.java | package org.omg.Security;
/**
* org/omg/Security/SelectorValueListHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
abstract public class SelectorValueListHelper
{
private static String _id = "IDL:omg.org/Security/SelectorValueList: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;
synchronized public static org.omg.CORBA.TypeCode type ()
{
if (__typeCode == null)
{
__typeCode = org.omg.Security.SelectorValueHelper.type ();
__typeCode = org.omg.CORBA.ORB.init ().create_sequence_tc (0, __typeCode);
__typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.Security.SelectorValueListHelper.id (), "SelectorValueList", __typeCode);
}
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[] = null;
int _len0 = istream.read_long ();
value = new org.omg.Security.SelectorValue[_len0];
for (int _o1 = 0;_o1 < value.length; ++_o1)
value[_o1] = org.omg.Security.SelectorValueHelper.read (istream);
return value;
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.Security.SelectorValue[] value)
{
ostream.write_long (value.length);
for (int _i0 = 0;_i0 < value.length; ++_i0)
org.omg.Security.SelectorValueHelper.write (ostream, value[_i0]);
}
}
| 3,514 |
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/SecurityContextTypeHolder.java | package org.omg.Security;
/**
* org/omg/Security/SecurityContextTypeHolder.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
// Type of SecurityContext
public final class SecurityContextTypeHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.Security.SecurityContextType value = null;
public SecurityContextTypeHolder ()
{
}
public SecurityContextTypeHolder (org.omg.Security.SecurityContextType initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.Security.SecurityContextTypeHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.Security.SecurityContextTypeHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.Security.SecurityContextTypeHelper.type ();
}
}
| 3,515 |
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/RightsCombinatorHelper.java | package org.omg.Security;
/**
* org/omg/Security/RightsCombinatorHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
abstract public class RightsCombinatorHelper
{
private static String _id = "IDL:omg.org/Security/RightsCombinator:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.Security.RightsCombinator 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.RightsCombinator 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.RightsCombinatorHelper.id (), "RightsCombinator", new String[] { "SecAllRights", "SecAnyRight"} );
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.Security.RightsCombinator read (org.omg.CORBA.portable.InputStream istream)
{
return org.omg.Security.RightsCombinator.from_int (istream.read_long ());
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.Security.RightsCombinator value)
{
ostream.write_long (value.value ());
}
}
| 3,516 |
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/RequiresSupportsHelper.java | package org.omg.Security;
/**
* org/omg/Security/RequiresSupportsHelper.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
abstract public class RequiresSupportsHelper
{
private static String _id = "IDL:omg.org/Security/RequiresSupports:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.Security.RequiresSupports 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.RequiresSupports 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.RequiresSupportsHelper.id (), "RequiresSupports", new String[] { "SecRequires", "SecSupports"} );
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.Security.RequiresSupports read (org.omg.CORBA.portable.InputStream istream)
{
return org.omg.Security.RequiresSupports.from_int (istream.read_long ());
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.Security.RequiresSupports value)
{
ostream.write_long (value.value ());
}
}
| 3,517 |
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/SelectorValueListHolder.java | package org.omg.Security;
/**
* org/omg/Security/SelectorValueListHolder.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public final class SelectorValueListHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.Security.SelectorValue value[] = null;
public SelectorValueListHolder ()
{
}
public SelectorValueListHolder (org.omg.Security.SelectorValue[] initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.Security.SelectorValueListHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.Security.SelectorValueListHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.Security.SelectorValueListHelper.type ();
}
}
| 3,518 |
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/SecurityContextTypeHelper.java | package org.omg.Security;
/**
* org/omg/Security/SecurityContextTypeHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
// Type of SecurityContext
abstract public class SecurityContextTypeHelper
{
private static String _id = "IDL:omg.org/Security/SecurityContextType:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.Security.SecurityContextType 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.SecurityContextType 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.SecurityContextTypeHelper.id (), "SecurityContextType", new String[] { "SecClientSecurityContext", "SecServerSecurityContext"} );
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.Security.SecurityContextType read (org.omg.CORBA.portable.InputStream istream)
{
return org.omg.Security.SecurityContextType.from_int (istream.read_long ());
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.Security.SecurityContextType value)
{
ostream.write_long (value.value ());
}
}
| 3,519 |
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/AuthenticationStatus.java | package org.omg.Security;
/**
* org/omg/Security/AuthenticationStatus.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
// Authentication return status
public class AuthenticationStatus implements org.omg.CORBA.portable.IDLEntity
{
private int __value;
private static int __size = 4;
private static org.omg.Security.AuthenticationStatus[] __array = new org.omg.Security.AuthenticationStatus [__size];
public static final int _SecAuthSuccess = 0;
public static final org.omg.Security.AuthenticationStatus SecAuthSuccess = new org.omg.Security.AuthenticationStatus(_SecAuthSuccess);
public static final int _SecAuthFailure = 1;
public static final org.omg.Security.AuthenticationStatus SecAuthFailure = new org.omg.Security.AuthenticationStatus(_SecAuthFailure);
public static final int _SecAuthContinue = 2;
public static final org.omg.Security.AuthenticationStatus SecAuthContinue = new org.omg.Security.AuthenticationStatus(_SecAuthContinue);
public static final int _SecAuthExpired = 3;
public static final org.omg.Security.AuthenticationStatus SecAuthExpired = new org.omg.Security.AuthenticationStatus(_SecAuthExpired);
public int value ()
{
return __value;
}
public static org.omg.Security.AuthenticationStatus from_int (int value)
{
if (value >= 0 && value < __size)
return __array[value];
else
throw new org.omg.CORBA.BAD_PARAM ();
}
protected AuthenticationStatus (int value)
{
__value = value;
__array[__value] = this;
}
} // class AuthenticationStatus
| 3,520 |
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/RightsCombinatorHolder.java | package org.omg.Security;
/**
* org/omg/Security/RightsCombinatorHolder.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public final class RightsCombinatorHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.Security.RightsCombinator value = null;
public RightsCombinatorHolder ()
{
}
public RightsCombinatorHolder (org.omg.Security.RightsCombinator initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.Security.RightsCombinatorHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.Security.RightsCombinatorHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.Security.RightsCombinatorHelper.type ();
}
}
| 3,521 |
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/CommonInteroperabilityLevel2.java | package org.omg.Security;
/**
* org/omg/Security/CommonInteroperabilityLevel2.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public interface CommonInteroperabilityLevel2
{
public static final int value = (int)(12L);
}
| 3,522 |
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/SecAttributeHelper.java | package org.omg.Security;
/**
* org/omg/Security/SecAttributeHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
abstract public class SecAttributeHelper
{
private static String _id = "IDL:omg.org/Security/SecAttribute: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;
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.Security.AttributeTypeHelper.type ();
_members0[0] = new org.omg.CORBA.StructMember (
"attribute_type",
_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.Security.OIDHelper.id (), "OID", _tcOf_members0);
_members0[1] = new org.omg.CORBA.StructMember (
"defining_authority",
_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.Security.OpaqueHelper.id (), "Opaque", _tcOf_members0);
_members0[2] = new org.omg.CORBA.StructMember (
"value",
_tcOf_members0,
null);
__typeCode = org.omg.CORBA.ORB.init ().create_struct_tc (org.omg.Security.SecAttributeHelper.id (), "SecAttribute", _members0);
__active = false;
}
}
}
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 = new org.omg.Security.SecAttribute ();
value.attribute_type = org.omg.Security.AttributeTypeHelper.read (istream);
value.defining_authority = org.omg.Security.OIDHelper.read (istream);
value.value = org.omg.Security.OpaqueHelper.read (istream);
return value;
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.Security.SecAttribute value)
{
org.omg.Security.AttributeTypeHelper.write (ostream, value.attribute_type);
org.omg.Security.OIDHelper.write (ostream, value.defining_authority);
org.omg.Security.OpaqueHelper.write (ostream, value.value);
}
}
| 3,523 |
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/UtcTHelper.java | package org.omg.Security;
/**
* org/omg/Security/UtcTHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
// pick up from TimeBase
abstract public class UtcTHelper
{
private static String _id = "IDL:omg.org/Security/UtcT:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.TimeBase.UtcT 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.UtcT 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.UtcTHelper.type ();
__typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.Security.UtcTHelper.id (), "UtcT", __typeCode);
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.TimeBase.UtcT read (org.omg.CORBA.portable.InputStream istream)
{
org.omg.TimeBase.UtcT value = null;
value = org.omg.TimeBase.UtcTHelper.read (istream);
return value;
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.TimeBase.UtcT value)
{
org.omg.TimeBase.UtcTHelper.write (ostream, value);
}
}
| 3,524 |
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/MechandOptionsListHelper.java | package org.omg.Security;
/**
* org/omg/Security/MechandOptionsListHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
abstract public class MechandOptionsListHelper
{
private static String _id = "IDL:omg.org/Security/MechandOptionsList: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;
synchronized public static org.omg.CORBA.TypeCode type ()
{
if (__typeCode == null)
{
__typeCode = org.omg.Security.MechandOptionsHelper.type ();
__typeCode = org.omg.CORBA.ORB.init ().create_sequence_tc (0, __typeCode);
__typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.Security.MechandOptionsListHelper.id (), "MechandOptionsList", __typeCode);
}
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[] = null;
int _len0 = istream.read_long ();
value = new org.omg.Security.MechandOptions[_len0];
for (int _o1 = 0;_o1 < value.length; ++_o1)
value[_o1] = org.omg.Security.MechandOptionsHelper.read (istream);
return value;
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.Security.MechandOptions[] value)
{
ostream.write_long (value.length);
for (int _i0 = 0;_i0 < value.length; ++_i0)
org.omg.Security.MechandOptionsHelper.write (ostream, value[_i0]);
}
}
| 3,525 |
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/AttributeTypeHelper.java | package org.omg.Security;
/**
* org/omg/Security/AttributeTypeHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
abstract public class AttributeTypeHelper
{
private static String _id = "IDL:omg.org/Security/AttributeType:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.Security.AttributeType 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.AttributeType 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.Security.ExtensibleFamilyHelper.type ();
_members0[0] = new org.omg.CORBA.StructMember (
"attribute_family",
_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.SecurityAttributeTypeHelper.id (), "SecurityAttributeType", _tcOf_members0);
_members0[1] = new org.omg.CORBA.StructMember (
"attribute_type",
_tcOf_members0,
null);
__typeCode = org.omg.CORBA.ORB.init ().create_struct_tc (org.omg.Security.AttributeTypeHelper.id (), "AttributeType", _members0);
__active = false;
}
}
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.Security.AttributeType read (org.omg.CORBA.portable.InputStream istream)
{
org.omg.Security.AttributeType value = new org.omg.Security.AttributeType ();
value.attribute_family = org.omg.Security.ExtensibleFamilyHelper.read (istream);
value.attribute_type = istream.read_ulong ();
return value;
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.Security.AttributeType value)
{
org.omg.Security.ExtensibleFamilyHelper.write (ostream, value.attribute_family);
ostream.write_ulong (value.attribute_type);
}
}
| 3,526 |
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/OptionsDirectionPairListHelper.java | package org.omg.Security;
/**
* org/omg/Security/OptionsDirectionPairListHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
abstract public class OptionsDirectionPairListHelper
{
private static String _id = "IDL:omg.org/Security/OptionsDirectionPairList:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.Security.OptionsDirectionPair[] 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.OptionsDirectionPair[] 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.OptionsDirectionPairHelper.type ();
__typeCode = org.omg.CORBA.ORB.init ().create_sequence_tc (0, __typeCode);
__typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.Security.OptionsDirectionPairListHelper.id (), "OptionsDirectionPairList", __typeCode);
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.Security.OptionsDirectionPair[] read (org.omg.CORBA.portable.InputStream istream)
{
org.omg.Security.OptionsDirectionPair value[] = null;
int _len0 = istream.read_long ();
value = new org.omg.Security.OptionsDirectionPair[_len0];
for (int _o1 = 0;_o1 < value.length; ++_o1)
value[_o1] = org.omg.Security.OptionsDirectionPairHelper.read (istream);
return value;
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.Security.OptionsDirectionPair[] value)
{
ostream.write_long (value.length);
for (int _i0 = 0;_i0 < value.length; ++_i0)
org.omg.Security.OptionsDirectionPairHelper.write (ostream, value[_i0]);
}
}
| 3,527 |
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/SelectorTypeHelper.java | package org.omg.Security;
/**
* org/omg/Security/SelectorTypeHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
abstract public class SelectorTypeHelper
{
private static String _id = "IDL:omg.org/Security/SelectorType: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.SelectorTypeHelper.id (), "SelectorType", __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,528 |
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/SecTargetInvocationAudit.java | package org.omg.Security;
/**
* org/omg/Security/SecTargetInvocationAudit.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public interface SecTargetInvocationAudit
{
public static final int value = (int)(5L);
}
| 3,529 |
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/ChannelBindingsHolder.java | package org.omg.Security;
/**
* org/omg/Security/ChannelBindingsHolder.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public final class ChannelBindingsHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.Security.ChannelBindings value = null;
public ChannelBindingsHolder ()
{
}
public ChannelBindingsHolder (org.omg.Security.ChannelBindings initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.Security.ChannelBindingsHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.Security.ChannelBindingsHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.Security.ChannelBindingsHelper.type ();
}
}
| 3,530 |
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/SimpleDelegation.java | package org.omg.Security;
/**
* org/omg/Security/SimpleDelegation.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public interface SimpleDelegation
{
public static final short value = (short)(256);
}
| 3,531 |
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/EstablishTrustInClient.java | package org.omg.Security;
/**
* org/omg/Security/EstablishTrustInClient.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public interface EstablishTrustInClient
{
public static final short value = (short)(64);
}
| 3,532 |
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/OpaqueBuffer.java | package org.omg.Security;
/**
* org/omg/Security/OpaqueBuffer.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public final class OpaqueBuffer implements org.omg.CORBA.portable.IDLEntity
{
public byte buffer[] = null;
public int startpos = (int)0;
public int endpos = (int)0;
public OpaqueBuffer ()
{
} // ctor
public OpaqueBuffer (byte[] _buffer, int _startpos, int _endpos)
{
buffer = _buffer;
startpos = _startpos;
endpos = _endpos;
} // ctor
} // class OpaqueBuffer
| 3,533 |
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/SecurityFeature.java | package org.omg.Security;
/**
* org/omg/Security/SecurityFeature.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
// Security features available on credentials.
public class SecurityFeature implements org.omg.CORBA.portable.IDLEntity
{
private int __value;
private static int __size = 11;
private static org.omg.Security.SecurityFeature[] __array = new org.omg.Security.SecurityFeature [__size];
public static final int _SecNoDelegation = 0;
public static final org.omg.Security.SecurityFeature SecNoDelegation = new org.omg.Security.SecurityFeature(_SecNoDelegation);
public static final int _SecSimpleDelegation = 1;
public static final org.omg.Security.SecurityFeature SecSimpleDelegation = new org.omg.Security.SecurityFeature(_SecSimpleDelegation);
public static final int _SecCompositeDelegation = 2;
public static final org.omg.Security.SecurityFeature SecCompositeDelegation = new org.omg.Security.SecurityFeature(_SecCompositeDelegation);
public static final int _SecNoProtection = 3;
public static final org.omg.Security.SecurityFeature SecNoProtection = new org.omg.Security.SecurityFeature(_SecNoProtection);
public static final int _SecIntegrity = 4;
public static final org.omg.Security.SecurityFeature SecIntegrity = new org.omg.Security.SecurityFeature(_SecIntegrity);
public static final int _SecConfidentiality = 5;
public static final org.omg.Security.SecurityFeature SecConfidentiality = new org.omg.Security.SecurityFeature(_SecConfidentiality);
public static final int _SecIntegrityAndConfidentiality = 6;
public static final org.omg.Security.SecurityFeature SecIntegrityAndConfidentiality = new org.omg.Security.SecurityFeature(_SecIntegrityAndConfidentiality);
public static final int _SecDetectReplay = 7;
public static final org.omg.Security.SecurityFeature SecDetectReplay = new org.omg.Security.SecurityFeature(_SecDetectReplay);
public static final int _SecDetectMisordering = 8;
public static final org.omg.Security.SecurityFeature SecDetectMisordering = new org.omg.Security.SecurityFeature(_SecDetectMisordering);
public static final int _SecEstablishTrustInTarget = 9;
public static final org.omg.Security.SecurityFeature SecEstablishTrustInTarget = new org.omg.Security.SecurityFeature(_SecEstablishTrustInTarget);
public static final int _SecEstablishTrustInClient = 10;
public static final org.omg.Security.SecurityFeature SecEstablishTrustInClient = new org.omg.Security.SecurityFeature(_SecEstablishTrustInClient);
public int value ()
{
return __value;
}
public static org.omg.Security.SecurityFeature from_int (int value)
{
if (value >= 0 && value < __size)
return __array[value];
else
throw new org.omg.CORBA.BAD_PARAM ();
}
protected SecurityFeature (int value)
{
__value = value;
__array[__value] = this;
}
} // class SecurityFeature
| 3,534 |
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/AuditId.java | package org.omg.Security;
/**
* org/omg/Security/AuditId.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public interface AuditId
{
// other attributes; family = 0
public static final int value = (int)(1L);
}
| 3,535 |
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/ChannelBindingsHelper.java | package org.omg.Security;
/**
* org/omg/Security/ChannelBindingsHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
abstract public class ChannelBindingsHelper
{
private static String _id = "IDL:omg.org/Security/ChannelBindings:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.Security.ChannelBindings that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
a.type (type ());
write (out, that);
a.read_value (out.create_input_stream (), type ());
}
public static org.omg.Security.ChannelBindings extract (org.omg.CORBA.Any a)
{
return read (a.create_input_stream ());
}
private static org.omg.CORBA.TypeCode __typeCode = null;
private static boolean __active = false;
synchronized public static org.omg.CORBA.TypeCode type ()
{
if (__typeCode == null)
{
synchronized (org.omg.CORBA.TypeCode.class)
{
if (__typeCode == null)
{
if (__active)
{
return org.omg.CORBA.ORB.init().create_recursive_tc ( _id );
}
__active = true;
org.omg.CORBA.StructMember[] _members0 = new org.omg.CORBA.StructMember [5];
org.omg.CORBA.TypeCode _tcOf_members0 = null;
_tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ulong);
_members0[0] = new org.omg.CORBA.StructMember (
"initiator_addrtype",
_tcOf_members0,
null);
_tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_octet);
_tcOf_members0 = org.omg.CORBA.ORB.init ().create_sequence_tc (0, _tcOf_members0);
_members0[1] = new org.omg.CORBA.StructMember (
"initiator_address",
_tcOf_members0,
null);
_tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ulong);
_members0[2] = new org.omg.CORBA.StructMember (
"acceptor_addrtype",
_tcOf_members0,
null);
_tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_octet);
_tcOf_members0 = org.omg.CORBA.ORB.init ().create_sequence_tc (0, _tcOf_members0);
_members0[3] = new org.omg.CORBA.StructMember (
"acceptor_address",
_tcOf_members0,
null);
_tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_octet);
_tcOf_members0 = org.omg.CORBA.ORB.init ().create_sequence_tc (0, _tcOf_members0);
_members0[4] = new org.omg.CORBA.StructMember (
"application_data",
_tcOf_members0,
null);
__typeCode = org.omg.CORBA.ORB.init ().create_struct_tc (org.omg.Security.ChannelBindingsHelper.id (), "ChannelBindings", _members0);
__active = false;
}
}
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.Security.ChannelBindings read (org.omg.CORBA.portable.InputStream istream)
{
org.omg.Security.ChannelBindings value = new org.omg.Security.ChannelBindings ();
value.initiator_addrtype = istream.read_ulong ();
int _len0 = istream.read_long ();
value.initiator_address = new byte[_len0];
istream.read_octet_array (value.initiator_address, 0, _len0);
value.acceptor_addrtype = istream.read_ulong ();
int _len1 = istream.read_long ();
value.acceptor_address = new byte[_len1];
istream.read_octet_array (value.acceptor_address, 0, _len1);
int _len2 = istream.read_long ();
value.application_data = new byte[_len2];
istream.read_octet_array (value.application_data, 0, _len2);
return value;
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.Security.ChannelBindings value)
{
ostream.write_ulong (value.initiator_addrtype);
ostream.write_long (value.initiator_address.length);
ostream.write_octet_array (value.initiator_address, 0, value.initiator_address.length);
ostream.write_ulong (value.acceptor_addrtype);
ostream.write_long (value.acceptor_address.length);
ostream.write_octet_array (value.acceptor_address, 0, value.acceptor_address.length);
ostream.write_long (value.application_data.length);
ostream.write_octet_array (value.application_data, 0, value.application_data.length);
}
}
| 3,536 |
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/DetectReplay.java | package org.omg.Security;
/**
* org/omg/Security/DetectReplay.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public interface DetectReplay
{
public static final short value = (short)(8);
}
| 3,537 |
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/SecTargetSecureInvocation.java | package org.omg.Security;
/**
* org/omg/Security/SecTargetSecureInvocation.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public interface SecTargetSecureInvocation
{
public static final int value = (int)(9L);
}
| 3,538 |
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/StandardSecureInteroperability.java | package org.omg.Security;
/**
* org/omg/Security/StandardSecureInteroperability.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public interface StandardSecureInteroperability
{
public static final int value = (int)(8L);
}
| 3,539 |
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/ReplaceORBServices.java | package org.omg.Security;
/**
* org/omg/Security/ReplaceORBServices.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public interface ReplaceORBServices
{
public static final int value = (int)(6L);
}
| 3,540 |
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/Right.java | package org.omg.Security;
/**
* org/omg/Security/Right.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public final class Right implements org.omg.CORBA.portable.IDLEntity
{
public org.omg.Security.ExtensibleFamily rights_family = null;
public String the_right = null;
public Right ()
{
} // ctor
public Right (org.omg.Security.ExtensibleFamily _rights_family, String _the_right)
{
rights_family = _rights_family;
the_right = _the_right;
} // ctor
} // class Right
| 3,541 |
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/SecDelegation.java | package org.omg.Security;
/**
* org/omg/Security/SecDelegation.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public interface SecDelegation
{
public static final int value = (int)(7L);
}
| 3,542 |
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/RightHolder.java | package org.omg.Security;
/**
* org/omg/Security/RightHolder.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public final class RightHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.Security.Right value = null;
public RightHolder ()
{
}
public RightHolder (org.omg.Security.Right initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.Security.RightHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.Security.RightHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.Security.RightHelper.type ();
}
}
| 3,543 |
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/ExtensibleFamily.java | package org.omg.Security;
/**
* org/omg/Security/ExtensibleFamily.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public final class ExtensibleFamily implements org.omg.CORBA.portable.IDLEntity
{
public short family_definer = (short)0;
public short family = (short)0;
public ExtensibleFamily ()
{
} // ctor
public ExtensibleFamily (short _family_definer, short _family)
{
family_definer = _family_definer;
family = _family;
} // ctor
} // class ExtensibleFamily
| 3,544 |
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/AuditObjectCreation.java | package org.omg.Security;
/**
* org/omg/Security/AuditObjectCreation.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public interface AuditObjectCreation
{
public static final short value = (short)(7);
}
| 3,545 |
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/Operation.java | package org.omg.Security;
/**
* org/omg/Security/Operation.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public interface Operation
{
public static final int value = (int)(3L);
}
| 3,546 |
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/SelectorValue.java | package org.omg.Security;
/**
* org/omg/Security/SelectorValue.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public final class SelectorValue implements org.omg.CORBA.portable.IDLEntity
{
public int selector = (int)0;
public org.omg.CORBA.Any value = null;
public SelectorValue ()
{
} // ctor
public SelectorValue (int _selector, org.omg.CORBA.Any _value)
{
selector = _selector;
value = _value;
} // ctor
} // class SelectorValue
| 3,547 |
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/DelegationDirectiveHolder.java | package org.omg.Security;
/**
* org/omg/Security/DelegationDirectiveHolder.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public final class DelegationDirectiveHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.Security.DelegationDirective value = null;
public DelegationDirectiveHolder ()
{
}
public DelegationDirectiveHolder (org.omg.Security.DelegationDirective initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.Security.DelegationDirectiveHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.Security.DelegationDirectiveHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.Security.DelegationDirectiveHelper.type ();
}
}
| 3,548 |
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/ObjectRef.java | package org.omg.Security;
/**
* org/omg/Security/ObjectRef.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public interface ObjectRef
{
public static final int value = (int)(2L);
}
| 3,549 |
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/NonRepudiation.java | package org.omg.Security;
/**
* org/omg/Security/NonRepudiation.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public interface NonRepudiation
{
public static final int value = (int)(3L);
}
| 3,550 |
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/Clearance.java | package org.omg.Security;
/**
* org/omg/Security/Clearance.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public interface Clearance
{
public static final int value = (int)(7L);
}
| 3,551 |
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/InterfaceName.java | package org.omg.Security;
/**
* org/omg/Security/InterfaceName.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public interface InterfaceName
{
public static final int value = (int)(1L);
}
| 3,552 |
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/AuditSecEnvChange.java | package org.omg.Security;
/**
* org/omg/Security/AuditSecEnvChange.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public interface AuditSecEnvChange
{
public static final short value = (short)(5);
}
| 3,553 |
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/OpaqueBufferHelper.java | package org.omg.Security;
/**
* org/omg/Security/OpaqueBufferHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
abstract public class OpaqueBufferHelper
{
private static String _id = "IDL:omg.org/Security/OpaqueBuffer:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.Security.OpaqueBuffer 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.OpaqueBuffer 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.Security.OpaqueHelper.id (), "Opaque", _tcOf_members0);
_members0[0] = new org.omg.CORBA.StructMember (
"buffer",
_tcOf_members0,
null);
_tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ulong);
_members0[1] = new org.omg.CORBA.StructMember (
"startpos",
_tcOf_members0,
null);
_tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ulong);
_members0[2] = new org.omg.CORBA.StructMember (
"endpos",
_tcOf_members0,
null);
__typeCode = org.omg.CORBA.ORB.init ().create_struct_tc (org.omg.Security.OpaqueBufferHelper.id (), "OpaqueBuffer", _members0);
__active = false;
}
}
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.Security.OpaqueBuffer read (org.omg.CORBA.portable.InputStream istream)
{
org.omg.Security.OpaqueBuffer value = new org.omg.Security.OpaqueBuffer ();
value.buffer = org.omg.Security.OpaqueHelper.read (istream);
value.startpos = istream.read_ulong ();
value.endpos = istream.read_ulong ();
return value;
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.Security.OpaqueBuffer value)
{
org.omg.Security.OpaqueHelper.write (ostream, value.buffer);
ostream.write_ulong (value.startpos);
ostream.write_ulong (value.endpos);
}
}
| 3,554 |
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/OpaqueBufferHolder.java | package org.omg.Security;
/**
* org/omg/Security/OpaqueBufferHolder.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public final class OpaqueBufferHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.Security.OpaqueBuffer value = null;
public OpaqueBufferHolder ()
{
}
public OpaqueBufferHolder (org.omg.Security.OpaqueBuffer initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.Security.OpaqueBufferHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.Security.OpaqueBufferHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.Security.OpaqueBufferHelper.type ();
}
}
| 3,555 |
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/DelegationDirectiveHelper.java | package org.omg.Security;
/**
* org/omg/Security/DelegationDirectiveHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
abstract public class DelegationDirectiveHelper
{
private static String _id = "IDL:omg.org/Security/DelegationDirective:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.Security.DelegationDirective that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
a.type (type ());
write (out, that);
a.read_value (out.create_input_stream (), type ());
}
public static org.omg.Security.DelegationDirective extract (org.omg.CORBA.Any a)
{
return read (a.create_input_stream ());
}
private static org.omg.CORBA.TypeCode __typeCode = null;
synchronized public static org.omg.CORBA.TypeCode type ()
{
if (__typeCode == null)
{
__typeCode = org.omg.CORBA.ORB.init ().create_enum_tc (org.omg.Security.DelegationDirectiveHelper.id (), "DelegationDirective", new String[] { "Delegate", "NoDelegate"} );
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.Security.DelegationDirective read (org.omg.CORBA.portable.InputStream istream)
{
return org.omg.Security.DelegationDirective.from_int (istream.read_long ());
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.Security.DelegationDirective value)
{
ostream.write_long (value.value ());
}
}
| 3,556 |
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/AssociationStatus.java | package org.omg.Security;
/**
* org/omg/Security/AssociationStatus.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
// Association return status
public class AssociationStatus implements org.omg.CORBA.portable.IDLEntity
{
private int __value;
private static int __size = 3;
private static org.omg.Security.AssociationStatus[] __array = new org.omg.Security.AssociationStatus [__size];
public static final int _SecAssocSuccess = 0;
public static final org.omg.Security.AssociationStatus SecAssocSuccess = new org.omg.Security.AssociationStatus(_SecAssocSuccess);
public static final int _SecAssocFailure = 1;
public static final org.omg.Security.AssociationStatus SecAssocFailure = new org.omg.Security.AssociationStatus(_SecAssocFailure);
public static final int _SecAssocContinue = 2;
public static final org.omg.Security.AssociationStatus SecAssocContinue = new org.omg.Security.AssociationStatus(_SecAssocContinue);
public int value ()
{
return __value;
}
public static org.omg.Security.AssociationStatus from_int (int value)
{
if (value >= 0 && value < __size)
return __array[value];
else
throw new org.omg.CORBA.BAD_PARAM ();
}
protected AssociationStatus (int value)
{
__value = value;
__array[__value] = this;
}
} // class AssociationStatus
| 3,557 |
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/RightHelper.java | package org.omg.Security;
/**
* org/omg/Security/RightHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
abstract public class RightHelper
{
private static String _id = "IDL:omg.org/Security/Right: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;
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.Security.ExtensibleFamilyHelper.type ();
_members0[0] = new org.omg.CORBA.StructMember (
"rights_family",
_tcOf_members0,
null);
_tcOf_members0 = org.omg.CORBA.ORB.init ().create_string_tc (0);
_members0[1] = new org.omg.CORBA.StructMember (
"the_right",
_tcOf_members0,
null);
__typeCode = org.omg.CORBA.ORB.init ().create_struct_tc (org.omg.Security.RightHelper.id (), "Right", _members0);
__active = false;
}
}
}
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 = new org.omg.Security.Right ();
value.rights_family = org.omg.Security.ExtensibleFamilyHelper.read (istream);
value.the_right = istream.read_string ();
return value;
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.Security.Right value)
{
org.omg.Security.ExtensibleFamilyHelper.write (ostream, value.rights_family);
ostream.write_string (value.the_right);
}
}
| 3,558 |
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/AuditCombinator.java | package org.omg.Security;
/**
* org/omg/Security/AuditCombinator.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public class AuditCombinator implements org.omg.CORBA.portable.IDLEntity
{
private int __value;
private static int __size = 2;
private static org.omg.Security.AuditCombinator[] __array = new org.omg.Security.AuditCombinator [__size];
public static final int _SecAllSelectors = 0;
public static final org.omg.Security.AuditCombinator SecAllSelectors = new org.omg.Security.AuditCombinator(_SecAllSelectors);
public static final int _SecAnySelector = 1;
public static final org.omg.Security.AuditCombinator SecAnySelector = new org.omg.Security.AuditCombinator(_SecAnySelector);
public int value ()
{
return __value;
}
public static org.omg.Security.AuditCombinator from_int (int value)
{
if (value >= 0 && value < __size)
return __array[value];
else
throw new org.omg.CORBA.BAD_PARAM ();
}
protected AuditCombinator (int value)
{
__value = value;
__array[__value] = this;
}
} // class AuditCombinator
| 3,559 |
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/AuditEventTypeHelper.java | package org.omg.Security;
/**
* org/omg/Security/AuditEventTypeHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
abstract public class AuditEventTypeHelper
{
private static String _id = "IDL:omg.org/Security/AuditEventType: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;
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.Security.ExtensibleFamilyHelper.type ();
_members0[0] = new org.omg.CORBA.StructMember (
"event_family",
_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.EventTypeHelper.id (), "EventType", _tcOf_members0);
_members0[1] = new org.omg.CORBA.StructMember (
"event_type",
_tcOf_members0,
null);
__typeCode = org.omg.CORBA.ORB.init ().create_struct_tc (org.omg.Security.AuditEventTypeHelper.id (), "AuditEventType", _members0);
__active = false;
}
}
}
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 = new org.omg.Security.AuditEventType ();
value.event_family = org.omg.Security.ExtensibleFamilyHelper.read (istream);
value.event_type = istream.read_ushort ();
return value;
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.Security.AuditEventType value)
{
org.omg.Security.ExtensibleFamilyHelper.write (ostream, value.event_family);
ostream.write_ushort (value.event_type);
}
}
| 3,560 |
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/DelegationStateHelper.java | package org.omg.Security;
/**
* org/omg/Security/DelegationStateHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
// Delegation related
abstract public class DelegationStateHelper
{
private static String _id = "IDL:omg.org/Security/DelegationState:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.Security.DelegationState that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
a.type (type ());
write (out, that);
a.read_value (out.create_input_stream (), type ());
}
public static org.omg.Security.DelegationState extract (org.omg.CORBA.Any a)
{
return read (a.create_input_stream ());
}
private static org.omg.CORBA.TypeCode __typeCode = null;
synchronized public static org.omg.CORBA.TypeCode type ()
{
if (__typeCode == null)
{
__typeCode = org.omg.CORBA.ORB.init ().create_enum_tc (org.omg.Security.DelegationStateHelper.id (), "DelegationState", new String[] { "SecInitiator", "SecDelegate"} );
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.Security.DelegationState read (org.omg.CORBA.portable.InputStream istream)
{
return org.omg.Security.DelegationState.from_int (istream.read_long ());
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.Security.DelegationState value)
{
ostream.write_long (value.value ());
}
}
| 3,561 |
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/AttributeTypeListHelper.java | package org.omg.Security;
/**
* org/omg/Security/AttributeTypeListHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
abstract public class AttributeTypeListHelper
{
private static String _id = "IDL:omg.org/Security/AttributeTypeList:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.Security.AttributeType[] 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.AttributeType[] 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.AttributeTypeHelper.type ();
__typeCode = org.omg.CORBA.ORB.init ().create_sequence_tc (0, __typeCode);
__typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.Security.AttributeTypeListHelper.id (), "AttributeTypeList", __typeCode);
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.Security.AttributeType[] read (org.omg.CORBA.portable.InputStream istream)
{
org.omg.Security.AttributeType value[] = null;
int _len0 = istream.read_long ();
value = new org.omg.Security.AttributeType[_len0];
for (int _o1 = 0;_o1 < value.length; ++_o1)
value[_o1] = org.omg.Security.AttributeTypeHelper.read (istream);
return value;
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.Security.AttributeType[] value)
{
ostream.write_long (value.length);
for (int _i0 = 0;_i0 < value.length; ++_i0)
org.omg.Security.AttributeTypeHelper.write (ostream, value[_i0]);
}
}
| 3,562 |
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/SecurityFeatureHelper.java | package org.omg.Security;
/**
* org/omg/Security/SecurityFeatureHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
// Security features available on credentials.
abstract public class SecurityFeatureHelper
{
private static String _id = "IDL:omg.org/Security/SecurityFeature:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.Security.SecurityFeature 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.SecurityFeature 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.SecurityFeatureHelper.id (), "SecurityFeature", new String[] { "SecNoDelegation", "SecSimpleDelegation", "SecCompositeDelegation", "SecNoProtection", "SecIntegrity", "SecConfidentiality", "SecIntegrityAndConfidentiality", "SecDetectReplay", "SecDetectMisordering", "SecEstablishTrustInTarget", "SecEstablishTrustInClient"} );
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.Security.SecurityFeature read (org.omg.CORBA.portable.InputStream istream)
{
return org.omg.Security.SecurityFeature.from_int (istream.read_long ());
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.Security.SecurityFeature value)
{
ostream.write_long (value.value ());
}
}
| 3,563 |
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/AuditInvocation.java | package org.omg.Security;
/**
* org/omg/Security/AuditInvocation.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public interface AuditInvocation
{
public static final short value = (short)(4);
}
| 3,564 |
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/DayOfTheWeekHelper.java | package org.omg.Security;
/**
* org/omg/Security/DayOfTheWeekHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
abstract public class DayOfTheWeekHelper
{
private static String _id = "IDL:omg.org/Security/DayOfTheWeek:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.Security.DayOfTheWeek that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
a.type (type ());
write (out, that);
a.read_value (out.create_input_stream (), type ());
}
public static org.omg.Security.DayOfTheWeek extract (org.omg.CORBA.Any a)
{
return read (a.create_input_stream ());
}
private static org.omg.CORBA.TypeCode __typeCode = null;
synchronized public static org.omg.CORBA.TypeCode type ()
{
if (__typeCode == null)
{
__typeCode = org.omg.CORBA.ORB.init ().create_enum_tc (org.omg.Security.DayOfTheWeekHelper.id (), "DayOfTheWeek", new String[] { "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"} );
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.Security.DayOfTheWeek read (org.omg.CORBA.portable.InputStream istream)
{
return org.omg.Security.DayOfTheWeek.from_int (istream.read_long ());
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.Security.DayOfTheWeek value)
{
ostream.write_long (value.value ());
}
}
| 3,565 |
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/Time.java | package org.omg.Security;
/**
* org/omg/Security/Time.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public interface Time
{
public static final int value = (int)(6L);
}
| 3,566 |
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/SecClientInvocationAccess.java | package org.omg.Security;
/**
* org/omg/Security/SecClientInvocationAccess.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public interface SecClientInvocationAccess
{
// General administrative policies
public static final int value = (int)(1L);
}
| 3,567 |
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/SecurityLevel2.java | package org.omg.Security;
/**
* org/omg/Security/SecurityLevel2.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public interface SecurityLevel2
{
public static final int value = (int)(2L);
}
| 3,568 |
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/MechanismTypeListHolder.java | package org.omg.Security;
/**
* org/omg/Security/MechanismTypeListHolder.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public final class MechanismTypeListHolder implements org.omg.CORBA.portable.Streamable
{
public String value[] = null;
public MechanismTypeListHolder ()
{
}
public MechanismTypeListHolder (String[] initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.Security.MechanismTypeListHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.Security.MechanismTypeListHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.Security.MechanismTypeListHelper.type ();
}
}
| 3,569 |
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/OptionsDirectionPairHolder.java | package org.omg.Security;
/**
* org/omg/Security/OptionsDirectionPairHolder.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public final class OptionsDirectionPairHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.Security.OptionsDirectionPair value = null;
public OptionsDirectionPairHolder ()
{
}
public OptionsDirectionPairHolder (org.omg.Security.OptionsDirectionPair initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.Security.OptionsDirectionPairHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.Security.OptionsDirectionPairHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.Security.OptionsDirectionPairHelper.type ();
}
}
| 3,570 |
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/AuditEventType.java | package org.omg.Security;
/**
* org/omg/Security/AuditEventType.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public final class AuditEventType implements org.omg.CORBA.portable.IDLEntity
{
public org.omg.Security.ExtensibleFamily event_family = null;
public short event_type = (short)0;
public AuditEventType ()
{
} // ctor
public AuditEventType (org.omg.Security.ExtensibleFamily _event_family, short _event_type)
{
event_family = _event_family;
event_type = _event_type;
} // ctor
} // class AuditEventType
| 3,571 |
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/_Public.java | package org.omg.Security;
/**
* org/omg/Security/_Public.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public interface _Public
{
// privilege attributes; family = 1
public static final int value = (int)(1L);
}
| 3,572 |
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/ChannelBindings.java | package org.omg.Security;
/**
* org/omg/Security/ChannelBindings.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public final class ChannelBindings implements org.omg.CORBA.portable.IDLEntity
{
public int initiator_addrtype = (int)0;
public byte initiator_address[] = null;
public int acceptor_addrtype = (int)0;
public byte acceptor_address[] = null;
public byte application_data[] = null;
public ChannelBindings ()
{
} // ctor
public ChannelBindings (int _initiator_addrtype, byte[] _initiator_address, int _acceptor_addrtype, byte[] _acceptor_address, byte[] _application_data)
{
initiator_addrtype = _initiator_addrtype;
initiator_address = _initiator_address;
acceptor_addrtype = _acceptor_addrtype;
acceptor_address = _acceptor_address;
application_data = _application_data;
} // ctor
} // class ChannelBindings
| 3,573 |
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/AuditChannelIdHelper.java | package org.omg.Security;
/**
* org/omg/Security/AuditChannelIdHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
// Audit
abstract public class AuditChannelIdHelper
{
private static String _id = "IDL:omg.org/Security/AuditChannelId: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.AuditChannelIdHelper.id (), "AuditChannelId", __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,574 |
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/MechanismTypeListHelper.java | package org.omg.Security;
/**
* org/omg/Security/MechanismTypeListHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
abstract public class MechanismTypeListHelper
{
private static String _id = "IDL:omg.org/Security/MechanismTypeList: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);
__typeCode = org.omg.CORBA.ORB.init ().create_sequence_tc (0, __typeCode);
__typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.Security.MechanismTypeListHelper.id (), "MechanismTypeList", __typeCode);
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static String[] read (org.omg.CORBA.portable.InputStream istream)
{
String value[] = null;
int _len0 = istream.read_long ();
value = new String[_len0];
for (int _o1 = 0;_o1 < value.length; ++_o1)
value[_o1] = org.omg.Security.MechanismTypeHelper.read (istream);
return value;
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, String[] value)
{
ostream.write_long (value.length);
for (int _i0 = 0;_i0 < value.length; ++_i0)
org.omg.Security.MechanismTypeHelper.write (ostream, value[_i0]);
}
}
| 3,575 |
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/OptionsDirectionPairHelper.java | package org.omg.Security;
/**
* org/omg/Security/OptionsDirectionPairHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
abstract public class OptionsDirectionPairHelper
{
private static String _id = "IDL:omg.org/Security/OptionsDirectionPair:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.Security.OptionsDirectionPair 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.OptionsDirectionPair 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);
_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 (
"options",
_tcOf_members0,
null);
_tcOf_members0 = org.omg.Security.CommunicationDirectionHelper.type ();
_members0[1] = new org.omg.CORBA.StructMember (
"direction",
_tcOf_members0,
null);
__typeCode = org.omg.CORBA.ORB.init ().create_struct_tc (org.omg.Security.OptionsDirectionPairHelper.id (), "OptionsDirectionPair", _members0);
__active = false;
}
}
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.Security.OptionsDirectionPair read (org.omg.CORBA.portable.InputStream istream)
{
org.omg.Security.OptionsDirectionPair value = new org.omg.Security.OptionsDirectionPair ();
value.options = istream.read_ushort ();
value.direction = org.omg.Security.CommunicationDirectionHelper.read (istream);
return value;
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.Security.OptionsDirectionPair value)
{
ostream.write_ushort (value.options);
org.omg.Security.CommunicationDirectionHelper.write (ostream, value.direction);
}
}
| 3,576 |
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/SecAttribute.java | package org.omg.Security;
/**
* org/omg/Security/SecAttribute.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public final class SecAttribute implements org.omg.CORBA.portable.IDLEntity
{
public org.omg.Security.AttributeType attribute_type = null;
public byte defining_authority[] = null;
public byte value[] = null;
public SecAttribute ()
{
} // ctor
public SecAttribute (org.omg.Security.AttributeType _attribute_type, byte[] _defining_authority, byte[] _value)
{
attribute_type = _attribute_type;
defining_authority = _defining_authority;
value = _value;
} // ctor
} // class SecAttribute
| 3,577 |
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/DelegationDirective.java | package org.omg.Security;
/**
* org/omg/Security/DelegationDirective.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public class DelegationDirective implements org.omg.CORBA.portable.IDLEntity
{
private int __value;
private static int __size = 2;
private static org.omg.Security.DelegationDirective[] __array = new org.omg.Security.DelegationDirective [__size];
public static final int _Delegate = 0;
public static final org.omg.Security.DelegationDirective Delegate = new org.omg.Security.DelegationDirective(_Delegate);
public static final int _NoDelegate = 1;
public static final org.omg.Security.DelegationDirective NoDelegate = new org.omg.Security.DelegationDirective(_NoDelegate);
public int value ()
{
return __value;
}
public static org.omg.Security.DelegationDirective from_int (int value)
{
if (value >= 0 && value < __size)
return __array[value];
else
throw new org.omg.CORBA.BAD_PARAM ();
}
protected DelegationDirective (int value)
{
__value = value;
__array[__value] = this;
}
} // class DelegationDirective
| 3,578 |
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/AccountingId.java | package org.omg.Security;
/**
* org/omg/Security/AccountingId.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public interface AccountingId
{
public static final int value = (int)(2L);
}
| 3,579 |
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/DayOfTheWeekHolder.java | package org.omg.Security;
/**
* org/omg/Security/DayOfTheWeekHolder.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public final class DayOfTheWeekHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.Security.DayOfTheWeek value = null;
public DayOfTheWeekHolder ()
{
}
public DayOfTheWeekHolder (org.omg.Security.DayOfTheWeek initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.Security.DayOfTheWeekHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.Security.DayOfTheWeekHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.Security.DayOfTheWeekHelper.type ();
}
}
| 3,580 |
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/DelegationStateHolder.java | package org.omg.Security;
/**
* org/omg/Security/DelegationStateHolder.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
// Delegation related
public final class DelegationStateHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.Security.DelegationState value = null;
public DelegationStateHolder ()
{
}
public DelegationStateHolder (org.omg.Security.DelegationState initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.Security.DelegationStateHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.Security.DelegationStateHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.Security.DelegationStateHelper.type ();
}
}
| 3,581 |
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/SuccessFailure.java | package org.omg.Security;
/**
* org/omg/Security/SuccessFailure.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public interface SuccessFailure
{
public static final int value = (int)(5L);
}
| 3,582 |
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/AttributeTypeListHolder.java | package org.omg.Security;
/**
* org/omg/Security/AttributeTypeListHolder.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public final class AttributeTypeListHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.Security.AttributeType value[] = null;
public AttributeTypeListHolder ()
{
}
public AttributeTypeListHolder (org.omg.Security.AttributeType[] initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.Security.AttributeTypeListHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.Security.AttributeTypeListHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.Security.AttributeTypeListHelper.type ();
}
}
| 3,583 |
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/SecurityFeatureHolder.java | package org.omg.Security;
/**
* org/omg/Security/SecurityFeatureHolder.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
// Security features available on credentials.
public final class SecurityFeatureHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.Security.SecurityFeature value = null;
public SecurityFeatureHolder ()
{
}
public SecurityFeatureHolder (org.omg.Security.SecurityFeature initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.Security.SecurityFeatureHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.Security.SecurityFeatureHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.Security.SecurityFeatureHelper.type ();
}
}
| 3,584 |
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/SecurityORBServiceReady.java | package org.omg.Security;
/**
* org/omg/Security/SecurityORBServiceReady.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public interface SecurityORBServiceReady
{
public static final int value = (int)(4L);
}
| 3,585 |
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/AuditEventTypeHolder.java | package org.omg.Security;
/**
* org/omg/Security/AuditEventTypeHolder.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public final class AuditEventTypeHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.Security.AuditEventType value = null;
public AuditEventTypeHolder ()
{
}
public AuditEventTypeHolder (org.omg.Security.AuditEventType initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.Security.AuditEventTypeHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.Security.AuditEventTypeHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.Security.AuditEventTypeHelper.type ();
}
}
| 3,586 |
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/NonRepudiationId.java | package org.omg.Security;
/**
* org/omg/Security/NonRepudiationId.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public interface NonRepudiationId
{
public static final int value = (int)(3L);
}
| 3,587 |
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/AttributeType.java | package org.omg.Security;
/**
* org/omg/Security/AttributeType.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public final class AttributeType implements org.omg.CORBA.portable.IDLEntity
{
public org.omg.Security.ExtensibleFamily attribute_family = null;
public int attribute_type = (int)0;
public AttributeType ()
{
} // ctor
public AttributeType (org.omg.Security.ExtensibleFamily _attribute_family, int _attribute_type)
{
attribute_family = _attribute_family;
attribute_type = _attribute_type;
} // ctor
} // class AttributeType
| 3,588 |
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/AuthenticationMethodListHolder.java | package org.omg.Security;
/**
* org/omg/Security/AuthenticationMethodListHolder.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public final class AuthenticationMethodListHolder implements org.omg.CORBA.portable.Streamable
{
public int value[] = null;
public AuthenticationMethodListHolder ()
{
}
public AuthenticationMethodListHolder (int[] initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.Security.AuthenticationMethodListHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.Security.AuthenticationMethodListHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.Security.AuthenticationMethodListHelper.type ();
}
}
| 3,589 |
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/AuthenticationMethodHelper.java | package org.omg.Security;
/**
* org/omg/Security/AuthenticationMethodHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
// Authentication method
abstract public class AuthenticationMethodHelper
{
private static String _id = "IDL:omg.org/Security/AuthenticationMethod: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);
}
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,590 |
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/AuditNonRepudiation.java | package org.omg.Security;
/**
* org/omg/Security/AuditNonRepudiation.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public interface AuditNonRepudiation
{
public static final short value = (short)(9);
}
| 3,591 |
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/AccessId.java | package org.omg.Security;
/**
* org/omg/Security/AccessId.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public interface AccessId
{
public static final int value = (int)(2L);
}
| 3,592 |
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/SecurityNameHelper.java | package org.omg.Security;
/**
* org/omg/Security/SecurityNameHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
abstract public class SecurityNameHelper
{
private static String _id = "IDL:omg.org/Security/SecurityName: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.SecurityNameHelper.id (), "SecurityName", __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,593 |
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/Capability.java | package org.omg.Security;
/**
* org/omg/Security/Capability.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public interface Capability
{
public static final int value = (int)(8L);
}
| 3,594 |
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/AssociationStatusHolder.java | package org.omg.Security;
/**
* org/omg/Security/AssociationStatusHolder.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
// Association return status
public final class AssociationStatusHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.Security.AssociationStatus value = null;
public AssociationStatusHolder ()
{
}
public AssociationStatusHolder (org.omg.Security.AssociationStatus initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.Security.AssociationStatusHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.Security.AssociationStatusHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.Security.AssociationStatusHelper.type ();
}
}
| 3,595 |
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/DelegationMode.java | package org.omg.Security;
/**
* org/omg/Security/DelegationMode.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
// Delegation mode which can be administered
public class DelegationMode implements org.omg.CORBA.portable.IDLEntity
{
private int __value;
private static int __size = 3;
private static org.omg.Security.DelegationMode[] __array = new org.omg.Security.DelegationMode [__size];
public static final int _SecDelModeNoDelegation = 0;
public static final org.omg.Security.DelegationMode SecDelModeNoDelegation = new org.omg.Security.DelegationMode(_SecDelModeNoDelegation);
public static final int _SecDelModeSimpleDelegation = 1;
public static final org.omg.Security.DelegationMode SecDelModeSimpleDelegation = new org.omg.Security.DelegationMode(_SecDelModeSimpleDelegation);
public static final int _SecDelModeCompositeDelegation = 2;
public static final org.omg.Security.DelegationMode SecDelModeCompositeDelegation = new org.omg.Security.DelegationMode(_SecDelModeCompositeDelegation);
public int value ()
{
return __value;
}
public static org.omg.Security.DelegationMode from_int (int value)
{
if (value >= 0 && value < __size)
return __array[value];
else
throw new org.omg.CORBA.BAD_PARAM ();
}
protected DelegationMode (int value)
{
__value = value;
__array[__value] = this;
}
} // class DelegationMode
| 3,596 |
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/SecMechanismsPolicy.java | package org.omg.Security;
/**
* org/omg/Security/SecMechanismsPolicy.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public interface SecMechanismsPolicy
{
// Policies used to control attributes of a binding to a target
public static final int value = (int)(12L);
}
| 3,597 |
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/AssociationStatusHelper.java | package org.omg.Security;
/**
* org/omg/Security/AssociationStatusHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
// Association return status
abstract public class AssociationStatusHelper
{
private static String _id = "IDL:omg.org/Security/AssociationStatus:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.Security.AssociationStatus 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.AssociationStatus 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.AssociationStatusHelper.id (), "AssociationStatus", new String[] { "SecAssocSuccess", "SecAssocFailure", "SecAssocContinue"} );
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.Security.AssociationStatus read (org.omg.CORBA.portable.InputStream istream)
{
return org.omg.Security.AssociationStatus.from_int (istream.read_long ());
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.Security.AssociationStatus value)
{
ostream.write_long (value.value ());
}
}
| 3,598 |
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/AuditPrincipalAuth.java | package org.omg.Security;
/**
* org/omg/Security/AuditPrincipalAuth.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public interface AuditPrincipalAuth
{
public static final short value = (short)(1);
}
| 3,599 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.