org.omg.CSIIOP
クラス SAS_ContextSec

java.lang.Object
  |
  +--org.omg.CSIIOP.SAS_ContextSec
すべての実装インタフェース:
IDLEntity, java.io.Serializable

public final class SAS_ContextSec
extends java.lang.Object
implements IDLEntity

関連項目:
直列化された形式

フィールドの概要
 ServiceConfiguration[] privilege_authorities
           
 int supported_identity_types
           
 byte[][] supported_naming_mechanisms
           
 short target_requires
           
 short target_supports
           
 
コンストラクタの概要
SAS_ContextSec()
           
SAS_ContextSec(short _target_supports, short _target_requires, ServiceConfiguration[] _privilege_authorities, byte[][] _supported_naming_mechanisms, int _supported_identity_types)
           
 
クラス java.lang.Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

target_supports

public short target_supports

target_requires

public short target_requires

privilege_authorities

public ServiceConfiguration[] privilege_authorities

supported_naming_mechanisms

public byte[][] supported_naming_mechanisms

supported_identity_types

public int supported_identity_types
コンストラクタの詳細

SAS_ContextSec

public SAS_ContextSec(short _target_supports,
                      short _target_requires,
                      ServiceConfiguration[] _privilege_authorities,
                      byte[][] _supported_naming_mechanisms,
                      int _supported_identity_types)

SAS_ContextSec

public SAS_ContextSec()