001 package org.omg.CSIIOP;
002
003 /**
004 * Generated from IDL struct "SAS_ContextSec".
005 *
006 * @author JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
007 * @version generated at Sep 6, 2011 5:12:30 AM
008 */
009
010 public final class SAS_ContextSec
011 implements org.omg.CORBA.portable.IDLEntity
012 {
013 public SAS_ContextSec(){}
014 public short target_supports;
015 public short target_requires;
016 public org.omg.CSIIOP.ServiceConfiguration[] privilege_authorities;
017 public byte[][] supported_naming_mechanisms;
018 public int supported_identity_types;
019 public SAS_ContextSec(short target_supports, short target_requires, org.omg.CSIIOP.ServiceConfiguration[] privilege_authorities, byte[][] supported_naming_mechanisms, int supported_identity_types)
020 {
021 this.target_supports = target_supports;
022 this.target_requires = target_requires;
023 this.privilege_authorities = privilege_authorities;
024 this.supported_naming_mechanisms = supported_naming_mechanisms;
025 this.supported_identity_types = supported_identity_types;
026 }
027 }