001 package org.omg.CSIIOP;
002
003
004 /**
005 * org/omg/CSIIOP/SAS_ContextSec.java .
006 * Generated by the IDL-to-Java compiler (portable), version "3.2"
007 * from /home/iurt/rpm/BUILD/geronimo-spec-corba/src/main/idl/CSIIOP.idl
008 * Saturday, November 26, 2011 9:53:35 PM UTC
009 */
010
011 public final class SAS_ContextSec implements org.omg.CORBA.portable.IDLEntity
012 {
013 public short target_supports = (short)0;
014 public short target_requires = (short)0;
015 public org.omg.CSIIOP.ServiceConfiguration privilege_authorities[] = null;
016 public byte supported_naming_mechanisms[][] = null;
017 public int supported_identity_types = (int)0;
018
019 public SAS_ContextSec ()
020 {
021 } // ctor
022
023 public SAS_ContextSec (short _target_supports, short _target_requires, org.omg.CSIIOP.ServiceConfiguration[] _privilege_authorities, byte[][] _supported_naming_mechanisms, int _supported_identity_types)
024 {
025 target_supports = _target_supports;
026 target_requires = _target_requires;
027 privilege_authorities = _privilege_authorities;
028 supported_naming_mechanisms = _supported_naming_mechanisms;
029 supported_identity_types = _supported_identity_types;
030 } // ctor
031
032 } // class SAS_ContextSec