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/CSI/AuthorizationElementContentsHelper.java | package org.omg.CSI;
/**
* org/omg/CSI/AuthorizationElementContentsHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
abstract public class AuthorizationElementContentsHelper
{
private static String _id = "IDL:omg.org/CSI/AuthorizationElementContents:1.0";
public static void insert (org.omg.CORBA.Any a, byte[] that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
a.type (type ());
write (out, that);
a.read_value (out.create_input_stream (), type ());
}
public static byte[] extract (org.omg.CORBA.Any a)
{
return read (a.create_input_stream ());
}
private static org.omg.CORBA.TypeCode __typeCode = null;
synchronized public static org.omg.CORBA.TypeCode type ()
{
if (__typeCode == null)
{
__typeCode = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_octet);
__typeCode = org.omg.CORBA.ORB.init ().create_sequence_tc (0, __typeCode);
__typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CSI.AuthorizationElementContentsHelper.id (), "AuthorizationElementContents", __typeCode);
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static byte[] read (org.omg.CORBA.portable.InputStream istream)
{
byte value[] = null;
int _len0 = istream.read_long ();
value = new byte[_len0];
istream.read_octet_array (value, 0, _len0);
return value;
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, byte[] value)
{
ostream.write_long (value.length);
ostream.write_octet_array (value, 0, value.length);
}
}
| 3,400 |
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/CSI/MsgTypeHelper.java | package org.omg.CSI;
/**
* org/omg/CSI/MsgTypeHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
// be received by stateless targets).
abstract public class MsgTypeHelper
{
private static String _id = "IDL:omg.org/CSI/MsgType: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_short);
__typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CSI.MsgTypeHelper.id (), "MsgType", __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_short ();
return value;
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, short value)
{
ostream.write_short (value);
}
}
| 3,401 |
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/CSI/AuthorizationTokenHolder.java | package org.omg.CSI;
/**
* org/omg/CSI/AuthorizationTokenHolder.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
// AuthorizationElements
public final class AuthorizationTokenHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.CSI.AuthorizationElement value[] = null;
public AuthorizationTokenHolder ()
{
}
public AuthorizationTokenHolder (org.omg.CSI.AuthorizationElement[] initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.CSI.AuthorizationTokenHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.CSI.AuthorizationTokenHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.CSI.AuthorizationTokenHelper.type ();
}
}
| 3,402 |
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/CSI/OIDHolder.java | package org.omg.CSI;
/**
* org/omg/CSI/OIDHolder.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
// ASN.1 Encoding of an OBJECT IDENTIFIER
public final class OIDHolder implements org.omg.CORBA.portable.Streamable
{
public byte value[] = null;
public OIDHolder ()
{
}
public OIDHolder (byte[] initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.CSI.OIDHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.CSI.OIDHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.CSI.OIDHelper.type ();
}
}
| 3,403 |
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/CSI/GSS_NT_Export_Name_OID.java | package org.omg.CSI;
/**
* org/omg/CSI/GSS_NT_Export_Name_OID.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public interface GSS_NT_Export_Name_OID
{
// gss-api-exported-name(4) }
public static final String value = "oid:1.3.6.1.5.6.4";
}
| 3,404 |
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/CSI/EstablishContextHelper.java | package org.omg.CSI;
/**
* org/omg/CSI/EstablishContextHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
abstract public class EstablishContextHelper
{
private static String _id = "IDL:omg.org/CSI/EstablishContext:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.CSI.EstablishContext 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.CSI.EstablishContext 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 [4];
org.omg.CORBA.TypeCode _tcOf_members0 = null;
_tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ulonglong);
_tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CSI.ContextIdHelper.id (), "ContextId", _tcOf_members0);
_members0[0] = new org.omg.CORBA.StructMember (
"client_context_id",
_tcOf_members0,
null);
_tcOf_members0 = org.omg.CSI.AuthorizationElementHelper.type ();
_tcOf_members0 = org.omg.CORBA.ORB.init ().create_sequence_tc (0, _tcOf_members0);
_tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CSI.AuthorizationTokenHelper.id (), "AuthorizationToken", _tcOf_members0);
_members0[1] = new org.omg.CORBA.StructMember (
"authorization_token",
_tcOf_members0,
null);
_tcOf_members0 = org.omg.CSI.IdentityTokenHelper.type ();
_members0[2] = new org.omg.CORBA.StructMember (
"identity_token",
_tcOf_members0,
null);
_tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_octet);
_tcOf_members0 = org.omg.CORBA.ORB.init ().create_sequence_tc (0, _tcOf_members0);
_tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CSI.GSSTokenHelper.id (), "GSSToken", _tcOf_members0);
_members0[3] = new org.omg.CORBA.StructMember (
"client_authentication_token",
_tcOf_members0,
null);
__typeCode = org.omg.CORBA.ORB.init ().create_struct_tc (org.omg.CSI.EstablishContextHelper.id (), "EstablishContext", _members0);
__active = false;
}
}
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.CSI.EstablishContext read (org.omg.CORBA.portable.InputStream istream)
{
org.omg.CSI.EstablishContext value = new org.omg.CSI.EstablishContext ();
value.client_context_id = istream.read_ulonglong ();
value.authorization_token = org.omg.CSI.AuthorizationTokenHelper.read (istream);
value.identity_token = org.omg.CSI.IdentityTokenHelper.read (istream);
value.client_authentication_token = org.omg.CSI.GSSTokenHelper.read (istream);
return value;
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CSI.EstablishContext value)
{
ostream.write_ulonglong (value.client_context_id);
org.omg.CSI.AuthorizationTokenHelper.write (ostream, value.authorization_token);
org.omg.CSI.IdentityTokenHelper.write (ostream, value.identity_token);
org.omg.CSI.GSSTokenHelper.write (ostream, value.client_authentication_token);
}
}
| 3,405 |
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/CSI/OIDListHelper.java | package org.omg.CSI;
/**
* org/omg/CSI/OIDListHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
abstract public class OIDListHelper
{
private static String _id = "IDL:omg.org/CSI/OIDList:1.0";
public static void insert (org.omg.CORBA.Any a, byte[][] that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
a.type (type ());
write (out, that);
a.read_value (out.create_input_stream (), type ());
}
public static byte[][] extract (org.omg.CORBA.Any a)
{
return read (a.create_input_stream ());
}
private static org.omg.CORBA.TypeCode __typeCode = null;
synchronized public static org.omg.CORBA.TypeCode type ()
{
if (__typeCode == null)
{
__typeCode = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_octet);
__typeCode = org.omg.CORBA.ORB.init ().create_sequence_tc (0, __typeCode);
__typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CSI.OIDHelper.id (), "OID", __typeCode);
__typeCode = org.omg.CORBA.ORB.init ().create_sequence_tc (0, __typeCode);
__typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.CSI.OIDListHelper.id (), "OIDList", __typeCode);
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static byte[][] read (org.omg.CORBA.portable.InputStream istream)
{
byte value[][] = null;
int _len0 = istream.read_long ();
value = new byte[_len0][];
for (int _o1 = 0;_o1 < value.length; ++_o1)
value[_o1] = org.omg.CSI.OIDHelper.read (istream);
return value;
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, byte[][] value)
{
ostream.write_long (value.length);
for (int _i0 = 0;_i0 < value.length; ++_i0)
org.omg.CSI.OIDHelper.write (ostream, value[_i0]);
}
}
| 3,406 |
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/CSI/OIDListHolder.java | package org.omg.CSI;
/**
* org/omg/CSI/OIDListHolder.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public final class OIDListHolder implements org.omg.CORBA.portable.Streamable
{
public byte value[][] = null;
public OIDListHolder ()
{
}
public OIDListHolder (byte[][] initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.CSI.OIDListHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.CSI.OIDListHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.CSI.OIDListHelper.type ();
}
}
| 3,407 |
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/CSI/EstablishContext.java | package org.omg.CSI;
/**
* org/omg/CSI/EstablishContext.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public final class EstablishContext implements org.omg.CORBA.portable.IDLEntity
{
public long client_context_id = (long)0;
public org.omg.CSI.AuthorizationElement authorization_token[] = null;
public org.omg.CSI.IdentityToken identity_token = null;
public byte client_authentication_token[] = null;
public EstablishContext ()
{
} // ctor
public EstablishContext (long _client_context_id, org.omg.CSI.AuthorizationElement[] _authorization_token, org.omg.CSI.IdentityToken _identity_token, byte[] _client_authentication_token)
{
client_context_id = _client_context_id;
authorization_token = _authorization_token;
identity_token = _identity_token;
client_authentication_token = _client_authentication_token;
} // ctor
} // class EstablishContext
| 3,408 |
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/CSI/X509AttributeCertChain.java | package org.omg.CSI;
/**
* org/omg/CSI/X509AttributeCertChain.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public interface X509AttributeCertChain
{
// in [IETF ID PKIXAC].
public static final int value = (int)((int)(org.omg.CSI.OMGVMCID.value | 1L));
}
| 3,409 |
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/CSI/EstablishContextHolder.java | package org.omg.CSI;
/**
* org/omg/CSI/EstablishContextHolder.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public final class EstablishContextHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.CSI.EstablishContext value = null;
public EstablishContextHolder ()
{
}
public EstablishContextHolder (org.omg.CSI.EstablishContext initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.CSI.EstablishContextHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.CSI.EstablishContextHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.CSI.EstablishContextHelper.type ();
}
}
| 3,410 |
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/_DelegationDirectivePolicyStub.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/_DelegationDirectivePolicyStub.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:59 AM PST
*/
/* */
public class _DelegationDirectivePolicyStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.SecurityLevel2.DelegationDirectivePolicy
{
public org.omg.Security.DelegationDirective delegation_directive ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_delegation_directive", true);
$in = _invoke ($out);
org.omg.Security.DelegationDirective $result = org.omg.Security.DelegationDirectiveHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return delegation_directive ( );
} finally {
_releaseReply ($in);
}
} // delegation_directive
public int policy_type ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_policy_type", true);
$in = _invoke ($out);
int $result = org.omg.CORBA.PolicyTypeHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return policy_type ( );
} finally {
_releaseReply ($in);
}
} // policy_type
public org.omg.CORBA.Policy copy ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("copy", true);
$in = _invoke ($out);
org.omg.CORBA.Policy $result = org.omg.CORBA.PolicyHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return copy ( );
} finally {
_releaseReply ($in);
}
} // copy
public void destroy ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("destroy", true);
$in = _invoke ($out);
return;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
destroy ( );
} finally {
_releaseReply ($in);
}
} // destroy
// Type-specific CORBA::Object operations
private static String[] __ids = {
"IDL:SecurityLevel2/DelegationDirectivePolicy:1.0",
"IDL:CORBA/Policy:1.0"};
public String[] _ids ()
{
return (String[])__ids.clone ();
}
private void readObject (java.io.ObjectInputStream s) throws java.io.IOException
{
String str = s.readUTF ();
String[] args = null;
java.util.Properties props = null;
org.omg.CORBA.Object obj = org.omg.CORBA.ORB.init (args, props).string_to_object (str);
org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl) obj)._get_delegate ();
_set_delegate (delegate);
}
private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException
{
String[] args = null;
java.util.Properties props = null;
String str = org.omg.CORBA.ORB.init (args, props).object_to_string (this);
s.writeUTF (str);
}
} // class _DelegationDirectivePolicyStub
| 3,411 |
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/PrincipalAuthenticatorHolder.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/PrincipalAuthenticatorHolder.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
public final class PrincipalAuthenticatorHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.SecurityLevel2.PrincipalAuthenticator value = null;
public PrincipalAuthenticatorHolder ()
{
}
public PrincipalAuthenticatorHolder (org.omg.SecurityLevel2.PrincipalAuthenticator initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.SecurityLevel2.PrincipalAuthenticatorHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.SecurityLevel2.PrincipalAuthenticatorHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.SecurityLevel2.PrincipalAuthenticatorHelper.type ();
}
}
| 3,412 |
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/_CredentialsStub.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/_CredentialsStub.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
public class _CredentialsStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.SecurityLevel2.Credentials
{
public org.omg.SecurityLevel2.Credentials copy ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("copy", true);
$in = _invoke ($out);
org.omg.SecurityLevel2.Credentials $result = org.omg.SecurityLevel2.CredentialsHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return copy ( );
} finally {
_releaseReply ($in);
}
} // copy
public void destroy ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("destroy", true);
$in = _invoke ($out);
return;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
destroy ( );
} finally {
_releaseReply ($in);
}
} // destroy
public org.omg.Security.InvocationCredentialsType credentials_type ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_credentials_type", true);
$in = _invoke ($out);
org.omg.Security.InvocationCredentialsType $result = org.omg.Security.InvocationCredentialsTypeHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return credentials_type ( );
} finally {
_releaseReply ($in);
}
} // credentials_type
public org.omg.Security.AuthenticationStatus authentication_state ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_authentication_state", true);
$in = _invoke ($out);
org.omg.Security.AuthenticationStatus $result = org.omg.Security.AuthenticationStatusHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return authentication_state ( );
} finally {
_releaseReply ($in);
}
} // authentication_state
public String mechanism ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_mechanism", true);
$in = _invoke ($out);
String $result = org.omg.Security.MechanismTypeHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return mechanism ( );
} finally {
_releaseReply ($in);
}
} // mechanism
public short accepting_options_supported ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_accepting_options_supported", true);
$in = _invoke ($out);
short $result = org.omg.Security.AssociationOptionsHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return accepting_options_supported ( );
} finally {
_releaseReply ($in);
}
} // accepting_options_supported
public void accepting_options_supported (short newAccepting_options_supported)
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_set_accepting_options_supported", true);
org.omg.Security.AssociationOptionsHelper.write ($out, newAccepting_options_supported);
$in = _invoke ($out);
return;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
accepting_options_supported (newAccepting_options_supported );
} finally {
_releaseReply ($in);
}
} // accepting_options_supported
public short accepting_options_required ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_accepting_options_required", true);
$in = _invoke ($out);
short $result = org.omg.Security.AssociationOptionsHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return accepting_options_required ( );
} finally {
_releaseReply ($in);
}
} // accepting_options_required
public void accepting_options_required (short newAccepting_options_required)
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_set_accepting_options_required", true);
org.omg.Security.AssociationOptionsHelper.write ($out, newAccepting_options_required);
$in = _invoke ($out);
return;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
accepting_options_required (newAccepting_options_required );
} finally {
_releaseReply ($in);
}
} // accepting_options_required
public short invocation_options_supported ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_invocation_options_supported", true);
$in = _invoke ($out);
short $result = org.omg.Security.AssociationOptionsHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return invocation_options_supported ( );
} finally {
_releaseReply ($in);
}
} // invocation_options_supported
public void invocation_options_supported (short newInvocation_options_supported)
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_set_invocation_options_supported", true);
org.omg.Security.AssociationOptionsHelper.write ($out, newInvocation_options_supported);
$in = _invoke ($out);
return;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
invocation_options_supported (newInvocation_options_supported );
} finally {
_releaseReply ($in);
}
} // invocation_options_supported
public short invocation_options_required ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_invocation_options_required", true);
$in = _invoke ($out);
short $result = org.omg.Security.AssociationOptionsHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return invocation_options_required ( );
} finally {
_releaseReply ($in);
}
} // invocation_options_required
public void invocation_options_required (short newInvocation_options_required)
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_set_invocation_options_required", true);
org.omg.Security.AssociationOptionsHelper.write ($out, newInvocation_options_required);
$in = _invoke ($out);
return;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
invocation_options_required (newInvocation_options_required );
} finally {
_releaseReply ($in);
}
} // invocation_options_required
public boolean get_security_feature (org.omg.Security.CommunicationDirection direction, org.omg.Security.SecurityFeature feature)
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("get_security_feature", true);
org.omg.Security.CommunicationDirectionHelper.write ($out, direction);
org.omg.Security.SecurityFeatureHelper.write ($out, feature);
$in = _invoke ($out);
boolean $result = $in.read_boolean ();
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return get_security_feature (direction, feature );
} finally {
_releaseReply ($in);
}
} // get_security_feature
public boolean set_attributes (org.omg.Security.SecAttribute[] requested_attributes, org.omg.Security.AttributeListHolder actual_attributes)
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("set_attributes", true);
org.omg.Security.AttributeListHelper.write ($out, requested_attributes);
$in = _invoke ($out);
boolean $result = $in.read_boolean ();
actual_attributes.value = org.omg.Security.AttributeListHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return set_attributes (requested_attributes, actual_attributes );
} finally {
_releaseReply ($in);
}
} // set_attributes
public org.omg.Security.SecAttribute[] get_attributes (org.omg.Security.AttributeType[] attributes)
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("get_attributes", true);
org.omg.Security.AttributeTypeListHelper.write ($out, attributes);
$in = _invoke ($out);
org.omg.Security.SecAttribute $result[] = org.omg.Security.AttributeListHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return get_attributes (attributes );
} finally {
_releaseReply ($in);
}
} // get_attributes
public boolean is_valid (org.omg.TimeBase.UtcTHolder expiry_time)
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("is_valid", true);
$in = _invoke ($out);
boolean $result = $in.read_boolean ();
expiry_time.value = org.omg.Security.UtcTHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return is_valid (expiry_time );
} finally {
_releaseReply ($in);
}
} // is_valid
public boolean refresh (org.omg.CORBA.Any refresh_data)
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("refresh", true);
$out.write_any (refresh_data);
$in = _invoke ($out);
boolean $result = $in.read_boolean ();
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return refresh (refresh_data );
} finally {
_releaseReply ($in);
}
} // refresh
// Type-specific CORBA::Object operations
private static String[] __ids = {
"IDL:SecurityLevel2/Credentials:1.0"};
public String[] _ids ()
{
return (String[])__ids.clone ();
}
private void readObject (java.io.ObjectInputStream s) throws java.io.IOException
{
String str = s.readUTF ();
String[] args = null;
java.util.Properties props = null;
org.omg.CORBA.Object obj = org.omg.CORBA.ORB.init (args, props).string_to_object (str);
org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl) obj)._get_delegate ();
_set_delegate (delegate);
}
private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException
{
String[] args = null;
java.util.Properties props = null;
String str = org.omg.CORBA.ORB.init (args, props).object_to_string (this);
s.writeUTF (str);
}
} // class _CredentialsStub
| 3,413 |
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/TargetCredentialsPOA.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/TargetCredentialsPOA.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
public abstract class TargetCredentialsPOA extends org.omg.PortableServer.Servant
implements org.omg.SecurityLevel2.TargetCredentialsOperations, org.omg.CORBA.portable.InvokeHandler
{
// Constructors
private static java.util.Hashtable _methods = new java.util.Hashtable ();
static
{
_methods.put ("_get_initiating_credentials", new java.lang.Integer (0));
_methods.put ("_get_association_options_used", new java.lang.Integer (1));
_methods.put ("copy", new java.lang.Integer (2));
_methods.put ("destroy", new java.lang.Integer (3));
_methods.put ("_get_credentials_type", new java.lang.Integer (4));
_methods.put ("_get_authentication_state", new java.lang.Integer (5));
_methods.put ("_get_mechanism", new java.lang.Integer (6));
_methods.put ("_get_accepting_options_supported", new java.lang.Integer (7));
_methods.put ("_set_accepting_options_supported", new java.lang.Integer (8));
_methods.put ("_get_accepting_options_required", new java.lang.Integer (9));
_methods.put ("_set_accepting_options_required", new java.lang.Integer (10));
_methods.put ("_get_invocation_options_supported", new java.lang.Integer (11));
_methods.put ("_set_invocation_options_supported", new java.lang.Integer (12));
_methods.put ("_get_invocation_options_required", new java.lang.Integer (13));
_methods.put ("_set_invocation_options_required", new java.lang.Integer (14));
_methods.put ("get_security_feature", new java.lang.Integer (15));
_methods.put ("set_attributes", new java.lang.Integer (16));
_methods.put ("get_attributes", new java.lang.Integer (17));
_methods.put ("is_valid", new java.lang.Integer (18));
_methods.put ("refresh", new java.lang.Integer (19));
}
public org.omg.CORBA.portable.OutputStream _invoke (String $method,
org.omg.CORBA.portable.InputStream in,
org.omg.CORBA.portable.ResponseHandler $rh)
{
org.omg.CORBA.portable.OutputStream out = null;
java.lang.Integer __method = (java.lang.Integer)_methods.get ($method);
if (__method == null)
throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
switch (__method.intValue ())
{
case 0: // SecurityLevel2/TargetCredentials/_get_initiating_credentials
{
org.omg.SecurityLevel2.Credentials $result = null;
$result = this.initiating_credentials ();
out = $rh.createReply();
org.omg.SecurityLevel2.CredentialsHelper.write (out, $result);
break;
}
case 1: // SecurityLevel2/TargetCredentials/_get_association_options_used
{
short $result = (short)0;
$result = this.association_options_used ();
out = $rh.createReply();
out.write_ushort ($result);
break;
}
case 2: // SecurityLevel2/Credentials/copy
{
org.omg.SecurityLevel2.Credentials $result = null;
$result = this.copy ();
out = $rh.createReply();
org.omg.SecurityLevel2.CredentialsHelper.write (out, $result);
break;
}
case 3: // SecurityLevel2/Credentials/destroy
{
this.destroy ();
out = $rh.createReply();
break;
}
case 4: // SecurityLevel2/Credentials/_get_credentials_type
{
org.omg.Security.InvocationCredentialsType $result = null;
$result = this.credentials_type ();
out = $rh.createReply();
org.omg.Security.InvocationCredentialsTypeHelper.write (out, $result);
break;
}
case 5: // SecurityLevel2/Credentials/_get_authentication_state
{
org.omg.Security.AuthenticationStatus $result = null;
$result = this.authentication_state ();
out = $rh.createReply();
org.omg.Security.AuthenticationStatusHelper.write (out, $result);
break;
}
case 6: // SecurityLevel2/Credentials/_get_mechanism
{
String $result = null;
$result = this.mechanism ();
out = $rh.createReply();
out.write_string ($result);
break;
}
case 7: // SecurityLevel2/Credentials/_get_accepting_options_supported
{
short $result = (short)0;
$result = this.accepting_options_supported ();
out = $rh.createReply();
out.write_ushort ($result);
break;
}
case 8: // SecurityLevel2/Credentials/_set_accepting_options_supported
{
short newAccepting_options_supported = org.omg.Security.AssociationOptionsHelper.read (in);
this.accepting_options_supported (newAccepting_options_supported);
out = $rh.createReply();
break;
}
case 9: // SecurityLevel2/Credentials/_get_accepting_options_required
{
short $result = (short)0;
$result = this.accepting_options_required ();
out = $rh.createReply();
out.write_ushort ($result);
break;
}
case 10: // SecurityLevel2/Credentials/_set_accepting_options_required
{
short newAccepting_options_required = org.omg.Security.AssociationOptionsHelper.read (in);
this.accepting_options_required (newAccepting_options_required);
out = $rh.createReply();
break;
}
case 11: // SecurityLevel2/Credentials/_get_invocation_options_supported
{
short $result = (short)0;
$result = this.invocation_options_supported ();
out = $rh.createReply();
out.write_ushort ($result);
break;
}
case 12: // SecurityLevel2/Credentials/_set_invocation_options_supported
{
short newInvocation_options_supported = org.omg.Security.AssociationOptionsHelper.read (in);
this.invocation_options_supported (newInvocation_options_supported);
out = $rh.createReply();
break;
}
case 13: // SecurityLevel2/Credentials/_get_invocation_options_required
{
short $result = (short)0;
$result = this.invocation_options_required ();
out = $rh.createReply();
out.write_ushort ($result);
break;
}
case 14: // SecurityLevel2/Credentials/_set_invocation_options_required
{
short newInvocation_options_required = org.omg.Security.AssociationOptionsHelper.read (in);
this.invocation_options_required (newInvocation_options_required);
out = $rh.createReply();
break;
}
case 15: // SecurityLevel2/Credentials/get_security_feature
{
org.omg.Security.CommunicationDirection direction = org.omg.Security.CommunicationDirectionHelper.read (in);
org.omg.Security.SecurityFeature feature = org.omg.Security.SecurityFeatureHelper.read (in);
boolean $result = false;
$result = this.get_security_feature (direction, feature);
out = $rh.createReply();
out.write_boolean ($result);
break;
}
case 16: // SecurityLevel2/Credentials/set_attributes
{
org.omg.Security.SecAttribute requested_attributes[] = org.omg.Security.AttributeListHelper.read (in);
org.omg.Security.AttributeListHolder actual_attributes = new org.omg.Security.AttributeListHolder ();
boolean $result = false;
$result = this.set_attributes (requested_attributes, actual_attributes);
out = $rh.createReply();
out.write_boolean ($result);
org.omg.Security.AttributeListHelper.write (out, actual_attributes.value);
break;
}
case 17: // SecurityLevel2/Credentials/get_attributes
{
org.omg.Security.AttributeType attributes[] = org.omg.Security.AttributeTypeListHelper.read (in);
org.omg.Security.SecAttribute $result[] = null;
$result = this.get_attributes (attributes);
out = $rh.createReply();
org.omg.Security.AttributeListHelper.write (out, $result);
break;
}
case 18: // SecurityLevel2/Credentials/is_valid
{
org.omg.TimeBase.UtcTHolder expiry_time = new org.omg.TimeBase.UtcTHolder ();
boolean $result = false;
$result = this.is_valid (expiry_time);
out = $rh.createReply();
out.write_boolean ($result);
org.omg.Security.UtcTHelper.write (out, expiry_time.value);
break;
}
case 19: // SecurityLevel2/Credentials/refresh
{
org.omg.CORBA.Any refresh_data = in.read_any ();
boolean $result = false;
$result = this.refresh (refresh_data);
out = $rh.createReply();
out.write_boolean ($result);
break;
}
default:
throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
}
return out;
} // _invoke
// Type-specific CORBA::Object operations
private static String[] __ids = {
"IDL:SecurityLevel2/TargetCredentials:1.0",
"IDL:SecurityLevel2/Credentials:1.0"};
public String[] _all_interfaces (org.omg.PortableServer.POA poa, byte[] objectId)
{
return (String[])__ids.clone ();
}
public TargetCredentials _this()
{
return TargetCredentialsHelper.narrow(
super._this_object());
}
public TargetCredentials _this(org.omg.CORBA.ORB orb)
{
return TargetCredentialsHelper.narrow(
super._this_object(orb));
}
} // class TargetCredentialsPOA
| 3,414 |
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/EstablishTrustPolicyOperations.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/EstablishTrustPolicyOperations.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:59 AM PST
*/
/* */
public interface EstablishTrustPolicyOperations extends org.omg.CORBA.PolicyOperations
{
org.omg.Security.EstablishTrust trust ();
} // interface EstablishTrustPolicyOperations
| 3,415 |
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/PrincipalAuthenticatorHelper.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/PrincipalAuthenticatorHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
abstract public class PrincipalAuthenticatorHelper
{
private static String _id = "IDL:SecurityLevel2/PrincipalAuthenticator:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.SecurityLevel2.PrincipalAuthenticator that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
a.type (type ());
write (out, that);
a.read_value (out.create_input_stream (), type ());
}
public static org.omg.SecurityLevel2.PrincipalAuthenticator extract (org.omg.CORBA.Any a)
{
return read (a.create_input_stream ());
}
private static org.omg.CORBA.TypeCode __typeCode = null;
synchronized public static org.omg.CORBA.TypeCode type ()
{
if (__typeCode == null)
{
__typeCode = org.omg.CORBA.ORB.init ().create_interface_tc (org.omg.SecurityLevel2.PrincipalAuthenticatorHelper.id (), "PrincipalAuthenticator");
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.SecurityLevel2.PrincipalAuthenticator read (org.omg.CORBA.portable.InputStream istream)
{
return narrow (istream.read_Object (_PrincipalAuthenticatorStub.class));
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.SecurityLevel2.PrincipalAuthenticator value)
{
ostream.write_Object ((org.omg.CORBA.Object) value);
}
public static org.omg.SecurityLevel2.PrincipalAuthenticator narrow (org.omg.CORBA.Object obj)
{
if (obj == null)
return null;
else if (obj instanceof org.omg.SecurityLevel2.PrincipalAuthenticator)
return (org.omg.SecurityLevel2.PrincipalAuthenticator)obj;
else if (!obj._is_a (id ()))
throw new org.omg.CORBA.BAD_PARAM ();
else
{
org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
org.omg.SecurityLevel2._PrincipalAuthenticatorStub stub = new org.omg.SecurityLevel2._PrincipalAuthenticatorStub ();
stub._set_delegate(delegate);
return stub;
}
}
public static org.omg.SecurityLevel2.PrincipalAuthenticator unchecked_narrow (org.omg.CORBA.Object obj)
{
if (obj == null)
return null;
else if (obj instanceof org.omg.SecurityLevel2.PrincipalAuthenticator)
return (org.omg.SecurityLevel2.PrincipalAuthenticator)obj;
else
{
org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
org.omg.SecurityLevel2._PrincipalAuthenticatorStub stub = new org.omg.SecurityLevel2._PrincipalAuthenticatorStub ();
stub._set_delegate(delegate);
return stub;
}
}
}
| 3,416 |
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/QOPPolicy.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/QOPPolicy.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
public interface QOPPolicy extends QOPPolicyOperations, org.omg.CORBA.Policy, org.omg.CORBA.portable.IDLEntity
{
} // interface QOPPolicy
| 3,417 |
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/InvocationCredentialsPolicyPOA.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/InvocationCredentialsPolicyPOA.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:59 AM PST
*/
/* */
public abstract class InvocationCredentialsPolicyPOA extends org.omg.PortableServer.Servant
implements org.omg.SecurityLevel2.InvocationCredentialsPolicyOperations, org.omg.CORBA.portable.InvokeHandler
{
// Constructors
private static java.util.Hashtable _methods = new java.util.Hashtable ();
static
{
_methods.put ("_get_creds", new java.lang.Integer (0));
_methods.put ("_get_policy_type", new java.lang.Integer (1));
_methods.put ("copy", new java.lang.Integer (2));
_methods.put ("destroy", new java.lang.Integer (3));
}
public org.omg.CORBA.portable.OutputStream _invoke (String $method,
org.omg.CORBA.portable.InputStream in,
org.omg.CORBA.portable.ResponseHandler $rh)
{
org.omg.CORBA.portable.OutputStream out = null;
java.lang.Integer __method = (java.lang.Integer)_methods.get ($method);
if (__method == null)
throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
switch (__method.intValue ())
{
case 0: // SecurityLevel2/InvocationCredentialsPolicy/_get_creds
{
org.omg.SecurityLevel2.Credentials $result[] = null;
$result = this.creds ();
out = $rh.createReply();
org.omg.SecurityLevel2.CredentialsListHelper.write (out, $result);
break;
}
case 1: // org/omg/CORBA/Policy/_get_policy_type
{
int $result = (int)0;
$result = this.policy_type ();
out = $rh.createReply();
out.write_ulong ($result);
break;
}
case 2: // org/omg/CORBA/Policy/copy
{
org.omg.CORBA.Policy $result = null;
$result = this.copy ();
out = $rh.createReply();
org.omg.CORBA.PolicyHelper.write (out, $result);
break;
}
case 3: // org/omg/CORBA/Policy/destroy
{
this.destroy ();
out = $rh.createReply();
break;
}
default:
throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
}
return out;
} // _invoke
// Type-specific CORBA::Object operations
private static String[] __ids = {
"IDL:SecurityLevel2/InvocationCredentialsPolicy:1.0",
"IDL:CORBA/Policy:1.0"};
public String[] _all_interfaces (org.omg.PortableServer.POA poa, byte[] objectId)
{
return (String[])__ids.clone ();
}
public InvocationCredentialsPolicy _this()
{
return InvocationCredentialsPolicyHelper.narrow(
super._this_object());
}
public InvocationCredentialsPolicy _this(org.omg.CORBA.ORB orb)
{
return InvocationCredentialsPolicyHelper.narrow(
super._this_object(orb));
}
} // class InvocationCredentialsPolicyPOA
| 3,418 |
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/EstablishTrustPolicy.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/EstablishTrustPolicy.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:59 AM PST
*/
/* */
public interface EstablishTrustPolicy extends EstablishTrustPolicyOperations, org.omg.CORBA.Policy, org.omg.CORBA.portable.IDLEntity
{
} // interface EstablishTrustPolicy
| 3,419 |
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/PrincipalAuthenticatorPOA.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/PrincipalAuthenticatorPOA.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
public abstract class PrincipalAuthenticatorPOA extends org.omg.PortableServer.Servant
implements org.omg.SecurityLevel2.PrincipalAuthenticatorOperations, org.omg.CORBA.portable.InvokeHandler
{
// Constructors
private static java.util.Hashtable _methods = new java.util.Hashtable ();
static
{
_methods.put ("get_supported_authen_methods", new java.lang.Integer (0));
_methods.put ("authenticate", new java.lang.Integer (1));
_methods.put ("continue_authentication", new java.lang.Integer (2));
}
public org.omg.CORBA.portable.OutputStream _invoke (String $method,
org.omg.CORBA.portable.InputStream in,
org.omg.CORBA.portable.ResponseHandler $rh)
{
org.omg.CORBA.portable.OutputStream out = null;
java.lang.Integer __method = (java.lang.Integer)_methods.get ($method);
if (__method == null)
throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
switch (__method.intValue ())
{
case 0: // SecurityLevel2/PrincipalAuthenticator/get_supported_authen_methods
{
String mechanism = org.omg.Security.MechanismTypeHelper.read (in);
int $result[] = null;
$result = this.get_supported_authen_methods (mechanism);
out = $rh.createReply();
org.omg.Security.AuthenticationMethodListHelper.write (out, $result);
break;
}
case 1: // SecurityLevel2/PrincipalAuthenticator/authenticate
{
int method = org.omg.Security.AuthenticationMethodHelper.read (in);
String mechanism = org.omg.Security.MechanismTypeHelper.read (in);
String security_name = org.omg.Security.SecurityNameHelper.read (in);
org.omg.CORBA.Any auth_data = in.read_any ();
org.omg.Security.SecAttribute privileges[] = org.omg.Security.AttributeListHelper.read (in);
org.omg.SecurityLevel2.CredentialsHolder creds = new org.omg.SecurityLevel2.CredentialsHolder ();
org.omg.CORBA.AnyHolder continuation_data = new org.omg.CORBA.AnyHolder ();
org.omg.CORBA.AnyHolder auth_specific_data = new org.omg.CORBA.AnyHolder ();
org.omg.Security.AuthenticationStatus $result = null;
$result = this.authenticate (method, mechanism, security_name, auth_data, privileges, creds, continuation_data, auth_specific_data);
out = $rh.createReply();
org.omg.Security.AuthenticationStatusHelper.write (out, $result);
org.omg.SecurityLevel2.CredentialsHelper.write (out, creds.value);
out.write_any (continuation_data.value);
out.write_any (auth_specific_data.value);
break;
}
case 2: // SecurityLevel2/PrincipalAuthenticator/continue_authentication
{
org.omg.CORBA.Any response_data = in.read_any ();
org.omg.SecurityLevel2.Credentials creds = org.omg.SecurityLevel2.CredentialsHelper.read (in);
org.omg.CORBA.AnyHolder continuation_data = new org.omg.CORBA.AnyHolder ();
org.omg.CORBA.AnyHolder auth_specific_data = new org.omg.CORBA.AnyHolder ();
org.omg.Security.AuthenticationStatus $result = null;
$result = this.continue_authentication (response_data, creds, continuation_data, auth_specific_data);
out = $rh.createReply();
org.omg.Security.AuthenticationStatusHelper.write (out, $result);
out.write_any (continuation_data.value);
out.write_any (auth_specific_data.value);
break;
}
default:
throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
}
return out;
} // _invoke
// Type-specific CORBA::Object operations
private static String[] __ids = {
"IDL:SecurityLevel2/PrincipalAuthenticator:1.0"};
public String[] _all_interfaces (org.omg.PortableServer.POA poa, byte[] objectId)
{
return (String[])__ids.clone ();
}
public PrincipalAuthenticator _this()
{
return PrincipalAuthenticatorHelper.narrow(
super._this_object());
}
public PrincipalAuthenticator _this(org.omg.CORBA.ORB orb)
{
return PrincipalAuthenticatorHelper.narrow(
super._this_object(orb));
}
} // class PrincipalAuthenticatorPOA
| 3,420 |
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/ReceivedCredentialsHelper.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/ReceivedCredentialsHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
abstract public class ReceivedCredentialsHelper
{
private static String _id = "IDL:SecurityLevel2/ReceivedCredentials:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.SecurityLevel2.ReceivedCredentials that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
a.type (type ());
write (out, that);
a.read_value (out.create_input_stream (), type ());
}
public static org.omg.SecurityLevel2.ReceivedCredentials extract (org.omg.CORBA.Any a)
{
return read (a.create_input_stream ());
}
private static org.omg.CORBA.TypeCode __typeCode = null;
synchronized public static org.omg.CORBA.TypeCode type ()
{
if (__typeCode == null)
{
__typeCode = org.omg.CORBA.ORB.init ().create_interface_tc (org.omg.SecurityLevel2.ReceivedCredentialsHelper.id (), "ReceivedCredentials");
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.SecurityLevel2.ReceivedCredentials read (org.omg.CORBA.portable.InputStream istream)
{
return narrow (istream.read_Object (_ReceivedCredentialsStub.class));
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.SecurityLevel2.ReceivedCredentials value)
{
ostream.write_Object ((org.omg.CORBA.Object) value);
}
public static org.omg.SecurityLevel2.ReceivedCredentials narrow (org.omg.CORBA.Object obj)
{
if (obj == null)
return null;
else if (obj instanceof org.omg.SecurityLevel2.ReceivedCredentials)
return (org.omg.SecurityLevel2.ReceivedCredentials)obj;
else if (!obj._is_a (id ()))
throw new org.omg.CORBA.BAD_PARAM ();
else
{
org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
org.omg.SecurityLevel2._ReceivedCredentialsStub stub = new org.omg.SecurityLevel2._ReceivedCredentialsStub ();
stub._set_delegate(delegate);
return stub;
}
}
public static org.omg.SecurityLevel2.ReceivedCredentials unchecked_narrow (org.omg.CORBA.Object obj)
{
if (obj == null)
return null;
else if (obj instanceof org.omg.SecurityLevel2.ReceivedCredentials)
return (org.omg.SecurityLevel2.ReceivedCredentials)obj;
else
{
org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
org.omg.SecurityLevel2._ReceivedCredentialsStub stub = new org.omg.SecurityLevel2._ReceivedCredentialsStub ();
stub._set_delegate(delegate);
return stub;
}
}
}
| 3,421 |
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/MechanismPolicy.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/MechanismPolicy.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:59 AM PST
*/
/* */
public interface MechanismPolicy extends MechanismPolicyOperations, org.omg.CORBA.Policy, org.omg.CORBA.portable.IDLEntity
{
} // interface MechanismPolicy
| 3,422 |
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/QOPPolicyOperations.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/QOPPolicyOperations.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:59 AM PST
*/
/* */
public interface QOPPolicyOperations extends org.omg.CORBA.PolicyOperations
{
org.omg.Security.QOP qop ();
} // interface QOPPolicyOperations
| 3,423 |
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/TargetCredentials.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/TargetCredentials.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
public interface TargetCredentials extends TargetCredentialsOperations, org.omg.SecurityLevel2.Credentials, org.omg.CORBA.portable.IDLEntity
{
} // interface TargetCredentials
| 3,424 |
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/SecurityManagerPOA.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/SecurityManagerPOA.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:59 AM PST
*/
/* */
public abstract class SecurityManagerPOA extends org.omg.PortableServer.Servant
implements org.omg.SecurityLevel2.SecurityManagerOperations, org.omg.CORBA.portable.InvokeHandler
{
// Constructors
private static java.util.Hashtable _methods = new java.util.Hashtable ();
static
{
_methods.put ("_get_supported_mechanisms", new java.lang.Integer (0));
_methods.put ("_get_own_credentials", new java.lang.Integer (1));
_methods.put ("_get_required_rights_object", new java.lang.Integer (2));
_methods.put ("_get_principal_authenticator", new java.lang.Integer (3));
_methods.put ("_get_access_decision", new java.lang.Integer (4));
_methods.put ("_get_audit_decision", new java.lang.Integer (5));
_methods.put ("get_target_credentials", new java.lang.Integer (6));
_methods.put ("remove_own_credentials", new java.lang.Integer (7));
_methods.put ("get_security_policy", new java.lang.Integer (8));
}
public org.omg.CORBA.portable.OutputStream _invoke (String $method,
org.omg.CORBA.portable.InputStream in,
org.omg.CORBA.portable.ResponseHandler $rh)
{
org.omg.CORBA.portable.OutputStream out = null;
java.lang.Integer __method = (java.lang.Integer)_methods.get ($method);
if (__method == null)
throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
switch (__method.intValue ())
{
// Process/Capsule/ORB Instance specific operations
case 0: // SecurityLevel2/SecurityManager/_get_supported_mechanisms
{
org.omg.Security.MechandOptions $result[] = null;
$result = this.supported_mechanisms ();
out = $rh.createReply();
org.omg.Security.MechandOptionsListHelper.write (out, $result);
break;
}
case 1: // SecurityLevel2/SecurityManager/_get_own_credentials
{
org.omg.SecurityLevel2.Credentials $result[] = null;
$result = this.own_credentials ();
out = $rh.createReply();
org.omg.SecurityLevel2.CredentialsListHelper.write (out, $result);
break;
}
case 2: // SecurityLevel2/SecurityManager/_get_required_rights_object
{
org.omg.SecurityLevel2.RequiredRights $result = null;
$result = this.required_rights_object ();
out = $rh.createReply();
org.omg.SecurityLevel2.RequiredRightsHelper.write (out, $result);
break;
}
case 3: // SecurityLevel2/SecurityManager/_get_principal_authenticator
{
org.omg.SecurityLevel2.PrincipalAuthenticator $result = null;
$result = this.principal_authenticator ();
out = $rh.createReply();
org.omg.SecurityLevel2.PrincipalAuthenticatorHelper.write (out, $result);
break;
}
case 4: // SecurityLevel2/SecurityManager/_get_access_decision
{
org.omg.SecurityLevel2.AccessDecision $result = null;
$result = this.access_decision ();
out = $rh.createReply();
org.omg.SecurityLevel2.AccessDecisionHelper.write (out, $result);
break;
}
case 5: // SecurityLevel2/SecurityManager/_get_audit_decision
{
org.omg.SecurityLevel2.AuditDecision $result = null;
$result = this.audit_decision ();
out = $rh.createReply();
org.omg.SecurityLevel2.AuditDecisionHelper.write (out, $result);
break;
}
case 6: // SecurityLevel2/SecurityManager/get_target_credentials
{
org.omg.CORBA.Object obj_ref = org.omg.CORBA.ObjectHelper.read (in);
org.omg.SecurityLevel2.TargetCredentials $result = null;
$result = this.get_target_credentials (obj_ref);
out = $rh.createReply();
org.omg.SecurityLevel2.TargetCredentialsHelper.write (out, $result);
break;
}
case 7: // SecurityLevel2/SecurityManager/remove_own_credentials
{
org.omg.SecurityLevel2.Credentials creds = org.omg.SecurityLevel2.CredentialsHelper.read (in);
this.remove_own_credentials (creds);
out = $rh.createReply();
break;
}
case 8: // SecurityLevel2/SecurityManager/get_security_policy
{
int policy_type = org.omg.CORBA.PolicyTypeHelper.read (in);
org.omg.CORBA.Policy $result = null;
$result = this.get_security_policy (policy_type);
out = $rh.createReply();
org.omg.CORBA.PolicyHelper.write (out, $result);
break;
}
default:
throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
}
return out;
} // _invoke
// Type-specific CORBA::Object operations
private static String[] __ids = {
"IDL:SecurityLevel2/SecurityManager:1.0"};
public String[] _all_interfaces (org.omg.PortableServer.POA poa, byte[] objectId)
{
return (String[])__ids.clone ();
}
public SecurityManager _this()
{
return SecurityManagerHelper.narrow(
super._this_object());
}
public SecurityManager _this(org.omg.CORBA.ORB orb)
{
return SecurityManagerHelper.narrow(
super._this_object(orb));
}
} // class SecurityManagerPOA
| 3,425 |
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/_QOPPolicyStub.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/_QOPPolicyStub.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
public class _QOPPolicyStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.SecurityLevel2.QOPPolicy
{
public org.omg.Security.QOP qop ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_qop", true);
$in = _invoke ($out);
org.omg.Security.QOP $result = org.omg.Security.QOPHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return qop ( );
} finally {
_releaseReply ($in);
}
} // qop
public int policy_type ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_policy_type", true);
$in = _invoke ($out);
int $result = org.omg.CORBA.PolicyTypeHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return policy_type ( );
} finally {
_releaseReply ($in);
}
} // policy_type
public org.omg.CORBA.Policy copy ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("copy", true);
$in = _invoke ($out);
org.omg.CORBA.Policy $result = org.omg.CORBA.PolicyHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return copy ( );
} finally {
_releaseReply ($in);
}
} // copy
public void destroy ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("destroy", true);
$in = _invoke ($out);
return;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
destroy ( );
} finally {
_releaseReply ($in);
}
} // destroy
// Type-specific CORBA::Object operations
private static String[] __ids = {
"IDL:SecurityLevel2/QOPPolicy:1.0",
"IDL:CORBA/Policy:1.0"};
public String[] _ids ()
{
return (String[])__ids.clone ();
}
private void readObject (java.io.ObjectInputStream s) throws java.io.IOException
{
String str = s.readUTF ();
String[] args = null;
java.util.Properties props = null;
org.omg.CORBA.Object obj = org.omg.CORBA.ORB.init (args, props).string_to_object (str);
org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl) obj)._get_delegate ();
_set_delegate (delegate);
}
private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException
{
String[] args = null;
java.util.Properties props = null;
String str = org.omg.CORBA.ORB.init (args, props).object_to_string (this);
s.writeUTF (str);
}
} // class _QOPPolicyStub
| 3,426 |
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/ReceivedCredentialsOperations.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/ReceivedCredentialsOperations.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
public interface ReceivedCredentialsOperations extends org.omg.SecurityLevel2.CredentialsOperations
{
org.omg.SecurityLevel2.Credentials accepting_credentials ();
short association_options_used ();
org.omg.Security.DelegationState delegation_state ();
org.omg.Security.DelegationMode delegation_mode ();
} // interface ReceivedCredentialsOperations
| 3,427 |
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/ReceivedCredentialsHolder.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/ReceivedCredentialsHolder.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
public final class ReceivedCredentialsHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.SecurityLevel2.ReceivedCredentials value = null;
public ReceivedCredentialsHolder ()
{
}
public ReceivedCredentialsHolder (org.omg.SecurityLevel2.ReceivedCredentials initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.SecurityLevel2.ReceivedCredentialsHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.SecurityLevel2.ReceivedCredentialsHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.SecurityLevel2.ReceivedCredentialsHelper.type ();
}
}
| 3,428 |
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/Credentials.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/Credentials.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
public interface Credentials extends CredentialsOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
{
} // interface Credentials
| 3,429 |
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/AccessDecisionPOA.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/AccessDecisionPOA.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
public abstract class AccessDecisionPOA extends org.omg.PortableServer.Servant
implements org.omg.SecurityLevel2.AccessDecisionOperations, org.omg.CORBA.portable.InvokeHandler
{
// Constructors
private static java.util.Hashtable _methods = new java.util.Hashtable ();
static
{
_methods.put ("access_allowed", new java.lang.Integer (0));
}
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/AccessDecision/access_allowed
{
org.omg.SecurityLevel2.Credentials cred_list[] = org.omg.SecurityLevel2.CredentialsListHelper.read (in);
org.omg.CORBA.Object target = org.omg.CORBA.ObjectHelper.read (in);
String operation_name = org.omg.CORBA.IdentifierHelper.read (in);
String target_interface_name = org.omg.CORBA.IdentifierHelper.read (in);
boolean $result = false;
$result = this.access_allowed (cred_list, target, operation_name, target_interface_name);
out = $rh.createReply();
out.write_boolean ($result);
break;
}
default:
throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
}
return out;
} // _invoke
// Type-specific CORBA::Object operations
private static String[] __ids = {
"IDL:SecurityLevel2/AccessDecision:1.0"};
public String[] _all_interfaces (org.omg.PortableServer.POA poa, byte[] objectId)
{
return (String[])__ids.clone ();
}
public AccessDecision _this()
{
return AccessDecisionHelper.narrow(
super._this_object());
}
public AccessDecision _this(org.omg.CORBA.ORB orb)
{
return AccessDecisionHelper.narrow(
super._this_object(orb));
}
} // class AccessDecisionPOA
| 3,430 |
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/RequiredRightsHolder.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/RequiredRightsHolder.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
// RequiredRights Interface
public final class RequiredRightsHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.SecurityLevel2.RequiredRights value = null;
public RequiredRightsHolder ()
{
}
public RequiredRightsHolder (org.omg.SecurityLevel2.RequiredRights initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.SecurityLevel2.RequiredRightsHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.SecurityLevel2.RequiredRightsHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.SecurityLevel2.RequiredRightsHelper.type ();
}
}
| 3,431 |
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/InvocationCredentialsPolicyHolder.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/InvocationCredentialsPolicyHolder.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:59 AM PST
*/
/* */
public final class InvocationCredentialsPolicyHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.SecurityLevel2.InvocationCredentialsPolicy value = null;
public InvocationCredentialsPolicyHolder ()
{
}
public InvocationCredentialsPolicyHolder (org.omg.SecurityLevel2.InvocationCredentialsPolicy initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.SecurityLevel2.InvocationCredentialsPolicyHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.SecurityLevel2.InvocationCredentialsPolicyHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.SecurityLevel2.InvocationCredentialsPolicyHelper.type ();
}
}
| 3,432 |
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/_ReceivedCredentialsStub.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/_ReceivedCredentialsStub.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
public class _ReceivedCredentialsStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.SecurityLevel2.ReceivedCredentials
{
public org.omg.SecurityLevel2.Credentials accepting_credentials ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_accepting_credentials", true);
$in = _invoke ($out);
org.omg.SecurityLevel2.Credentials $result = org.omg.SecurityLevel2.CredentialsHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return accepting_credentials ( );
} finally {
_releaseReply ($in);
}
} // accepting_credentials
public short association_options_used ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_association_options_used", true);
$in = _invoke ($out);
short $result = org.omg.Security.AssociationOptionsHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return association_options_used ( );
} finally {
_releaseReply ($in);
}
} // association_options_used
public org.omg.Security.DelegationState delegation_state ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_delegation_state", true);
$in = _invoke ($out);
org.omg.Security.DelegationState $result = org.omg.Security.DelegationStateHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return delegation_state ( );
} finally {
_releaseReply ($in);
}
} // delegation_state
public org.omg.Security.DelegationMode delegation_mode ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_delegation_mode", true);
$in = _invoke ($out);
org.omg.Security.DelegationMode $result = org.omg.Security.DelegationModeHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return delegation_mode ( );
} finally {
_releaseReply ($in);
}
} // delegation_mode
public org.omg.SecurityLevel2.Credentials copy ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("copy", true);
$in = _invoke ($out);
org.omg.SecurityLevel2.Credentials $result = org.omg.SecurityLevel2.CredentialsHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return copy ( );
} finally {
_releaseReply ($in);
}
} // copy
public void destroy ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("destroy", true);
$in = _invoke ($out);
return;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
destroy ( );
} finally {
_releaseReply ($in);
}
} // destroy
public org.omg.Security.InvocationCredentialsType credentials_type ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_credentials_type", true);
$in = _invoke ($out);
org.omg.Security.InvocationCredentialsType $result = org.omg.Security.InvocationCredentialsTypeHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return credentials_type ( );
} finally {
_releaseReply ($in);
}
} // credentials_type
public org.omg.Security.AuthenticationStatus authentication_state ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_authentication_state", true);
$in = _invoke ($out);
org.omg.Security.AuthenticationStatus $result = org.omg.Security.AuthenticationStatusHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return authentication_state ( );
} finally {
_releaseReply ($in);
}
} // authentication_state
public String mechanism ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_mechanism", true);
$in = _invoke ($out);
String $result = org.omg.Security.MechanismTypeHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return mechanism ( );
} finally {
_releaseReply ($in);
}
} // mechanism
public short accepting_options_supported ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_accepting_options_supported", true);
$in = _invoke ($out);
short $result = org.omg.Security.AssociationOptionsHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return accepting_options_supported ( );
} finally {
_releaseReply ($in);
}
} // accepting_options_supported
public void accepting_options_supported (short newAccepting_options_supported)
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_set_accepting_options_supported", true);
org.omg.Security.AssociationOptionsHelper.write ($out, newAccepting_options_supported);
$in = _invoke ($out);
return;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
accepting_options_supported (newAccepting_options_supported );
} finally {
_releaseReply ($in);
}
} // accepting_options_supported
public short accepting_options_required ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_accepting_options_required", true);
$in = _invoke ($out);
short $result = org.omg.Security.AssociationOptionsHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return accepting_options_required ( );
} finally {
_releaseReply ($in);
}
} // accepting_options_required
public void accepting_options_required (short newAccepting_options_required)
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_set_accepting_options_required", true);
org.omg.Security.AssociationOptionsHelper.write ($out, newAccepting_options_required);
$in = _invoke ($out);
return;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
accepting_options_required (newAccepting_options_required );
} finally {
_releaseReply ($in);
}
} // accepting_options_required
public short invocation_options_supported ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_invocation_options_supported", true);
$in = _invoke ($out);
short $result = org.omg.Security.AssociationOptionsHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return invocation_options_supported ( );
} finally {
_releaseReply ($in);
}
} // invocation_options_supported
public void invocation_options_supported (short newInvocation_options_supported)
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_set_invocation_options_supported", true);
org.omg.Security.AssociationOptionsHelper.write ($out, newInvocation_options_supported);
$in = _invoke ($out);
return;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
invocation_options_supported (newInvocation_options_supported );
} finally {
_releaseReply ($in);
}
} // invocation_options_supported
public short invocation_options_required ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_invocation_options_required", true);
$in = _invoke ($out);
short $result = org.omg.Security.AssociationOptionsHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return invocation_options_required ( );
} finally {
_releaseReply ($in);
}
} // invocation_options_required
public void invocation_options_required (short newInvocation_options_required)
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_set_invocation_options_required", true);
org.omg.Security.AssociationOptionsHelper.write ($out, newInvocation_options_required);
$in = _invoke ($out);
return;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
invocation_options_required (newInvocation_options_required );
} finally {
_releaseReply ($in);
}
} // invocation_options_required
public boolean get_security_feature (org.omg.Security.CommunicationDirection direction, org.omg.Security.SecurityFeature feature)
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("get_security_feature", true);
org.omg.Security.CommunicationDirectionHelper.write ($out, direction);
org.omg.Security.SecurityFeatureHelper.write ($out, feature);
$in = _invoke ($out);
boolean $result = $in.read_boolean ();
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return get_security_feature (direction, feature );
} finally {
_releaseReply ($in);
}
} // get_security_feature
public boolean set_attributes (org.omg.Security.SecAttribute[] requested_attributes, org.omg.Security.AttributeListHolder actual_attributes)
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("set_attributes", true);
org.omg.Security.AttributeListHelper.write ($out, requested_attributes);
$in = _invoke ($out);
boolean $result = $in.read_boolean ();
actual_attributes.value = org.omg.Security.AttributeListHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return set_attributes (requested_attributes, actual_attributes );
} finally {
_releaseReply ($in);
}
} // set_attributes
public org.omg.Security.SecAttribute[] get_attributes (org.omg.Security.AttributeType[] attributes)
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("get_attributes", true);
org.omg.Security.AttributeTypeListHelper.write ($out, attributes);
$in = _invoke ($out);
org.omg.Security.SecAttribute $result[] = org.omg.Security.AttributeListHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return get_attributes (attributes );
} finally {
_releaseReply ($in);
}
} // get_attributes
public boolean is_valid (org.omg.TimeBase.UtcTHolder expiry_time)
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("is_valid", true);
$in = _invoke ($out);
boolean $result = $in.read_boolean ();
expiry_time.value = org.omg.Security.UtcTHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return is_valid (expiry_time );
} finally {
_releaseReply ($in);
}
} // is_valid
public boolean refresh (org.omg.CORBA.Any refresh_data)
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("refresh", true);
$out.write_any (refresh_data);
$in = _invoke ($out);
boolean $result = $in.read_boolean ();
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return refresh (refresh_data );
} finally {
_releaseReply ($in);
}
} // refresh
// Type-specific CORBA::Object operations
private static String[] __ids = {
"IDL:SecurityLevel2/ReceivedCredentials:1.0",
"IDL:SecurityLevel2/Credentials:1.0"};
public String[] _ids ()
{
return (String[])__ids.clone ();
}
private void readObject (java.io.ObjectInputStream s) throws java.io.IOException
{
String str = s.readUTF ();
String[] args = null;
java.util.Properties props = null;
org.omg.CORBA.Object obj = org.omg.CORBA.ORB.init (args, props).string_to_object (str);
org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl) obj)._get_delegate ();
_set_delegate (delegate);
}
private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException
{
String[] args = null;
java.util.Properties props = null;
String str = org.omg.CORBA.ORB.init (args, props).object_to_string (this);
s.writeUTF (str);
}
} // class _ReceivedCredentialsStub
| 3,433 |
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/Current.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/Current.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:59 AM PST
*/
/* */
public interface Current extends CurrentOperations, org.omg.SecurityLevel1.Current, org.omg.CORBA.portable.IDLEntity
{
} // interface Current
| 3,434 |
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/InvocationCredentialsPolicyOperations.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/InvocationCredentialsPolicyOperations.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:59 AM PST
*/
/* */
public interface InvocationCredentialsPolicyOperations extends org.omg.CORBA.PolicyOperations
{
org.omg.SecurityLevel2.Credentials[] creds ();
} // interface InvocationCredentialsPolicyOperations
| 3,435 |
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/RequiredRightsHelper.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/RequiredRightsHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
// RequiredRights Interface
abstract public class RequiredRightsHelper
{
private static String _id = "IDL:SecurityLevel2/RequiredRights:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.SecurityLevel2.RequiredRights that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
a.type (type ());
write (out, that);
a.read_value (out.create_input_stream (), type ());
}
public static org.omg.SecurityLevel2.RequiredRights extract (org.omg.CORBA.Any a)
{
return read (a.create_input_stream ());
}
private static org.omg.CORBA.TypeCode __typeCode = null;
synchronized public static org.omg.CORBA.TypeCode type ()
{
if (__typeCode == null)
{
__typeCode = org.omg.CORBA.ORB.init ().create_interface_tc (org.omg.SecurityLevel2.RequiredRightsHelper.id (), "RequiredRights");
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.SecurityLevel2.RequiredRights read (org.omg.CORBA.portable.InputStream istream)
{
return narrow (istream.read_Object (_RequiredRightsStub.class));
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.SecurityLevel2.RequiredRights value)
{
ostream.write_Object ((org.omg.CORBA.Object) value);
}
public static org.omg.SecurityLevel2.RequiredRights narrow (org.omg.CORBA.Object obj)
{
if (obj == null)
return null;
else if (obj instanceof org.omg.SecurityLevel2.RequiredRights)
return (org.omg.SecurityLevel2.RequiredRights)obj;
else if (!obj._is_a (id ()))
throw new org.omg.CORBA.BAD_PARAM ();
else
{
org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
org.omg.SecurityLevel2._RequiredRightsStub stub = new org.omg.SecurityLevel2._RequiredRightsStub ();
stub._set_delegate(delegate);
return stub;
}
}
public static org.omg.SecurityLevel2.RequiredRights unchecked_narrow (org.omg.CORBA.Object obj)
{
if (obj == null)
return null;
else if (obj instanceof org.omg.SecurityLevel2.RequiredRights)
return (org.omg.SecurityLevel2.RequiredRights)obj;
else
{
org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
org.omg.SecurityLevel2._RequiredRightsStub stub = new org.omg.SecurityLevel2._RequiredRightsStub ();
stub._set_delegate(delegate);
return stub;
}
}
}
| 3,436 |
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/InvocationCredentialsPolicyHelper.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/InvocationCredentialsPolicyHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:59 AM PST
*/
/* */
abstract public class InvocationCredentialsPolicyHelper
{
private static String _id = "IDL:SecurityLevel2/InvocationCredentialsPolicy:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.SecurityLevel2.InvocationCredentialsPolicy that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
a.type (type ());
write (out, that);
a.read_value (out.create_input_stream (), type ());
}
public static org.omg.SecurityLevel2.InvocationCredentialsPolicy extract (org.omg.CORBA.Any a)
{
return read (a.create_input_stream ());
}
private static org.omg.CORBA.TypeCode __typeCode = null;
synchronized public static org.omg.CORBA.TypeCode type ()
{
if (__typeCode == null)
{
__typeCode = org.omg.CORBA.ORB.init ().create_interface_tc (org.omg.SecurityLevel2.InvocationCredentialsPolicyHelper.id (), "InvocationCredentialsPolicy");
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.SecurityLevel2.InvocationCredentialsPolicy read (org.omg.CORBA.portable.InputStream istream)
{
return narrow (istream.read_Object (_InvocationCredentialsPolicyStub.class));
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.SecurityLevel2.InvocationCredentialsPolicy value)
{
ostream.write_Object ((org.omg.CORBA.Object) value);
}
public static org.omg.SecurityLevel2.InvocationCredentialsPolicy narrow (org.omg.CORBA.Object obj)
{
if (obj == null)
return null;
else if (obj instanceof org.omg.SecurityLevel2.InvocationCredentialsPolicy)
return (org.omg.SecurityLevel2.InvocationCredentialsPolicy)obj;
else if (!obj._is_a (id ()))
throw new org.omg.CORBA.BAD_PARAM ();
else
{
org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
org.omg.SecurityLevel2._InvocationCredentialsPolicyStub stub = new org.omg.SecurityLevel2._InvocationCredentialsPolicyStub ();
stub._set_delegate(delegate);
return stub;
}
}
public static org.omg.SecurityLevel2.InvocationCredentialsPolicy unchecked_narrow (org.omg.CORBA.Object obj)
{
if (obj == null)
return null;
else if (obj instanceof org.omg.SecurityLevel2.InvocationCredentialsPolicy)
return (org.omg.SecurityLevel2.InvocationCredentialsPolicy)obj;
else
{
org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
org.omg.SecurityLevel2._InvocationCredentialsPolicyStub stub = new org.omg.SecurityLevel2._InvocationCredentialsPolicyStub ();
stub._set_delegate(delegate);
return stub;
}
}
}
| 3,437 |
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/AuditChannelPOA.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/AuditChannelPOA.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
public abstract class AuditChannelPOA extends org.omg.PortableServer.Servant
implements org.omg.SecurityLevel2.AuditChannelOperations, org.omg.CORBA.portable.InvokeHandler
{
// Constructors
private static java.util.Hashtable _methods = new java.util.Hashtable ();
static
{
_methods.put ("audit_write", new java.lang.Integer (0));
_methods.put ("_get_audit_channel_id", 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/AuditChannel/audit_write
{
org.omg.Security.AuditEventType event_type = org.omg.Security.AuditEventTypeHelper.read (in);
org.omg.SecurityLevel2.Credentials creds[] = org.omg.SecurityLevel2.CredentialsListHelper.read (in);
org.omg.TimeBase.UtcT time = org.omg.Security.UtcTHelper.read (in);
org.omg.Security.SelectorValue descriptors[] = org.omg.Security.SelectorValueListHelper.read (in);
org.omg.CORBA.Any event_specific_data = in.read_any ();
this.audit_write (event_type, creds, time, descriptors, event_specific_data);
out = $rh.createReply();
break;
}
case 1: // SecurityLevel2/AuditChannel/_get_audit_channel_id
{
int $result = (int)0;
$result = this.audit_channel_id ();
out = $rh.createReply();
out.write_ulong ($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/AuditChannel:1.0"};
public String[] _all_interfaces (org.omg.PortableServer.POA poa, byte[] objectId)
{
return (String[])__ids.clone ();
}
public AuditChannel _this()
{
return AuditChannelHelper.narrow(
super._this_object());
}
public AuditChannel _this(org.omg.CORBA.ORB orb)
{
return AuditChannelHelper.narrow(
super._this_object(orb));
}
} // class AuditChannelPOA
| 3,438 |
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/AuditChannelHolder.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/AuditChannelHolder.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
public final class AuditChannelHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.SecurityLevel2.AuditChannel value = null;
public AuditChannelHolder ()
{
}
public AuditChannelHolder (org.omg.SecurityLevel2.AuditChannel initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.SecurityLevel2.AuditChannelHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.SecurityLevel2.AuditChannelHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.SecurityLevel2.AuditChannelHelper.type ();
}
}
| 3,439 |
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/_InvocationCredentialsPolicyStub.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/_InvocationCredentialsPolicyStub.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:59 AM PST
*/
/* */
public class _InvocationCredentialsPolicyStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.SecurityLevel2.InvocationCredentialsPolicy
{
public org.omg.SecurityLevel2.Credentials[] creds ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_creds", true);
$in = _invoke ($out);
org.omg.SecurityLevel2.Credentials $result[] = org.omg.SecurityLevel2.CredentialsListHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return creds ( );
} finally {
_releaseReply ($in);
}
} // creds
public int policy_type ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_policy_type", true);
$in = _invoke ($out);
int $result = org.omg.CORBA.PolicyTypeHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return policy_type ( );
} finally {
_releaseReply ($in);
}
} // policy_type
public org.omg.CORBA.Policy copy ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("copy", true);
$in = _invoke ($out);
org.omg.CORBA.Policy $result = org.omg.CORBA.PolicyHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return copy ( );
} finally {
_releaseReply ($in);
}
} // copy
public void destroy ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("destroy", true);
$in = _invoke ($out);
return;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
destroy ( );
} finally {
_releaseReply ($in);
}
} // destroy
// Type-specific CORBA::Object operations
private static String[] __ids = {
"IDL:SecurityLevel2/InvocationCredentialsPolicy:1.0",
"IDL:CORBA/Policy:1.0"};
public String[] _ids ()
{
return (String[])__ids.clone ();
}
private void readObject (java.io.ObjectInputStream s) throws java.io.IOException
{
String str = s.readUTF ();
String[] args = null;
java.util.Properties props = null;
org.omg.CORBA.Object obj = org.omg.CORBA.ORB.init (args, props).string_to_object (str);
org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl) obj)._get_delegate ();
_set_delegate (delegate);
}
private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException
{
String[] args = null;
java.util.Properties props = null;
String str = org.omg.CORBA.ORB.init (args, props).object_to_string (this);
s.writeUTF (str);
}
} // class _InvocationCredentialsPolicyStub
| 3,440 |
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/AuditChannelOperations.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/AuditChannelOperations.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
public interface AuditChannelOperations
{
void audit_write (org.omg.Security.AuditEventType event_type, org.omg.SecurityLevel2.Credentials[] creds, org.omg.TimeBase.UtcT time, org.omg.Security.SelectorValue[] descriptors, org.omg.CORBA.Any event_specific_data);
int audit_channel_id ();
} // interface AuditChannelOperations
| 3,441 |
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/MechanismPolicyHelper.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/MechanismPolicyHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:59 AM PST
*/
/* */
abstract public class MechanismPolicyHelper
{
private static String _id = "IDL:SecurityLevel2/MechanismPolicy:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.SecurityLevel2.MechanismPolicy that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
a.type (type ());
write (out, that);
a.read_value (out.create_input_stream (), type ());
}
public static org.omg.SecurityLevel2.MechanismPolicy extract (org.omg.CORBA.Any a)
{
return read (a.create_input_stream ());
}
private static org.omg.CORBA.TypeCode __typeCode = null;
synchronized public static org.omg.CORBA.TypeCode type ()
{
if (__typeCode == null)
{
__typeCode = org.omg.CORBA.ORB.init ().create_interface_tc (org.omg.SecurityLevel2.MechanismPolicyHelper.id (), "MechanismPolicy");
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.SecurityLevel2.MechanismPolicy read (org.omg.CORBA.portable.InputStream istream)
{
return narrow (istream.read_Object (_MechanismPolicyStub.class));
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.SecurityLevel2.MechanismPolicy value)
{
ostream.write_Object ((org.omg.CORBA.Object) value);
}
public static org.omg.SecurityLevel2.MechanismPolicy narrow (org.omg.CORBA.Object obj)
{
if (obj == null)
return null;
else if (obj instanceof org.omg.SecurityLevel2.MechanismPolicy)
return (org.omg.SecurityLevel2.MechanismPolicy)obj;
else if (!obj._is_a (id ()))
throw new org.omg.CORBA.BAD_PARAM ();
else
{
org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
org.omg.SecurityLevel2._MechanismPolicyStub stub = new org.omg.SecurityLevel2._MechanismPolicyStub ();
stub._set_delegate(delegate);
return stub;
}
}
public static org.omg.SecurityLevel2.MechanismPolicy unchecked_narrow (org.omg.CORBA.Object obj)
{
if (obj == null)
return null;
else if (obj instanceof org.omg.SecurityLevel2.MechanismPolicy)
return (org.omg.SecurityLevel2.MechanismPolicy)obj;
else
{
org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
org.omg.SecurityLevel2._MechanismPolicyStub stub = new org.omg.SecurityLevel2._MechanismPolicyStub ();
stub._set_delegate(delegate);
return stub;
}
}
}
| 3,442 |
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/TargetCredentialsOperations.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/TargetCredentialsOperations.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
public interface TargetCredentialsOperations extends org.omg.SecurityLevel2.CredentialsOperations
{
org.omg.SecurityLevel2.Credentials initiating_credentials ();
short association_options_used ();
} // interface TargetCredentialsOperations
| 3,443 |
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/CredentialsHelper.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/CredentialsHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
abstract public class CredentialsHelper
{
private static String _id = "IDL:SecurityLevel2/Credentials:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.SecurityLevel2.Credentials 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.Credentials 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.CredentialsHelper.id (), "Credentials");
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.SecurityLevel2.Credentials read (org.omg.CORBA.portable.InputStream istream)
{
return narrow (istream.read_Object (_CredentialsStub.class));
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.SecurityLevel2.Credentials value)
{
ostream.write_Object ((org.omg.CORBA.Object) value);
}
public static org.omg.SecurityLevel2.Credentials narrow (org.omg.CORBA.Object obj)
{
if (obj == null)
return null;
else if (obj instanceof org.omg.SecurityLevel2.Credentials)
return (org.omg.SecurityLevel2.Credentials)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._CredentialsStub stub = new org.omg.SecurityLevel2._CredentialsStub ();
stub._set_delegate(delegate);
return stub;
}
}
public static org.omg.SecurityLevel2.Credentials unchecked_narrow (org.omg.CORBA.Object obj)
{
if (obj == null)
return null;
else if (obj instanceof org.omg.SecurityLevel2.Credentials)
return (org.omg.SecurityLevel2.Credentials)obj;
else
{
org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
org.omg.SecurityLevel2._CredentialsStub stub = new org.omg.SecurityLevel2._CredentialsStub ();
stub._set_delegate(delegate);
return stub;
}
}
}
| 3,444 |
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/MechanismPolicyHolder.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/MechanismPolicyHolder.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:59 AM PST
*/
/* */
public final class MechanismPolicyHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.SecurityLevel2.MechanismPolicy value = null;
public MechanismPolicyHolder ()
{
}
public MechanismPolicyHolder (org.omg.SecurityLevel2.MechanismPolicy initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.SecurityLevel2.MechanismPolicyHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.SecurityLevel2.MechanismPolicyHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.SecurityLevel2.MechanismPolicyHelper.type ();
}
}
| 3,445 |
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/CurrentPOA.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/CurrentPOA.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:59 AM PST
*/
/* */
public abstract class CurrentPOA extends org.omg.PortableServer.Servant
implements org.omg.SecurityLevel2.CurrentOperations, org.omg.CORBA.portable.InvokeHandler
{
// Constructors
private static java.util.Hashtable _methods = new java.util.Hashtable ();
static
{
_methods.put ("_get_received_credentials", new java.lang.Integer (0));
_methods.put ("get_attributes", 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 ())
{
// Thread specific
case 0: // SecurityLevel2/Current/_get_received_credentials
{
org.omg.SecurityLevel2.ReceivedCredentials $result = null;
$result = this.received_credentials ();
out = $rh.createReply();
org.omg.SecurityLevel2.ReceivedCredentialsHelper.write (out, $result);
break;
}
// thread specific operations
case 1: // SecurityLevel1/Current/get_attributes
{
org.omg.Security.AttributeType ttributes[] = org.omg.Security.AttributeTypeListHelper.read (in);
org.omg.Security.SecAttribute $result[] = null;
$result = this.get_attributes (ttributes);
out = $rh.createReply();
org.omg.Security.AttributeListHelper.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/Current:1.0",
"IDL:omg.org/SecurityLevel1/Current:1.0",
"IDL:CORBA/Current:1.0"};
public String[] _all_interfaces (org.omg.PortableServer.POA poa, byte[] objectId)
{
return (String[])__ids.clone ();
}
public Current _this()
{
return CurrentHelper.narrow(
super._this_object());
}
public Current _this(org.omg.CORBA.ORB orb)
{
return CurrentHelper.narrow(
super._this_object(orb));
}
} // class CurrentPOA
| 3,446 |
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/CredentialsHolder.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/CredentialsHolder.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
public final class CredentialsHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.SecurityLevel2.Credentials value = null;
public CredentialsHolder ()
{
}
public CredentialsHolder (org.omg.SecurityLevel2.Credentials initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.SecurityLevel2.CredentialsHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.SecurityLevel2.CredentialsHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.SecurityLevel2.CredentialsHelper.type ();
}
}
| 3,447 |
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/RequiredRights.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/RequiredRights.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
// RequiredRights Interface
public interface RequiredRights extends RequiredRightsOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
{
} // interface RequiredRights
| 3,448 |
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/AuditChannelHelper.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/AuditChannelHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
abstract public class AuditChannelHelper
{
private static String _id = "IDL:SecurityLevel2/AuditChannel:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.SecurityLevel2.AuditChannel 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.AuditChannel 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.AuditChannelHelper.id (), "AuditChannel");
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.SecurityLevel2.AuditChannel read (org.omg.CORBA.portable.InputStream istream)
{
return narrow (istream.read_Object (_AuditChannelStub.class));
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.SecurityLevel2.AuditChannel value)
{
ostream.write_Object ((org.omg.CORBA.Object) value);
}
public static org.omg.SecurityLevel2.AuditChannel narrow (org.omg.CORBA.Object obj)
{
if (obj == null)
return null;
else if (obj instanceof org.omg.SecurityLevel2.AuditChannel)
return (org.omg.SecurityLevel2.AuditChannel)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._AuditChannelStub stub = new org.omg.SecurityLevel2._AuditChannelStub ();
stub._set_delegate(delegate);
return stub;
}
}
public static org.omg.SecurityLevel2.AuditChannel unchecked_narrow (org.omg.CORBA.Object obj)
{
if (obj == null)
return null;
else if (obj instanceof org.omg.SecurityLevel2.AuditChannel)
return (org.omg.SecurityLevel2.AuditChannel)obj;
else
{
org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
org.omg.SecurityLevel2._AuditChannelStub stub = new org.omg.SecurityLevel2._AuditChannelStub ();
stub._set_delegate(delegate);
return stub;
}
}
}
| 3,449 |
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/EstablishTrustPolicyHolder.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/EstablishTrustPolicyHolder.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:59 AM PST
*/
/* */
public final class EstablishTrustPolicyHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.SecurityLevel2.EstablishTrustPolicy value = null;
public EstablishTrustPolicyHolder ()
{
}
public EstablishTrustPolicyHolder (org.omg.SecurityLevel2.EstablishTrustPolicy initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.SecurityLevel2.EstablishTrustPolicyHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.SecurityLevel2.EstablishTrustPolicyHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.SecurityLevel2.EstablishTrustPolicyHelper.type ();
}
}
| 3,450 |
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/ReceivedCredentials.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/ReceivedCredentials.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
public interface ReceivedCredentials extends ReceivedCredentialsOperations, org.omg.SecurityLevel2.Credentials, org.omg.CORBA.portable.IDLEntity
{
} // interface ReceivedCredentials
| 3,451 |
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/CredentialsOperations.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/CredentialsOperations.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
public interface CredentialsOperations
{
org.omg.SecurityLevel2.Credentials copy ();
void destroy ();
org.omg.Security.InvocationCredentialsType credentials_type ();
org.omg.Security.AuthenticationStatus authentication_state ();
String mechanism ();
short accepting_options_supported ();
void accepting_options_supported (short newAccepting_options_supported);
short accepting_options_required ();
void accepting_options_required (short newAccepting_options_required);
short invocation_options_supported ();
void invocation_options_supported (short newInvocation_options_supported);
short invocation_options_required ();
void invocation_options_required (short newInvocation_options_required);
boolean get_security_feature (org.omg.Security.CommunicationDirection direction, org.omg.Security.SecurityFeature feature);
boolean set_attributes (org.omg.Security.SecAttribute[] requested_attributes, org.omg.Security.AttributeListHolder actual_attributes);
org.omg.Security.SecAttribute[] get_attributes (org.omg.Security.AttributeType[] attributes);
boolean is_valid (org.omg.TimeBase.UtcTHolder expiry_time);
boolean refresh (org.omg.CORBA.Any refresh_data);
} // interface CredentialsOperations
| 3,452 |
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/CredentialsListHelper.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/CredentialsListHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
abstract public class CredentialsListHelper
{
private static String _id = "IDL:SecurityLevel2/CredentialsList:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.SecurityLevel2.Credentials[] 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.Credentials[] 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.SecurityLevel2.CredentialsHelper.type ();
__typeCode = org.omg.CORBA.ORB.init ().create_sequence_tc (0, __typeCode);
__typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.SecurityLevel2.CredentialsListHelper.id (), "CredentialsList", __typeCode);
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.SecurityLevel2.Credentials[] read (org.omg.CORBA.portable.InputStream istream)
{
org.omg.SecurityLevel2.Credentials value[] = null;
int _len0 = istream.read_long ();
value = new org.omg.SecurityLevel2.Credentials[_len0];
for (int _o1 = 0;_o1 < value.length; ++_o1)
value[_o1] = org.omg.SecurityLevel2.CredentialsHelper.read (istream);
return value;
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.SecurityLevel2.Credentials[] value)
{
ostream.write_long (value.length);
for (int _i0 = 0;_i0 < value.length; ++_i0)
org.omg.SecurityLevel2.CredentialsHelper.write (ostream, value[_i0]);
}
}
| 3,453 |
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/RequiredRightsPOA.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/RequiredRightsPOA.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
// RequiredRights Interface
public abstract class RequiredRightsPOA extends org.omg.PortableServer.Servant
implements org.omg.SecurityLevel2.RequiredRightsOperations, org.omg.CORBA.portable.InvokeHandler
{
// Constructors
private static java.util.Hashtable _methods = new java.util.Hashtable ();
static
{
_methods.put ("get_required_rights", new java.lang.Integer (0));
_methods.put ("set_required_rights", new java.lang.Integer (1));
}
public org.omg.CORBA.portable.OutputStream _invoke (String $method,
org.omg.CORBA.portable.InputStream in,
org.omg.CORBA.portable.ResponseHandler $rh)
{
org.omg.CORBA.portable.OutputStream out = null;
java.lang.Integer __method = (java.lang.Integer)_methods.get ($method);
if (__method == null)
throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
switch (__method.intValue ())
{
case 0: // SecurityLevel2/RequiredRights/get_required_rights
{
org.omg.CORBA.Object obj = org.omg.CORBA.ObjectHelper.read (in);
String operation_name = org.omg.CORBA.IdentifierHelper.read (in);
String interface_name = org.omg.CORBA.RepositoryIdHelper.read (in);
org.omg.Security.RightsListHolder rights = new org.omg.Security.RightsListHolder ();
org.omg.Security.RightsCombinatorHolder rights_combinator = new org.omg.Security.RightsCombinatorHolder ();
this.get_required_rights (obj, operation_name, interface_name, rights, rights_combinator);
out = $rh.createReply();
org.omg.Security.RightsListHelper.write (out, rights.value);
org.omg.Security.RightsCombinatorHelper.write (out, rights_combinator.value);
break;
}
case 1: // SecurityLevel2/RequiredRights/set_required_rights
{
String operation_name = org.omg.CORBA.IdentifierHelper.read (in);
String interface_name = org.omg.CORBA.RepositoryIdHelper.read (in);
org.omg.Security.Right rights[] = org.omg.Security.RightsListHelper.read (in);
org.omg.Security.RightsCombinator rights_combinator = org.omg.Security.RightsCombinatorHelper.read (in);
this.set_required_rights (operation_name, interface_name, rights, rights_combinator);
out = $rh.createReply();
break;
}
default:
throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
}
return out;
} // _invoke
// Type-specific CORBA::Object operations
private static String[] __ids = {
"IDL:SecurityLevel2/RequiredRights:1.0"};
public String[] _all_interfaces (org.omg.PortableServer.POA poa, byte[] objectId)
{
return (String[])__ids.clone ();
}
public RequiredRights _this()
{
return RequiredRightsHelper.narrow(
super._this_object());
}
public RequiredRights _this(org.omg.CORBA.ORB orb)
{
return RequiredRightsHelper.narrow(
super._this_object(orb));
}
} // class RequiredRightsPOA
| 3,454 |
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/_CurrentStub.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/_CurrentStub.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:59 AM PST
*/
/* */
public class _CurrentStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.SecurityLevel2.Current
{
// Thread specific
public org.omg.SecurityLevel2.ReceivedCredentials received_credentials ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_received_credentials", true);
$in = _invoke ($out);
org.omg.SecurityLevel2.ReceivedCredentials $result = org.omg.SecurityLevel2.ReceivedCredentialsHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return received_credentials ( );
} finally {
_releaseReply ($in);
}
} // received_credentials
// thread specific operations
public org.omg.Security.SecAttribute[] get_attributes (org.omg.Security.AttributeType[] ttributes)
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("get_attributes", true);
org.omg.Security.AttributeTypeListHelper.write ($out, ttributes);
$in = _invoke ($out);
org.omg.Security.SecAttribute $result[] = org.omg.Security.AttributeListHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return get_attributes (ttributes );
} finally {
_releaseReply ($in);
}
} // get_attributes
// Type-specific CORBA::Object operations
private static String[] __ids = {
"IDL:SecurityLevel2/Current:1.0",
"IDL:omg.org/SecurityLevel1/Current:1.0",
"IDL:CORBA/Current:1.0"};
public String[] _ids ()
{
return (String[])__ids.clone ();
}
private void readObject (java.io.ObjectInputStream s) throws java.io.IOException
{
String str = s.readUTF ();
String[] args = null;
java.util.Properties props = null;
org.omg.CORBA.Object obj = org.omg.CORBA.ORB.init (args, props).string_to_object (str);
org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl) obj)._get_delegate ();
_set_delegate (delegate);
}
private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException
{
String[] args = null;
java.util.Properties props = null;
String str = org.omg.CORBA.ORB.init (args, props).object_to_string (this);
s.writeUTF (str);
}
} // class _CurrentStub
| 3,455 |
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/CurrentOperations.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/CurrentOperations.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:59 AM PST
*/
/* */
public interface CurrentOperations extends org.omg.SecurityLevel1.CurrentOperations
{
// Thread specific
org.omg.SecurityLevel2.ReceivedCredentials received_credentials ();
} // interface CurrentOperations
| 3,456 |
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/DelegationDirectivePolicyPOA.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/DelegationDirectivePolicyPOA.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:59 AM PST
*/
/* */
public abstract class DelegationDirectivePolicyPOA extends org.omg.PortableServer.Servant
implements org.omg.SecurityLevel2.DelegationDirectivePolicyOperations, org.omg.CORBA.portable.InvokeHandler
{
// Constructors
private static java.util.Hashtable _methods = new java.util.Hashtable ();
static
{
_methods.put ("_get_delegation_directive", new java.lang.Integer (0));
_methods.put ("_get_policy_type", new java.lang.Integer (1));
_methods.put ("copy", new java.lang.Integer (2));
_methods.put ("destroy", new java.lang.Integer (3));
}
public org.omg.CORBA.portable.OutputStream _invoke (String $method,
org.omg.CORBA.portable.InputStream in,
org.omg.CORBA.portable.ResponseHandler $rh)
{
org.omg.CORBA.portable.OutputStream out = null;
java.lang.Integer __method = (java.lang.Integer)_methods.get ($method);
if (__method == null)
throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
switch (__method.intValue ())
{
case 0: // SecurityLevel2/DelegationDirectivePolicy/_get_delegation_directive
{
org.omg.Security.DelegationDirective $result = null;
$result = this.delegation_directive ();
out = $rh.createReply();
org.omg.Security.DelegationDirectiveHelper.write (out, $result);
break;
}
case 1: // org/omg/CORBA/Policy/_get_policy_type
{
int $result = (int)0;
$result = this.policy_type ();
out = $rh.createReply();
out.write_ulong ($result);
break;
}
case 2: // org/omg/CORBA/Policy/copy
{
org.omg.CORBA.Policy $result = null;
$result = this.copy ();
out = $rh.createReply();
org.omg.CORBA.PolicyHelper.write (out, $result);
break;
}
case 3: // org/omg/CORBA/Policy/destroy
{
this.destroy ();
out = $rh.createReply();
break;
}
default:
throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
}
return out;
} // _invoke
// Type-specific CORBA::Object operations
private static String[] __ids = {
"IDL:SecurityLevel2/DelegationDirectivePolicy:1.0",
"IDL:CORBA/Policy:1.0"};
public String[] _all_interfaces (org.omg.PortableServer.POA poa, byte[] objectId)
{
return (String[])__ids.clone ();
}
public DelegationDirectivePolicy _this()
{
return DelegationDirectivePolicyHelper.narrow(
super._this_object());
}
public DelegationDirectivePolicy _this(org.omg.CORBA.ORB orb)
{
return DelegationDirectivePolicyHelper.narrow(
super._this_object(orb));
}
} // class DelegationDirectivePolicyPOA
| 3,457 |
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/PrincipalAuthenticator.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/PrincipalAuthenticator.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
public interface PrincipalAuthenticator extends PrincipalAuthenticatorOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
{
} // interface PrincipalAuthenticator
| 3,458 |
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/AuditDecisionHelper.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/AuditDecisionHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
abstract public class AuditDecisionHelper
{
private static String _id = "IDL:SecurityLevel2/AuditDecision:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.SecurityLevel2.AuditDecision 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.AuditDecision 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.AuditDecisionHelper.id (), "AuditDecision");
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.SecurityLevel2.AuditDecision read (org.omg.CORBA.portable.InputStream istream)
{
return narrow (istream.read_Object (_AuditDecisionStub.class));
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.SecurityLevel2.AuditDecision value)
{
ostream.write_Object ((org.omg.CORBA.Object) value);
}
public static org.omg.SecurityLevel2.AuditDecision narrow (org.omg.CORBA.Object obj)
{
if (obj == null)
return null;
else if (obj instanceof org.omg.SecurityLevel2.AuditDecision)
return (org.omg.SecurityLevel2.AuditDecision)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._AuditDecisionStub stub = new org.omg.SecurityLevel2._AuditDecisionStub ();
stub._set_delegate(delegate);
return stub;
}
}
public static org.omg.SecurityLevel2.AuditDecision unchecked_narrow (org.omg.CORBA.Object obj)
{
if (obj == null)
return null;
else if (obj instanceof org.omg.SecurityLevel2.AuditDecision)
return (org.omg.SecurityLevel2.AuditDecision)obj;
else
{
org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
org.omg.SecurityLevel2._AuditDecisionStub stub = new org.omg.SecurityLevel2._AuditDecisionStub ();
stub._set_delegate(delegate);
return stub;
}
}
}
| 3,459 |
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/AuditDecisionHolder.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/AuditDecisionHolder.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
public final class AuditDecisionHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.SecurityLevel2.AuditDecision value = null;
public AuditDecisionHolder ()
{
}
public AuditDecisionHolder (org.omg.SecurityLevel2.AuditDecision initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.SecurityLevel2.AuditDecisionHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.SecurityLevel2.AuditDecisionHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.SecurityLevel2.AuditDecisionHelper.type ();
}
}
| 3,460 |
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/DelegationDirectivePolicy.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/DelegationDirectivePolicy.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:59 AM PST
*/
/* */
public interface DelegationDirectivePolicy extends DelegationDirectivePolicyOperations, org.omg.CORBA.Policy, org.omg.CORBA.portable.IDLEntity
{
} // interface DelegationDirectivePolicy
| 3,461 |
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/CredentialsListHolder.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/CredentialsListHolder.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
public final class CredentialsListHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.SecurityLevel2.Credentials value[] = null;
public CredentialsListHolder ()
{
}
public CredentialsListHolder (org.omg.SecurityLevel2.Credentials[] initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.SecurityLevel2.CredentialsListHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.SecurityLevel2.CredentialsListHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.SecurityLevel2.CredentialsListHelper.type ();
}
}
| 3,462 |
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/RequiredRightsOperations.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/RequiredRightsOperations.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
// RequiredRights Interface
public interface RequiredRightsOperations
{
void get_required_rights (org.omg.CORBA.Object obj, String operation_name, String interface_name, org.omg.Security.RightsListHolder rights, org.omg.Security.RightsCombinatorHolder rights_combinator);
void set_required_rights (String operation_name, String interface_name, org.omg.Security.Right[] rights, org.omg.Security.RightsCombinator rights_combinator);
} // interface RequiredRightsOperations
| 3,463 |
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/EstablishTrustPolicyHelper.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/EstablishTrustPolicyHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:59 AM PST
*/
/* */
abstract public class EstablishTrustPolicyHelper
{
private static String _id = "IDL:SecurityLevel2/EstablishTrustPolicy:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.SecurityLevel2.EstablishTrustPolicy that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
a.type (type ());
write (out, that);
a.read_value (out.create_input_stream (), type ());
}
public static org.omg.SecurityLevel2.EstablishTrustPolicy extract (org.omg.CORBA.Any a)
{
return read (a.create_input_stream ());
}
private static org.omg.CORBA.TypeCode __typeCode = null;
synchronized public static org.omg.CORBA.TypeCode type ()
{
if (__typeCode == null)
{
__typeCode = org.omg.CORBA.ORB.init ().create_interface_tc (org.omg.SecurityLevel2.EstablishTrustPolicyHelper.id (), "EstablishTrustPolicy");
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.SecurityLevel2.EstablishTrustPolicy read (org.omg.CORBA.portable.InputStream istream)
{
return narrow (istream.read_Object (_EstablishTrustPolicyStub.class));
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.SecurityLevel2.EstablishTrustPolicy value)
{
ostream.write_Object ((org.omg.CORBA.Object) value);
}
public static org.omg.SecurityLevel2.EstablishTrustPolicy narrow (org.omg.CORBA.Object obj)
{
if (obj == null)
return null;
else if (obj instanceof org.omg.SecurityLevel2.EstablishTrustPolicy)
return (org.omg.SecurityLevel2.EstablishTrustPolicy)obj;
else if (!obj._is_a (id ()))
throw new org.omg.CORBA.BAD_PARAM ();
else
{
org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
org.omg.SecurityLevel2._EstablishTrustPolicyStub stub = new org.omg.SecurityLevel2._EstablishTrustPolicyStub ();
stub._set_delegate(delegate);
return stub;
}
}
public static org.omg.SecurityLevel2.EstablishTrustPolicy unchecked_narrow (org.omg.CORBA.Object obj)
{
if (obj == null)
return null;
else if (obj instanceof org.omg.SecurityLevel2.EstablishTrustPolicy)
return (org.omg.SecurityLevel2.EstablishTrustPolicy)obj;
else
{
org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
org.omg.SecurityLevel2._EstablishTrustPolicyStub stub = new org.omg.SecurityLevel2._EstablishTrustPolicyStub ();
stub._set_delegate(delegate);
return stub;
}
}
}
| 3,464 |
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/_RequiredRightsStub.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/_RequiredRightsStub.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
// RequiredRights Interface
public class _RequiredRightsStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.SecurityLevel2.RequiredRights
{
public void get_required_rights (org.omg.CORBA.Object obj, String operation_name, String interface_name, org.omg.Security.RightsListHolder rights, org.omg.Security.RightsCombinatorHolder rights_combinator)
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("get_required_rights", true);
org.omg.CORBA.ObjectHelper.write ($out, obj);
org.omg.CORBA.IdentifierHelper.write ($out, operation_name);
org.omg.CORBA.RepositoryIdHelper.write ($out, interface_name);
$in = _invoke ($out);
rights.value = org.omg.Security.RightsListHelper.read ($in);
rights_combinator.value = org.omg.Security.RightsCombinatorHelper.read ($in);
return;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
get_required_rights (obj, operation_name, interface_name, rights, rights_combinator );
} finally {
_releaseReply ($in);
}
} // get_required_rights
public void set_required_rights (String operation_name, String interface_name, org.omg.Security.Right[] rights, org.omg.Security.RightsCombinator rights_combinator)
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("set_required_rights", true);
org.omg.CORBA.IdentifierHelper.write ($out, operation_name);
org.omg.CORBA.RepositoryIdHelper.write ($out, interface_name);
org.omg.Security.RightsListHelper.write ($out, rights);
org.omg.Security.RightsCombinatorHelper.write ($out, rights_combinator);
$in = _invoke ($out);
return;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
set_required_rights (operation_name, interface_name, rights, rights_combinator );
} finally {
_releaseReply ($in);
}
} // set_required_rights
// Type-specific CORBA::Object operations
private static String[] __ids = {
"IDL:SecurityLevel2/RequiredRights:1.0"};
public String[] _ids ()
{
return (String[])__ids.clone ();
}
private void readObject (java.io.ObjectInputStream s) throws java.io.IOException
{
String str = s.readUTF ();
String[] args = null;
java.util.Properties props = null;
org.omg.CORBA.Object obj = org.omg.CORBA.ORB.init (args, props).string_to_object (str);
org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl) obj)._get_delegate ();
_set_delegate (delegate);
}
private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException
{
String[] args = null;
java.util.Properties props = null;
String str = org.omg.CORBA.ORB.init (args, props).object_to_string (this);
s.writeUTF (str);
}
} // class _RequiredRightsStub
| 3,465 |
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/AuditDecisionOperations.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/AuditDecisionOperations.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
public interface AuditDecisionOperations
{
boolean audit_needed (org.omg.Security.AuditEventType event_type, org.omg.Security.SelectorValue[] value_list);
org.omg.SecurityLevel2.AuditChannel audit_channel ();
} // interface AuditDecisionOperations
| 3,466 |
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/SecurityManagerHelper.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/SecurityManagerHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:59 AM PST
*/
/* */
abstract public class SecurityManagerHelper
{
private static String _id = "IDL:SecurityLevel2/SecurityManager:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.SecurityLevel2.SecurityManager that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
a.type (type ());
write (out, that);
a.read_value (out.create_input_stream (), type ());
}
public static org.omg.SecurityLevel2.SecurityManager extract (org.omg.CORBA.Any a)
{
return read (a.create_input_stream ());
}
private static org.omg.CORBA.TypeCode __typeCode = null;
synchronized public static org.omg.CORBA.TypeCode type ()
{
if (__typeCode == null)
{
__typeCode = org.omg.CORBA.ORB.init ().create_interface_tc (org.omg.SecurityLevel2.SecurityManagerHelper.id (), "SecurityManager");
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.SecurityLevel2.SecurityManager read (org.omg.CORBA.portable.InputStream istream)
{
return narrow (istream.read_Object (_SecurityManagerStub.class));
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.SecurityLevel2.SecurityManager value)
{
ostream.write_Object ((org.omg.CORBA.Object) value);
}
public static org.omg.SecurityLevel2.SecurityManager narrow (org.omg.CORBA.Object obj)
{
if (obj == null)
return null;
else if (obj instanceof org.omg.SecurityLevel2.SecurityManager)
return (org.omg.SecurityLevel2.SecurityManager)obj;
else if (!obj._is_a (id ()))
throw new org.omg.CORBA.BAD_PARAM ();
else
{
org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
org.omg.SecurityLevel2._SecurityManagerStub stub = new org.omg.SecurityLevel2._SecurityManagerStub ();
stub._set_delegate(delegate);
return stub;
}
}
public static org.omg.SecurityLevel2.SecurityManager unchecked_narrow (org.omg.CORBA.Object obj)
{
if (obj == null)
return null;
else if (obj instanceof org.omg.SecurityLevel2.SecurityManager)
return (org.omg.SecurityLevel2.SecurityManager)obj;
else
{
org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
org.omg.SecurityLevel2._SecurityManagerStub stub = new org.omg.SecurityLevel2._SecurityManagerStub ();
stub._set_delegate(delegate);
return stub;
}
}
}
| 3,467 |
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/EstablishTrustPolicyPOA.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/EstablishTrustPolicyPOA.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:59 AM PST
*/
/* */
public abstract class EstablishTrustPolicyPOA extends org.omg.PortableServer.Servant
implements org.omg.SecurityLevel2.EstablishTrustPolicyOperations, org.omg.CORBA.portable.InvokeHandler
{
// Constructors
private static java.util.Hashtable _methods = new java.util.Hashtable ();
static
{
_methods.put ("_get_trust", new java.lang.Integer (0));
_methods.put ("_get_policy_type", new java.lang.Integer (1));
_methods.put ("copy", new java.lang.Integer (2));
_methods.put ("destroy", new java.lang.Integer (3));
}
public org.omg.CORBA.portable.OutputStream _invoke (String $method,
org.omg.CORBA.portable.InputStream in,
org.omg.CORBA.portable.ResponseHandler $rh)
{
org.omg.CORBA.portable.OutputStream out = null;
java.lang.Integer __method = (java.lang.Integer)_methods.get ($method);
if (__method == null)
throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
switch (__method.intValue ())
{
case 0: // SecurityLevel2/EstablishTrustPolicy/_get_trust
{
org.omg.Security.EstablishTrust $result = null;
$result = this.trust ();
out = $rh.createReply();
org.omg.Security.EstablishTrustHelper.write (out, $result);
break;
}
case 1: // org/omg/CORBA/Policy/_get_policy_type
{
int $result = (int)0;
$result = this.policy_type ();
out = $rh.createReply();
out.write_ulong ($result);
break;
}
case 2: // org/omg/CORBA/Policy/copy
{
org.omg.CORBA.Policy $result = null;
$result = this.copy ();
out = $rh.createReply();
org.omg.CORBA.PolicyHelper.write (out, $result);
break;
}
case 3: // org/omg/CORBA/Policy/destroy
{
this.destroy ();
out = $rh.createReply();
break;
}
default:
throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
}
return out;
} // _invoke
// Type-specific CORBA::Object operations
private static String[] __ids = {
"IDL:SecurityLevel2/EstablishTrustPolicy:1.0",
"IDL:CORBA/Policy:1.0"};
public String[] _all_interfaces (org.omg.PortableServer.POA poa, byte[] objectId)
{
return (String[])__ids.clone ();
}
public EstablishTrustPolicy _this()
{
return EstablishTrustPolicyHelper.narrow(
super._this_object());
}
public EstablishTrustPolicy _this(org.omg.CORBA.ORB orb)
{
return EstablishTrustPolicyHelper.narrow(
super._this_object(orb));
}
} // class EstablishTrustPolicyPOA
| 3,468 |
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/DelegationDirectivePolicyHolder.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/DelegationDirectivePolicyHolder.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:59 AM PST
*/
/* */
public final class DelegationDirectivePolicyHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.SecurityLevel2.DelegationDirectivePolicy value = null;
public DelegationDirectivePolicyHolder ()
{
}
public DelegationDirectivePolicyHolder (org.omg.SecurityLevel2.DelegationDirectivePolicy initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.SecurityLevel2.DelegationDirectivePolicyHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.SecurityLevel2.DelegationDirectivePolicyHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.SecurityLevel2.DelegationDirectivePolicyHelper.type ();
}
}
| 3,469 |
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/AccessDecision.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/AccessDecision.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
public interface AccessDecision extends AccessDecisionOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
{
} // interface AccessDecision
| 3,470 |
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/DelegationDirectivePolicyHelper.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/DelegationDirectivePolicyHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:59 AM PST
*/
/* */
abstract public class DelegationDirectivePolicyHelper
{
private static String _id = "IDL:SecurityLevel2/DelegationDirectivePolicy:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.SecurityLevel2.DelegationDirectivePolicy 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.DelegationDirectivePolicy 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.DelegationDirectivePolicyHelper.id (), "DelegationDirectivePolicy");
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.SecurityLevel2.DelegationDirectivePolicy read (org.omg.CORBA.portable.InputStream istream)
{
return narrow (istream.read_Object (_DelegationDirectivePolicyStub.class));
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.SecurityLevel2.DelegationDirectivePolicy value)
{
ostream.write_Object ((org.omg.CORBA.Object) value);
}
public static org.omg.SecurityLevel2.DelegationDirectivePolicy narrow (org.omg.CORBA.Object obj)
{
if (obj == null)
return null;
else if (obj instanceof org.omg.SecurityLevel2.DelegationDirectivePolicy)
return (org.omg.SecurityLevel2.DelegationDirectivePolicy)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._DelegationDirectivePolicyStub stub = new org.omg.SecurityLevel2._DelegationDirectivePolicyStub ();
stub._set_delegate(delegate);
return stub;
}
}
public static org.omg.SecurityLevel2.DelegationDirectivePolicy unchecked_narrow (org.omg.CORBA.Object obj)
{
if (obj == null)
return null;
else if (obj instanceof org.omg.SecurityLevel2.DelegationDirectivePolicy)
return (org.omg.SecurityLevel2.DelegationDirectivePolicy)obj;
else
{
org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
org.omg.SecurityLevel2._DelegationDirectivePolicyStub stub = new org.omg.SecurityLevel2._DelegationDirectivePolicyStub ();
stub._set_delegate(delegate);
return stub;
}
}
}
| 3,471 |
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/_EstablishTrustPolicyStub.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/_EstablishTrustPolicyStub.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:59 AM PST
*/
/* */
public class _EstablishTrustPolicyStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.SecurityLevel2.EstablishTrustPolicy
{
public org.omg.Security.EstablishTrust trust ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_trust", true);
$in = _invoke ($out);
org.omg.Security.EstablishTrust $result = org.omg.Security.EstablishTrustHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return trust ( );
} finally {
_releaseReply ($in);
}
} // trust
public int policy_type ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_policy_type", true);
$in = _invoke ($out);
int $result = org.omg.CORBA.PolicyTypeHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return policy_type ( );
} finally {
_releaseReply ($in);
}
} // policy_type
public org.omg.CORBA.Policy copy ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("copy", true);
$in = _invoke ($out);
org.omg.CORBA.Policy $result = org.omg.CORBA.PolicyHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return copy ( );
} finally {
_releaseReply ($in);
}
} // copy
public void destroy ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("destroy", true);
$in = _invoke ($out);
return;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
destroy ( );
} finally {
_releaseReply ($in);
}
} // destroy
// Type-specific CORBA::Object operations
private static String[] __ids = {
"IDL:SecurityLevel2/EstablishTrustPolicy:1.0",
"IDL:CORBA/Policy:1.0"};
public String[] _ids ()
{
return (String[])__ids.clone ();
}
private void readObject (java.io.ObjectInputStream s) throws java.io.IOException
{
String str = s.readUTF ();
String[] args = null;
java.util.Properties props = null;
org.omg.CORBA.Object obj = org.omg.CORBA.ORB.init (args, props).string_to_object (str);
org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl) obj)._get_delegate ();
_set_delegate (delegate);
}
private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException
{
String[] args = null;
java.util.Properties props = null;
String str = org.omg.CORBA.ORB.init (args, props).object_to_string (this);
s.writeUTF (str);
}
} // class _EstablishTrustPolicyStub
| 3,472 |
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/InvocationCredentialsPolicy.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/InvocationCredentialsPolicy.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:59 AM PST
*/
/* */
public interface InvocationCredentialsPolicy extends InvocationCredentialsPolicyOperations, org.omg.CORBA.Policy, org.omg.CORBA.portable.IDLEntity
{
} // interface InvocationCredentialsPolicy
| 3,473 |
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/AccessDecisionOperations.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/AccessDecisionOperations.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
public interface AccessDecisionOperations
{
boolean access_allowed (org.omg.SecurityLevel2.Credentials[] cred_list, org.omg.CORBA.Object target, String operation_name, String target_interface_name);
} // interface AccessDecisionOperations
| 3,474 |
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/_AuditChannelStub.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/_AuditChannelStub.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
public class _AuditChannelStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.SecurityLevel2.AuditChannel
{
public void audit_write (org.omg.Security.AuditEventType event_type, org.omg.SecurityLevel2.Credentials[] creds, org.omg.TimeBase.UtcT time, org.omg.Security.SelectorValue[] descriptors, org.omg.CORBA.Any event_specific_data)
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("audit_write", true);
org.omg.Security.AuditEventTypeHelper.write ($out, event_type);
org.omg.SecurityLevel2.CredentialsListHelper.write ($out, creds);
org.omg.Security.UtcTHelper.write ($out, time);
org.omg.Security.SelectorValueListHelper.write ($out, descriptors);
$out.write_any (event_specific_data);
$in = _invoke ($out);
return;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
audit_write (event_type, creds, time, descriptors, event_specific_data );
} finally {
_releaseReply ($in);
}
} // audit_write
public int audit_channel_id ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_audit_channel_id", true);
$in = _invoke ($out);
int $result = org.omg.Security.AuditChannelIdHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return audit_channel_id ( );
} finally {
_releaseReply ($in);
}
} // audit_channel_id
// Type-specific CORBA::Object operations
private static String[] __ids = {
"IDL:SecurityLevel2/AuditChannel:1.0"};
public String[] _ids ()
{
return (String[])__ids.clone ();
}
private void readObject (java.io.ObjectInputStream s) throws java.io.IOException
{
String str = s.readUTF ();
String[] args = null;
java.util.Properties props = null;
org.omg.CORBA.Object obj = org.omg.CORBA.ORB.init (args, props).string_to_object (str);
org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl) obj)._get_delegate ();
_set_delegate (delegate);
}
private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException
{
String[] args = null;
java.util.Properties props = null;
String str = org.omg.CORBA.ORB.init (args, props).object_to_string (this);
s.writeUTF (str);
}
} // class _AuditChannelStub
| 3,475 |
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/SecurityManagerHolder.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/SecurityManagerHolder.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:59 AM PST
*/
/* */
public final class SecurityManagerHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.SecurityLevel2.SecurityManager value = null;
public SecurityManagerHolder ()
{
}
public SecurityManagerHolder (org.omg.SecurityLevel2.SecurityManager initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.SecurityLevel2.SecurityManagerHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.SecurityLevel2.SecurityManagerHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.SecurityLevel2.SecurityManagerHelper.type ();
}
}
| 3,476 |
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/TargetCredentialsHelper.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/TargetCredentialsHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
abstract public class TargetCredentialsHelper
{
private static String _id = "IDL:SecurityLevel2/TargetCredentials:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.SecurityLevel2.TargetCredentials that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
a.type (type ());
write (out, that);
a.read_value (out.create_input_stream (), type ());
}
public static org.omg.SecurityLevel2.TargetCredentials extract (org.omg.CORBA.Any a)
{
return read (a.create_input_stream ());
}
private static org.omg.CORBA.TypeCode __typeCode = null;
synchronized public static org.omg.CORBA.TypeCode type ()
{
if (__typeCode == null)
{
__typeCode = org.omg.CORBA.ORB.init ().create_interface_tc (org.omg.SecurityLevel2.TargetCredentialsHelper.id (), "TargetCredentials");
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.SecurityLevel2.TargetCredentials read (org.omg.CORBA.portable.InputStream istream)
{
return narrow (istream.read_Object (_TargetCredentialsStub.class));
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.SecurityLevel2.TargetCredentials value)
{
ostream.write_Object ((org.omg.CORBA.Object) value);
}
public static org.omg.SecurityLevel2.TargetCredentials narrow (org.omg.CORBA.Object obj)
{
if (obj == null)
return null;
else if (obj instanceof org.omg.SecurityLevel2.TargetCredentials)
return (org.omg.SecurityLevel2.TargetCredentials)obj;
else if (!obj._is_a (id ()))
throw new org.omg.CORBA.BAD_PARAM ();
else
{
org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
org.omg.SecurityLevel2._TargetCredentialsStub stub = new org.omg.SecurityLevel2._TargetCredentialsStub ();
stub._set_delegate(delegate);
return stub;
}
}
public static org.omg.SecurityLevel2.TargetCredentials unchecked_narrow (org.omg.CORBA.Object obj)
{
if (obj == null)
return null;
else if (obj instanceof org.omg.SecurityLevel2.TargetCredentials)
return (org.omg.SecurityLevel2.TargetCredentials)obj;
else
{
org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
org.omg.SecurityLevel2._TargetCredentialsStub stub = new org.omg.SecurityLevel2._TargetCredentialsStub ();
stub._set_delegate(delegate);
return stub;
}
}
}
| 3,477 |
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/_SecurityManagerStub.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/_SecurityManagerStub.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:59 AM PST
*/
/* */
public class _SecurityManagerStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.SecurityLevel2.SecurityManager
{
// Process/Capsule/ORB Instance specific operations
public org.omg.Security.MechandOptions[] supported_mechanisms ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_supported_mechanisms", true);
$in = _invoke ($out);
org.omg.Security.MechandOptions $result[] = org.omg.Security.MechandOptionsListHelper.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 supported_mechanisms ( );
} finally {
_releaseReply ($in);
}
} // supported_mechanisms
public org.omg.SecurityLevel2.Credentials[] own_credentials ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_own_credentials", true);
$in = _invoke ($out);
org.omg.SecurityLevel2.Credentials $result[] = org.omg.SecurityLevel2.CredentialsListHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return own_credentials ( );
} finally {
_releaseReply ($in);
}
} // own_credentials
public org.omg.SecurityLevel2.RequiredRights required_rights_object ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_required_rights_object", true);
$in = _invoke ($out);
org.omg.SecurityLevel2.RequiredRights $result = org.omg.SecurityLevel2.RequiredRightsHelper.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 required_rights_object ( );
} finally {
_releaseReply ($in);
}
} // required_rights_object
public org.omg.SecurityLevel2.PrincipalAuthenticator principal_authenticator ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_principal_authenticator", true);
$in = _invoke ($out);
org.omg.SecurityLevel2.PrincipalAuthenticator $result = org.omg.SecurityLevel2.PrincipalAuthenticatorHelper.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 principal_authenticator ( );
} finally {
_releaseReply ($in);
}
} // principal_authenticator
public org.omg.SecurityLevel2.AccessDecision access_decision ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_access_decision", true);
$in = _invoke ($out);
org.omg.SecurityLevel2.AccessDecision $result = org.omg.SecurityLevel2.AccessDecisionHelper.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 access_decision ( );
} finally {
_releaseReply ($in);
}
} // access_decision
public org.omg.SecurityLevel2.AuditDecision audit_decision ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_audit_decision", true);
$in = _invoke ($out);
org.omg.SecurityLevel2.AuditDecision $result = org.omg.SecurityLevel2.AuditDecisionHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return audit_decision ( );
} finally {
_releaseReply ($in);
}
} // audit_decision
public org.omg.SecurityLevel2.TargetCredentials get_target_credentials (org.omg.CORBA.Object obj_ref)
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("get_target_credentials", true);
org.omg.CORBA.ObjectHelper.write ($out, obj_ref);
$in = _invoke ($out);
org.omg.SecurityLevel2.TargetCredentials $result = org.omg.SecurityLevel2.TargetCredentialsHelper.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_target_credentials (obj_ref );
} finally {
_releaseReply ($in);
}
} // get_target_credentials
public void remove_own_credentials (org.omg.SecurityLevel2.Credentials creds)
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("remove_own_credentials", true);
org.omg.SecurityLevel2.CredentialsHelper.write ($out, creds);
$in = _invoke ($out);
return;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
remove_own_credentials (creds );
} finally {
_releaseReply ($in);
}
} // remove_own_credentials
public org.omg.CORBA.Policy get_security_policy (int policy_type)
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("get_security_policy", true);
org.omg.CORBA.PolicyTypeHelper.write ($out, policy_type);
$in = _invoke ($out);
org.omg.CORBA.Policy $result = org.omg.CORBA.PolicyHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return get_security_policy (policy_type );
} finally {
_releaseReply ($in);
}
} // get_security_policy
// Type-specific CORBA::Object operations
private static String[] __ids = {
"IDL:SecurityLevel2/SecurityManager: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 _SecurityManagerStub
| 3,478 |
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/MechanismPolicyOperations.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/MechanismPolicyOperations.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:59 AM PST
*/
/* */
public interface MechanismPolicyOperations extends org.omg.CORBA.PolicyOperations
{
String[] mechanisms ();
} // interface MechanismPolicyOperations
| 3,479 |
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/AccessDecisionHelper.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/AccessDecisionHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
abstract public class AccessDecisionHelper
{
private static String _id = "IDL:SecurityLevel2/AccessDecision:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.SecurityLevel2.AccessDecision 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.AccessDecision 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.AccessDecisionHelper.id (), "AccessDecision");
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.SecurityLevel2.AccessDecision read (org.omg.CORBA.portable.InputStream istream)
{
return narrow (istream.read_Object (_AccessDecisionStub.class));
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.SecurityLevel2.AccessDecision value)
{
ostream.write_Object ((org.omg.CORBA.Object) value);
}
public static org.omg.SecurityLevel2.AccessDecision narrow (org.omg.CORBA.Object obj)
{
if (obj == null)
return null;
else if (obj instanceof org.omg.SecurityLevel2.AccessDecision)
return (org.omg.SecurityLevel2.AccessDecision)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._AccessDecisionStub stub = new org.omg.SecurityLevel2._AccessDecisionStub ();
stub._set_delegate(delegate);
return stub;
}
}
public static org.omg.SecurityLevel2.AccessDecision unchecked_narrow (org.omg.CORBA.Object obj)
{
if (obj == null)
return null;
else if (obj instanceof org.omg.SecurityLevel2.AccessDecision)
return (org.omg.SecurityLevel2.AccessDecision)obj;
else
{
org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
org.omg.SecurityLevel2._AccessDecisionStub stub = new org.omg.SecurityLevel2._AccessDecisionStub ();
stub._set_delegate(delegate);
return stub;
}
}
}
| 3,480 |
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/_TargetCredentialsStub.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/_TargetCredentialsStub.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
public class _TargetCredentialsStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.SecurityLevel2.TargetCredentials
{
public org.omg.SecurityLevel2.Credentials initiating_credentials ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_initiating_credentials", true);
$in = _invoke ($out);
org.omg.SecurityLevel2.Credentials $result = org.omg.SecurityLevel2.CredentialsHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return initiating_credentials ( );
} finally {
_releaseReply ($in);
}
} // initiating_credentials
public short association_options_used ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_association_options_used", true);
$in = _invoke ($out);
short $result = org.omg.Security.AssociationOptionsHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return association_options_used ( );
} finally {
_releaseReply ($in);
}
} // association_options_used
public org.omg.SecurityLevel2.Credentials copy ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("copy", true);
$in = _invoke ($out);
org.omg.SecurityLevel2.Credentials $result = org.omg.SecurityLevel2.CredentialsHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return copy ( );
} finally {
_releaseReply ($in);
}
} // copy
public void destroy ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("destroy", true);
$in = _invoke ($out);
return;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
destroy ( );
} finally {
_releaseReply ($in);
}
} // destroy
public org.omg.Security.InvocationCredentialsType credentials_type ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_credentials_type", true);
$in = _invoke ($out);
org.omg.Security.InvocationCredentialsType $result = org.omg.Security.InvocationCredentialsTypeHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return credentials_type ( );
} finally {
_releaseReply ($in);
}
} // credentials_type
public org.omg.Security.AuthenticationStatus authentication_state ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_authentication_state", true);
$in = _invoke ($out);
org.omg.Security.AuthenticationStatus $result = org.omg.Security.AuthenticationStatusHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return authentication_state ( );
} finally {
_releaseReply ($in);
}
} // authentication_state
public String mechanism ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_mechanism", true);
$in = _invoke ($out);
String $result = org.omg.Security.MechanismTypeHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return mechanism ( );
} finally {
_releaseReply ($in);
}
} // mechanism
public short accepting_options_supported ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_accepting_options_supported", true);
$in = _invoke ($out);
short $result = org.omg.Security.AssociationOptionsHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return accepting_options_supported ( );
} finally {
_releaseReply ($in);
}
} // accepting_options_supported
public void accepting_options_supported (short newAccepting_options_supported)
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_set_accepting_options_supported", true);
org.omg.Security.AssociationOptionsHelper.write ($out, newAccepting_options_supported);
$in = _invoke ($out);
return;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
accepting_options_supported (newAccepting_options_supported );
} finally {
_releaseReply ($in);
}
} // accepting_options_supported
public short accepting_options_required ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_accepting_options_required", true);
$in = _invoke ($out);
short $result = org.omg.Security.AssociationOptionsHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return accepting_options_required ( );
} finally {
_releaseReply ($in);
}
} // accepting_options_required
public void accepting_options_required (short newAccepting_options_required)
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_set_accepting_options_required", true);
org.omg.Security.AssociationOptionsHelper.write ($out, newAccepting_options_required);
$in = _invoke ($out);
return;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
accepting_options_required (newAccepting_options_required );
} finally {
_releaseReply ($in);
}
} // accepting_options_required
public short invocation_options_supported ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_invocation_options_supported", true);
$in = _invoke ($out);
short $result = org.omg.Security.AssociationOptionsHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return invocation_options_supported ( );
} finally {
_releaseReply ($in);
}
} // invocation_options_supported
public void invocation_options_supported (short newInvocation_options_supported)
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_set_invocation_options_supported", true);
org.omg.Security.AssociationOptionsHelper.write ($out, newInvocation_options_supported);
$in = _invoke ($out);
return;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
invocation_options_supported (newInvocation_options_supported );
} finally {
_releaseReply ($in);
}
} // invocation_options_supported
public short invocation_options_required ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_invocation_options_required", true);
$in = _invoke ($out);
short $result = org.omg.Security.AssociationOptionsHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return invocation_options_required ( );
} finally {
_releaseReply ($in);
}
} // invocation_options_required
public void invocation_options_required (short newInvocation_options_required)
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_set_invocation_options_required", true);
org.omg.Security.AssociationOptionsHelper.write ($out, newInvocation_options_required);
$in = _invoke ($out);
return;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
invocation_options_required (newInvocation_options_required );
} finally {
_releaseReply ($in);
}
} // invocation_options_required
public boolean get_security_feature (org.omg.Security.CommunicationDirection direction, org.omg.Security.SecurityFeature feature)
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("get_security_feature", true);
org.omg.Security.CommunicationDirectionHelper.write ($out, direction);
org.omg.Security.SecurityFeatureHelper.write ($out, feature);
$in = _invoke ($out);
boolean $result = $in.read_boolean ();
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return get_security_feature (direction, feature );
} finally {
_releaseReply ($in);
}
} // get_security_feature
public boolean set_attributes (org.omg.Security.SecAttribute[] requested_attributes, org.omg.Security.AttributeListHolder actual_attributes)
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("set_attributes", true);
org.omg.Security.AttributeListHelper.write ($out, requested_attributes);
$in = _invoke ($out);
boolean $result = $in.read_boolean ();
actual_attributes.value = org.omg.Security.AttributeListHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return set_attributes (requested_attributes, actual_attributes );
} finally {
_releaseReply ($in);
}
} // set_attributes
public org.omg.Security.SecAttribute[] get_attributes (org.omg.Security.AttributeType[] attributes)
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("get_attributes", true);
org.omg.Security.AttributeTypeListHelper.write ($out, attributes);
$in = _invoke ($out);
org.omg.Security.SecAttribute $result[] = org.omg.Security.AttributeListHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return get_attributes (attributes );
} finally {
_releaseReply ($in);
}
} // get_attributes
public boolean is_valid (org.omg.TimeBase.UtcTHolder expiry_time)
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("is_valid", true);
$in = _invoke ($out);
boolean $result = $in.read_boolean ();
expiry_time.value = org.omg.Security.UtcTHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return is_valid (expiry_time );
} finally {
_releaseReply ($in);
}
} // is_valid
public boolean refresh (org.omg.CORBA.Any refresh_data)
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("refresh", true);
$out.write_any (refresh_data);
$in = _invoke ($out);
boolean $result = $in.read_boolean ();
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return refresh (refresh_data );
} finally {
_releaseReply ($in);
}
} // refresh
// Type-specific CORBA::Object operations
private static String[] __ids = {
"IDL:SecurityLevel2/TargetCredentials:1.0",
"IDL:SecurityLevel2/Credentials:1.0"};
public String[] _ids ()
{
return (String[])__ids.clone ();
}
private void readObject (java.io.ObjectInputStream s) throws java.io.IOException
{
String str = s.readUTF ();
String[] args = null;
java.util.Properties props = null;
org.omg.CORBA.Object obj = org.omg.CORBA.ORB.init (args, props).string_to_object (str);
org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl) obj)._get_delegate ();
_set_delegate (delegate);
}
private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException
{
String[] args = null;
java.util.Properties props = null;
String str = org.omg.CORBA.ORB.init (args, props).object_to_string (this);
s.writeUTF (str);
}
} // class _TargetCredentialsStub
| 3,481 |
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/CurrentHelper.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/CurrentHelper.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:59 AM PST
*/
/* */
abstract public class CurrentHelper
{
private static String _id = "IDL:SecurityLevel2/Current:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.SecurityLevel2.Current 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.Current 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.CurrentHelper.id (), "Current");
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.SecurityLevel2.Current read (org.omg.CORBA.portable.InputStream istream)
{
return narrow (istream.read_Object (_CurrentStub.class));
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.SecurityLevel2.Current value)
{
ostream.write_Object ((org.omg.CORBA.Object) value);
}
public static org.omg.SecurityLevel2.Current narrow (org.omg.CORBA.Object obj)
{
if (obj == null)
return null;
else if (obj instanceof org.omg.SecurityLevel2.Current)
return (org.omg.SecurityLevel2.Current)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._CurrentStub stub = new org.omg.SecurityLevel2._CurrentStub ();
stub._set_delegate(delegate);
return stub;
}
}
public static org.omg.SecurityLevel2.Current unchecked_narrow (org.omg.CORBA.Object obj)
{
if (obj == null)
return null;
else if (obj instanceof org.omg.SecurityLevel2.Current)
return (org.omg.SecurityLevel2.Current)obj;
else
{
org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate ();
org.omg.SecurityLevel2._CurrentStub stub = new org.omg.SecurityLevel2._CurrentStub ();
stub._set_delegate(delegate);
return stub;
}
}
}
| 3,482 |
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/AuditChannel.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/AuditChannel.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
public interface AuditChannel extends AuditChannelOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
{
} // interface AuditChannel
| 3,483 |
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/CurrentHolder.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/CurrentHolder.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:59 AM PST
*/
/* */
public final class CurrentHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.SecurityLevel2.Current value = null;
public CurrentHolder ()
{
}
public CurrentHolder (org.omg.SecurityLevel2.Current initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.SecurityLevel2.CurrentHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.SecurityLevel2.CurrentHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.SecurityLevel2.CurrentHelper.type ();
}
}
| 3,484 |
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/_AuditDecisionStub.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/_AuditDecisionStub.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
public class _AuditDecisionStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.SecurityLevel2.AuditDecision
{
public boolean audit_needed (org.omg.Security.AuditEventType event_type, org.omg.Security.SelectorValue[] value_list)
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("audit_needed", true);
org.omg.Security.AuditEventTypeHelper.write ($out, event_type);
org.omg.Security.SelectorValueListHelper.write ($out, value_list);
$in = _invoke ($out);
boolean $result = $in.read_boolean ();
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return audit_needed (event_type, value_list );
} finally {
_releaseReply ($in);
}
} // audit_needed
public org.omg.SecurityLevel2.AuditChannel audit_channel ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_audit_channel", true);
$in = _invoke ($out);
org.omg.SecurityLevel2.AuditChannel $result = org.omg.SecurityLevel2.AuditChannelHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return audit_channel ( );
} finally {
_releaseReply ($in);
}
} // audit_channel
// Type-specific CORBA::Object operations
private static String[] __ids = {
"IDL:SecurityLevel2/AuditDecision:1.0"};
public String[] _ids ()
{
return (String[])__ids.clone ();
}
private void readObject (java.io.ObjectInputStream s) throws java.io.IOException
{
String str = s.readUTF ();
String[] args = null;
java.util.Properties props = null;
org.omg.CORBA.Object obj = org.omg.CORBA.ORB.init (args, props).string_to_object (str);
org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl) obj)._get_delegate ();
_set_delegate (delegate);
}
private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException
{
String[] args = null;
java.util.Properties props = null;
String str = org.omg.CORBA.ORB.init (args, props).object_to_string (this);
s.writeUTF (str);
}
} // class _AuditDecisionStub
| 3,485 |
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/AccessDecisionHolder.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/AccessDecisionHolder.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
public final class AccessDecisionHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.SecurityLevel2.AccessDecision value = null;
public AccessDecisionHolder ()
{
}
public AccessDecisionHolder (org.omg.SecurityLevel2.AccessDecision initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.SecurityLevel2.AccessDecisionHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.SecurityLevel2.AccessDecisionHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.SecurityLevel2.AccessDecisionHelper.type ();
}
}
| 3,486 |
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/QOPPolicyPOA.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/QOPPolicyPOA.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
public abstract class QOPPolicyPOA extends org.omg.PortableServer.Servant
implements org.omg.SecurityLevel2.QOPPolicyOperations, org.omg.CORBA.portable.InvokeHandler
{
// Constructors
private static java.util.Hashtable _methods = new java.util.Hashtable ();
static
{
_methods.put ("_get_qop", new java.lang.Integer (0));
_methods.put ("_get_policy_type", new java.lang.Integer (1));
_methods.put ("copy", new java.lang.Integer (2));
_methods.put ("destroy", new java.lang.Integer (3));
}
public org.omg.CORBA.portable.OutputStream _invoke (String $method,
org.omg.CORBA.portable.InputStream in,
org.omg.CORBA.portable.ResponseHandler $rh)
{
org.omg.CORBA.portable.OutputStream out = null;
java.lang.Integer __method = (java.lang.Integer)_methods.get ($method);
if (__method == null)
throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
switch (__method.intValue ())
{
case 0: // SecurityLevel2/QOPPolicy/_get_qop
{
org.omg.Security.QOP $result = null;
$result = this.qop ();
out = $rh.createReply();
org.omg.Security.QOPHelper.write (out, $result);
break;
}
case 1: // org/omg/CORBA/Policy/_get_policy_type
{
int $result = (int)0;
$result = this.policy_type ();
out = $rh.createReply();
out.write_ulong ($result);
break;
}
case 2: // org/omg/CORBA/Policy/copy
{
org.omg.CORBA.Policy $result = null;
$result = this.copy ();
out = $rh.createReply();
org.omg.CORBA.PolicyHelper.write (out, $result);
break;
}
case 3: // org/omg/CORBA/Policy/destroy
{
this.destroy ();
out = $rh.createReply();
break;
}
default:
throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
}
return out;
} // _invoke
// Type-specific CORBA::Object operations
private static String[] __ids = {
"IDL:SecurityLevel2/QOPPolicy:1.0",
"IDL:CORBA/Policy:1.0"};
public String[] _all_interfaces (org.omg.PortableServer.POA poa, byte[] objectId)
{
return (String[])__ids.clone ();
}
public QOPPolicy _this()
{
return QOPPolicyHelper.narrow(
super._this_object());
}
public QOPPolicy _this(org.omg.CORBA.ORB orb)
{
return QOPPolicyHelper.narrow(
super._this_object(orb));
}
} // class QOPPolicyPOA
| 3,487 |
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/AuditDecision.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/AuditDecision.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
public interface AuditDecision extends AuditDecisionOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
{
} // interface AuditDecision
| 3,488 |
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/_AccessDecisionStub.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/_AccessDecisionStub.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
public class _AccessDecisionStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.SecurityLevel2.AccessDecision
{
public boolean access_allowed (org.omg.SecurityLevel2.Credentials[] cred_list, org.omg.CORBA.Object target, String operation_name, String target_interface_name)
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("access_allowed", true);
org.omg.SecurityLevel2.CredentialsListHelper.write ($out, cred_list);
org.omg.CORBA.ObjectHelper.write ($out, target);
org.omg.CORBA.IdentifierHelper.write ($out, operation_name);
org.omg.CORBA.IdentifierHelper.write ($out, target_interface_name);
$in = _invoke ($out);
boolean $result = $in.read_boolean ();
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return access_allowed (cred_list, target, operation_name, target_interface_name );
} finally {
_releaseReply ($in);
}
} // access_allowed
// Type-specific CORBA::Object operations
private static String[] __ids = {
"IDL:SecurityLevel2/AccessDecision:1.0"};
public String[] _ids ()
{
return (String[])__ids.clone ();
}
private void readObject (java.io.ObjectInputStream s) throws java.io.IOException
{
String str = s.readUTF ();
String[] args = null;
java.util.Properties props = null;
org.omg.CORBA.Object obj = org.omg.CORBA.ORB.init (args, props).string_to_object (str);
org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl) obj)._get_delegate ();
_set_delegate (delegate);
}
private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException
{
String[] args = null;
java.util.Properties props = null;
String str = org.omg.CORBA.ORB.init (args, props).object_to_string (this);
s.writeUTF (str);
}
} // class _AccessDecisionStub
| 3,489 |
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/TargetCredentialsHolder.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/TargetCredentialsHolder.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
public final class TargetCredentialsHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.SecurityLevel2.TargetCredentials value = null;
public TargetCredentialsHolder ()
{
}
public TargetCredentialsHolder (org.omg.SecurityLevel2.TargetCredentials initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.SecurityLevel2.TargetCredentialsHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.SecurityLevel2.TargetCredentialsHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.SecurityLevel2.TargetCredentialsHelper.type ();
}
}
| 3,490 |
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/PrincipalAuthenticatorOperations.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/PrincipalAuthenticatorOperations.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
public interface PrincipalAuthenticatorOperations
{
int[] get_supported_authen_methods (String mechanism);
org.omg.Security.AuthenticationStatus authenticate (int method, String mechanism, String security_name, org.omg.CORBA.Any auth_data, org.omg.Security.SecAttribute[] privileges, org.omg.SecurityLevel2.CredentialsHolder creds, org.omg.CORBA.AnyHolder continuation_data, org.omg.CORBA.AnyHolder auth_specific_data);
org.omg.Security.AuthenticationStatus continue_authentication (org.omg.CORBA.Any response_data, org.omg.SecurityLevel2.Credentials creds, org.omg.CORBA.AnyHolder continuation_data, org.omg.CORBA.AnyHolder auth_specific_data);
} // interface PrincipalAuthenticatorOperations
| 3,491 |
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/QOPPolicyHolder.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/QOPPolicyHolder.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
public final class QOPPolicyHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.SecurityLevel2.QOPPolicy value = null;
public QOPPolicyHolder ()
{
}
public QOPPolicyHolder (org.omg.SecurityLevel2.QOPPolicy initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.SecurityLevel2.QOPPolicyHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.SecurityLevel2.QOPPolicyHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.SecurityLevel2.QOPPolicyHelper.type ();
}
}
| 3,492 |
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/SecurityManagerOperations.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/SecurityManagerOperations.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:59 AM PST
*/
/* */
public interface SecurityManagerOperations
{
// Process/Capsule/ORB Instance specific operations
org.omg.Security.MechandOptions[] supported_mechanisms ();
org.omg.SecurityLevel2.Credentials[] own_credentials ();
org.omg.SecurityLevel2.RequiredRights required_rights_object ();
org.omg.SecurityLevel2.PrincipalAuthenticator principal_authenticator ();
org.omg.SecurityLevel2.AccessDecision access_decision ();
org.omg.SecurityLevel2.AuditDecision audit_decision ();
org.omg.SecurityLevel2.TargetCredentials get_target_credentials (org.omg.CORBA.Object obj_ref);
void remove_own_credentials (org.omg.SecurityLevel2.Credentials creds);
org.omg.CORBA.Policy get_security_policy (int policy_type);
} // interface SecurityManagerOperations
| 3,493 |
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/ReceivedCredentialsPOA.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/ReceivedCredentialsPOA.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
public abstract class ReceivedCredentialsPOA extends org.omg.PortableServer.Servant
implements org.omg.SecurityLevel2.ReceivedCredentialsOperations, org.omg.CORBA.portable.InvokeHandler
{
// Constructors
private static java.util.Hashtable _methods = new java.util.Hashtable ();
static
{
_methods.put ("_get_accepting_credentials", new java.lang.Integer (0));
_methods.put ("_get_association_options_used", new java.lang.Integer (1));
_methods.put ("_get_delegation_state", new java.lang.Integer (2));
_methods.put ("_get_delegation_mode", new java.lang.Integer (3));
_methods.put ("copy", new java.lang.Integer (4));
_methods.put ("destroy", new java.lang.Integer (5));
_methods.put ("_get_credentials_type", new java.lang.Integer (6));
_methods.put ("_get_authentication_state", new java.lang.Integer (7));
_methods.put ("_get_mechanism", new java.lang.Integer (8));
_methods.put ("_get_accepting_options_supported", new java.lang.Integer (9));
_methods.put ("_set_accepting_options_supported", new java.lang.Integer (10));
_methods.put ("_get_accepting_options_required", new java.lang.Integer (11));
_methods.put ("_set_accepting_options_required", new java.lang.Integer (12));
_methods.put ("_get_invocation_options_supported", new java.lang.Integer (13));
_methods.put ("_set_invocation_options_supported", new java.lang.Integer (14));
_methods.put ("_get_invocation_options_required", new java.lang.Integer (15));
_methods.put ("_set_invocation_options_required", new java.lang.Integer (16));
_methods.put ("get_security_feature", new java.lang.Integer (17));
_methods.put ("set_attributes", new java.lang.Integer (18));
_methods.put ("get_attributes", new java.lang.Integer (19));
_methods.put ("is_valid", new java.lang.Integer (20));
_methods.put ("refresh", new java.lang.Integer (21));
}
public org.omg.CORBA.portable.OutputStream _invoke (String $method,
org.omg.CORBA.portable.InputStream in,
org.omg.CORBA.portable.ResponseHandler $rh)
{
org.omg.CORBA.portable.OutputStream out = null;
java.lang.Integer __method = (java.lang.Integer)_methods.get ($method);
if (__method == null)
throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
switch (__method.intValue ())
{
case 0: // SecurityLevel2/ReceivedCredentials/_get_accepting_credentials
{
org.omg.SecurityLevel2.Credentials $result = null;
$result = this.accepting_credentials ();
out = $rh.createReply();
org.omg.SecurityLevel2.CredentialsHelper.write (out, $result);
break;
}
case 1: // SecurityLevel2/ReceivedCredentials/_get_association_options_used
{
short $result = (short)0;
$result = this.association_options_used ();
out = $rh.createReply();
out.write_ushort ($result);
break;
}
case 2: // SecurityLevel2/ReceivedCredentials/_get_delegation_state
{
org.omg.Security.DelegationState $result = null;
$result = this.delegation_state ();
out = $rh.createReply();
org.omg.Security.DelegationStateHelper.write (out, $result);
break;
}
case 3: // SecurityLevel2/ReceivedCredentials/_get_delegation_mode
{
org.omg.Security.DelegationMode $result = null;
$result = this.delegation_mode ();
out = $rh.createReply();
org.omg.Security.DelegationModeHelper.write (out, $result);
break;
}
case 4: // SecurityLevel2/Credentials/copy
{
org.omg.SecurityLevel2.Credentials $result = null;
$result = this.copy ();
out = $rh.createReply();
org.omg.SecurityLevel2.CredentialsHelper.write (out, $result);
break;
}
case 5: // SecurityLevel2/Credentials/destroy
{
this.destroy ();
out = $rh.createReply();
break;
}
case 6: // SecurityLevel2/Credentials/_get_credentials_type
{
org.omg.Security.InvocationCredentialsType $result = null;
$result = this.credentials_type ();
out = $rh.createReply();
org.omg.Security.InvocationCredentialsTypeHelper.write (out, $result);
break;
}
case 7: // SecurityLevel2/Credentials/_get_authentication_state
{
org.omg.Security.AuthenticationStatus $result = null;
$result = this.authentication_state ();
out = $rh.createReply();
org.omg.Security.AuthenticationStatusHelper.write (out, $result);
break;
}
case 8: // SecurityLevel2/Credentials/_get_mechanism
{
String $result = null;
$result = this.mechanism ();
out = $rh.createReply();
out.write_string ($result);
break;
}
case 9: // SecurityLevel2/Credentials/_get_accepting_options_supported
{
short $result = (short)0;
$result = this.accepting_options_supported ();
out = $rh.createReply();
out.write_ushort ($result);
break;
}
case 10: // SecurityLevel2/Credentials/_set_accepting_options_supported
{
short newAccepting_options_supported = org.omg.Security.AssociationOptionsHelper.read (in);
this.accepting_options_supported (newAccepting_options_supported);
out = $rh.createReply();
break;
}
case 11: // SecurityLevel2/Credentials/_get_accepting_options_required
{
short $result = (short)0;
$result = this.accepting_options_required ();
out = $rh.createReply();
out.write_ushort ($result);
break;
}
case 12: // SecurityLevel2/Credentials/_set_accepting_options_required
{
short newAccepting_options_required = org.omg.Security.AssociationOptionsHelper.read (in);
this.accepting_options_required (newAccepting_options_required);
out = $rh.createReply();
break;
}
case 13: // SecurityLevel2/Credentials/_get_invocation_options_supported
{
short $result = (short)0;
$result = this.invocation_options_supported ();
out = $rh.createReply();
out.write_ushort ($result);
break;
}
case 14: // SecurityLevel2/Credentials/_set_invocation_options_supported
{
short newInvocation_options_supported = org.omg.Security.AssociationOptionsHelper.read (in);
this.invocation_options_supported (newInvocation_options_supported);
out = $rh.createReply();
break;
}
case 15: // SecurityLevel2/Credentials/_get_invocation_options_required
{
short $result = (short)0;
$result = this.invocation_options_required ();
out = $rh.createReply();
out.write_ushort ($result);
break;
}
case 16: // SecurityLevel2/Credentials/_set_invocation_options_required
{
short newInvocation_options_required = org.omg.Security.AssociationOptionsHelper.read (in);
this.invocation_options_required (newInvocation_options_required);
out = $rh.createReply();
break;
}
case 17: // SecurityLevel2/Credentials/get_security_feature
{
org.omg.Security.CommunicationDirection direction = org.omg.Security.CommunicationDirectionHelper.read (in);
org.omg.Security.SecurityFeature feature = org.omg.Security.SecurityFeatureHelper.read (in);
boolean $result = false;
$result = this.get_security_feature (direction, feature);
out = $rh.createReply();
out.write_boolean ($result);
break;
}
case 18: // SecurityLevel2/Credentials/set_attributes
{
org.omg.Security.SecAttribute requested_attributes[] = org.omg.Security.AttributeListHelper.read (in);
org.omg.Security.AttributeListHolder actual_attributes = new org.omg.Security.AttributeListHolder ();
boolean $result = false;
$result = this.set_attributes (requested_attributes, actual_attributes);
out = $rh.createReply();
out.write_boolean ($result);
org.omg.Security.AttributeListHelper.write (out, actual_attributes.value);
break;
}
case 19: // SecurityLevel2/Credentials/get_attributes
{
org.omg.Security.AttributeType attributes[] = org.omg.Security.AttributeTypeListHelper.read (in);
org.omg.Security.SecAttribute $result[] = null;
$result = this.get_attributes (attributes);
out = $rh.createReply();
org.omg.Security.AttributeListHelper.write (out, $result);
break;
}
case 20: // SecurityLevel2/Credentials/is_valid
{
org.omg.TimeBase.UtcTHolder expiry_time = new org.omg.TimeBase.UtcTHolder ();
boolean $result = false;
$result = this.is_valid (expiry_time);
out = $rh.createReply();
out.write_boolean ($result);
org.omg.Security.UtcTHelper.write (out, expiry_time.value);
break;
}
case 21: // SecurityLevel2/Credentials/refresh
{
org.omg.CORBA.Any refresh_data = in.read_any ();
boolean $result = false;
$result = this.refresh (refresh_data);
out = $rh.createReply();
out.write_boolean ($result);
break;
}
default:
throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
}
return out;
} // _invoke
// Type-specific CORBA::Object operations
private static String[] __ids = {
"IDL:SecurityLevel2/ReceivedCredentials:1.0",
"IDL:SecurityLevel2/Credentials:1.0"};
public String[] _all_interfaces (org.omg.PortableServer.POA poa, byte[] objectId)
{
return (String[])__ids.clone ();
}
public ReceivedCredentials _this()
{
return ReceivedCredentialsHelper.narrow(
super._this_object());
}
public ReceivedCredentials _this(org.omg.CORBA.ORB orb)
{
return ReceivedCredentialsHelper.narrow(
super._this_object(orb));
}
} // class ReceivedCredentialsPOA
| 3,494 |
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/MechanismPolicyPOA.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/MechanismPolicyPOA.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:59 AM PST
*/
/* */
public abstract class MechanismPolicyPOA extends org.omg.PortableServer.Servant
implements org.omg.SecurityLevel2.MechanismPolicyOperations, org.omg.CORBA.portable.InvokeHandler
{
// Constructors
private static java.util.Hashtable _methods = new java.util.Hashtable ();
static
{
_methods.put ("_get_mechanisms", new java.lang.Integer (0));
_methods.put ("_get_policy_type", new java.lang.Integer (1));
_methods.put ("copy", new java.lang.Integer (2));
_methods.put ("destroy", new java.lang.Integer (3));
}
public org.omg.CORBA.portable.OutputStream _invoke (String $method,
org.omg.CORBA.portable.InputStream in,
org.omg.CORBA.portable.ResponseHandler $rh)
{
org.omg.CORBA.portable.OutputStream out = null;
java.lang.Integer __method = (java.lang.Integer)_methods.get ($method);
if (__method == null)
throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
switch (__method.intValue ())
{
case 0: // SecurityLevel2/MechanismPolicy/_get_mechanisms
{
String $result[] = null;
$result = this.mechanisms ();
out = $rh.createReply();
org.omg.Security.MechanismTypeListHelper.write (out, $result);
break;
}
case 1: // org/omg/CORBA/Policy/_get_policy_type
{
int $result = (int)0;
$result = this.policy_type ();
out = $rh.createReply();
out.write_ulong ($result);
break;
}
case 2: // org/omg/CORBA/Policy/copy
{
org.omg.CORBA.Policy $result = null;
$result = this.copy ();
out = $rh.createReply();
org.omg.CORBA.PolicyHelper.write (out, $result);
break;
}
case 3: // org/omg/CORBA/Policy/destroy
{
this.destroy ();
out = $rh.createReply();
break;
}
default:
throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
}
return out;
} // _invoke
// Type-specific CORBA::Object operations
private static String[] __ids = {
"IDL:SecurityLevel2/MechanismPolicy:1.0",
"IDL:CORBA/Policy:1.0"};
public String[] _all_interfaces (org.omg.PortableServer.POA poa, byte[] objectId)
{
return (String[])__ids.clone ();
}
public MechanismPolicy _this()
{
return MechanismPolicyHelper.narrow(
super._this_object());
}
public MechanismPolicy _this(org.omg.CORBA.ORB orb)
{
return MechanismPolicyHelper.narrow(
super._this_object(orb));
}
} // class MechanismPolicyPOA
| 3,495 |
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/_MechanismPolicyStub.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/_MechanismPolicyStub.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:59 AM PST
*/
/* */
public class _MechanismPolicyStub extends org.omg.CORBA.portable.ObjectImpl implements org.omg.SecurityLevel2.MechanismPolicy
{
public String[] mechanisms ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_mechanisms", true);
$in = _invoke ($out);
String $result[] = org.omg.Security.MechanismTypeListHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return mechanisms ( );
} finally {
_releaseReply ($in);
}
} // mechanisms
public int policy_type ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("_get_policy_type", true);
$in = _invoke ($out);
int $result = org.omg.CORBA.PolicyTypeHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return policy_type ( );
} finally {
_releaseReply ($in);
}
} // policy_type
public org.omg.CORBA.Policy copy ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("copy", true);
$in = _invoke ($out);
org.omg.CORBA.Policy $result = org.omg.CORBA.PolicyHelper.read ($in);
return $result;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
return copy ( );
} finally {
_releaseReply ($in);
}
} // copy
public void destroy ()
{
org.omg.CORBA.portable.InputStream $in = null;
try {
org.omg.CORBA.portable.OutputStream $out = _request ("destroy", true);
$in = _invoke ($out);
return;
} catch (org.omg.CORBA.portable.ApplicationException $ex) {
$in = $ex.getInputStream ();
String _id = $ex.getId ();
throw new org.omg.CORBA.MARSHAL (_id);
} catch (org.omg.CORBA.portable.RemarshalException $rm) {
destroy ( );
} finally {
_releaseReply ($in);
}
} // destroy
// Type-specific CORBA::Object operations
private static String[] __ids = {
"IDL:SecurityLevel2/MechanismPolicy:1.0",
"IDL:CORBA/Policy:1.0"};
public String[] _ids ()
{
return (String[])__ids.clone ();
}
private void readObject (java.io.ObjectInputStream s) throws java.io.IOException
{
String str = s.readUTF ();
String[] args = null;
java.util.Properties props = null;
org.omg.CORBA.Object obj = org.omg.CORBA.ORB.init (args, props).string_to_object (str);
org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl) obj)._get_delegate ();
_set_delegate (delegate);
}
private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException
{
String[] args = null;
java.util.Properties props = null;
String str = org.omg.CORBA.ORB.init (args, props).object_to_string (this);
s.writeUTF (str);
}
} // class _MechanismPolicyStub
| 3,496 |
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/CredentialsPOA.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/CredentialsPOA.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:58 AM PST
*/
/* */
public abstract class CredentialsPOA extends org.omg.PortableServer.Servant
implements org.omg.SecurityLevel2.CredentialsOperations, org.omg.CORBA.portable.InvokeHandler
{
// Constructors
private static java.util.Hashtable _methods = new java.util.Hashtable ();
static
{
_methods.put ("copy", new java.lang.Integer (0));
_methods.put ("destroy", new java.lang.Integer (1));
_methods.put ("_get_credentials_type", new java.lang.Integer (2));
_methods.put ("_get_authentication_state", new java.lang.Integer (3));
_methods.put ("_get_mechanism", new java.lang.Integer (4));
_methods.put ("_get_accepting_options_supported", new java.lang.Integer (5));
_methods.put ("_set_accepting_options_supported", new java.lang.Integer (6));
_methods.put ("_get_accepting_options_required", new java.lang.Integer (7));
_methods.put ("_set_accepting_options_required", new java.lang.Integer (8));
_methods.put ("_get_invocation_options_supported", new java.lang.Integer (9));
_methods.put ("_set_invocation_options_supported", new java.lang.Integer (10));
_methods.put ("_get_invocation_options_required", new java.lang.Integer (11));
_methods.put ("_set_invocation_options_required", new java.lang.Integer (12));
_methods.put ("get_security_feature", new java.lang.Integer (13));
_methods.put ("set_attributes", new java.lang.Integer (14));
_methods.put ("get_attributes", new java.lang.Integer (15));
_methods.put ("is_valid", new java.lang.Integer (16));
_methods.put ("refresh", new java.lang.Integer (17));
}
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/Credentials/copy
{
org.omg.SecurityLevel2.Credentials $result = null;
$result = this.copy ();
out = $rh.createReply();
org.omg.SecurityLevel2.CredentialsHelper.write (out, $result);
break;
}
case 1: // SecurityLevel2/Credentials/destroy
{
this.destroy ();
out = $rh.createReply();
break;
}
case 2: // SecurityLevel2/Credentials/_get_credentials_type
{
org.omg.Security.InvocationCredentialsType $result = null;
$result = this.credentials_type ();
out = $rh.createReply();
org.omg.Security.InvocationCredentialsTypeHelper.write (out, $result);
break;
}
case 3: // SecurityLevel2/Credentials/_get_authentication_state
{
org.omg.Security.AuthenticationStatus $result = null;
$result = this.authentication_state ();
out = $rh.createReply();
org.omg.Security.AuthenticationStatusHelper.write (out, $result);
break;
}
case 4: // SecurityLevel2/Credentials/_get_mechanism
{
String $result = null;
$result = this.mechanism ();
out = $rh.createReply();
out.write_string ($result);
break;
}
case 5: // SecurityLevel2/Credentials/_get_accepting_options_supported
{
short $result = (short)0;
$result = this.accepting_options_supported ();
out = $rh.createReply();
out.write_ushort ($result);
break;
}
case 6: // SecurityLevel2/Credentials/_set_accepting_options_supported
{
short newAccepting_options_supported = org.omg.Security.AssociationOptionsHelper.read (in);
this.accepting_options_supported (newAccepting_options_supported);
out = $rh.createReply();
break;
}
case 7: // SecurityLevel2/Credentials/_get_accepting_options_required
{
short $result = (short)0;
$result = this.accepting_options_required ();
out = $rh.createReply();
out.write_ushort ($result);
break;
}
case 8: // SecurityLevel2/Credentials/_set_accepting_options_required
{
short newAccepting_options_required = org.omg.Security.AssociationOptionsHelper.read (in);
this.accepting_options_required (newAccepting_options_required);
out = $rh.createReply();
break;
}
case 9: // SecurityLevel2/Credentials/_get_invocation_options_supported
{
short $result = (short)0;
$result = this.invocation_options_supported ();
out = $rh.createReply();
out.write_ushort ($result);
break;
}
case 10: // SecurityLevel2/Credentials/_set_invocation_options_supported
{
short newInvocation_options_supported = org.omg.Security.AssociationOptionsHelper.read (in);
this.invocation_options_supported (newInvocation_options_supported);
out = $rh.createReply();
break;
}
case 11: // SecurityLevel2/Credentials/_get_invocation_options_required
{
short $result = (short)0;
$result = this.invocation_options_required ();
out = $rh.createReply();
out.write_ushort ($result);
break;
}
case 12: // SecurityLevel2/Credentials/_set_invocation_options_required
{
short newInvocation_options_required = org.omg.Security.AssociationOptionsHelper.read (in);
this.invocation_options_required (newInvocation_options_required);
out = $rh.createReply();
break;
}
case 13: // SecurityLevel2/Credentials/get_security_feature
{
org.omg.Security.CommunicationDirection direction = org.omg.Security.CommunicationDirectionHelper.read (in);
org.omg.Security.SecurityFeature feature = org.omg.Security.SecurityFeatureHelper.read (in);
boolean $result = false;
$result = this.get_security_feature (direction, feature);
out = $rh.createReply();
out.write_boolean ($result);
break;
}
case 14: // SecurityLevel2/Credentials/set_attributes
{
org.omg.Security.SecAttribute requested_attributes[] = org.omg.Security.AttributeListHelper.read (in);
org.omg.Security.AttributeListHolder actual_attributes = new org.omg.Security.AttributeListHolder ();
boolean $result = false;
$result = this.set_attributes (requested_attributes, actual_attributes);
out = $rh.createReply();
out.write_boolean ($result);
org.omg.Security.AttributeListHelper.write (out, actual_attributes.value);
break;
}
case 15: // SecurityLevel2/Credentials/get_attributes
{
org.omg.Security.AttributeType attributes[] = org.omg.Security.AttributeTypeListHelper.read (in);
org.omg.Security.SecAttribute $result[] = null;
$result = this.get_attributes (attributes);
out = $rh.createReply();
org.omg.Security.AttributeListHelper.write (out, $result);
break;
}
case 16: // SecurityLevel2/Credentials/is_valid
{
org.omg.TimeBase.UtcTHolder expiry_time = new org.omg.TimeBase.UtcTHolder ();
boolean $result = false;
$result = this.is_valid (expiry_time);
out = $rh.createReply();
out.write_boolean ($result);
org.omg.Security.UtcTHelper.write (out, expiry_time.value);
break;
}
case 17: // SecurityLevel2/Credentials/refresh
{
org.omg.CORBA.Any refresh_data = in.read_any ();
boolean $result = false;
$result = this.refresh (refresh_data);
out = $rh.createReply();
out.write_boolean ($result);
break;
}
default:
throw new org.omg.CORBA.BAD_OPERATION (0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
}
return out;
} // _invoke
// Type-specific CORBA::Object operations
private static String[] __ids = {
"IDL:SecurityLevel2/Credentials:1.0"};
public String[] _all_interfaces (org.omg.PortableServer.POA poa, byte[] objectId)
{
return (String[])__ids.clone ();
}
public Credentials _this()
{
return CredentialsHelper.narrow(
super._this_object());
}
public Credentials _this(org.omg.CORBA.ORB orb)
{
return CredentialsHelper.narrow(
super._this_object(orb));
}
} // class CredentialsPOA
| 3,497 |
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/DelegationDirectivePolicyOperations.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/DelegationDirectivePolicyOperations.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:59 AM PST
*/
/* */
public interface DelegationDirectivePolicyOperations extends org.omg.CORBA.PolicyOperations
{
org.omg.Security.DelegationDirective delegation_directive ();
} // interface DelegationDirectivePolicyOperations
| 3,498 |
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/SecurityManager.java | package org.omg.SecurityLevel2;
/**
* org/omg/SecurityLevel2/SecurityManager.java .
* Error reading Messages File.
* Error reading Messages File.
* Thursday, January 14, 2010 1:08:59 AM PST
*/
/* */
public interface SecurityManager extends SecurityManagerOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
{
} // interface SecurityManager
| 3,499 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.