org.omg.CSIIOP
Class SAS_ContextSec

java.lang.Object
  extended by org.omg.CSIIOP.SAS_ContextSec
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class SAS_ContextSec
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Struct definition: SAS_ContextSec.

Author:
OpenORB Compiler
See Also:
Serialized Form

Field Summary
 ServiceConfiguration[] privilege_authorities
          Struct member privilege_authorities
 int supported_identity_types
          Struct member supported_identity_types
 byte[][] supported_naming_mechanisms
          Struct member supported_naming_mechanisms
 short target_requires
          Struct member target_requires
 short target_supports
          Struct member target_supports
 
Constructor Summary
SAS_ContextSec()
          Default constructor
SAS_ContextSec(short target_supports, short target_requires, ServiceConfiguration[] privilege_authorities, byte[][] supported_naming_mechanisms, int supported_identity_types)
          Constructor with fields initialization
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

target_supports

public short target_supports
Struct member target_supports


target_requires

public short target_requires
Struct member target_requires


privilege_authorities

public ServiceConfiguration[] privilege_authorities
Struct member privilege_authorities


supported_naming_mechanisms

public byte[][] supported_naming_mechanisms
Struct member supported_naming_mechanisms


supported_identity_types

public int supported_identity_types
Struct member supported_identity_types

Constructor Detail

SAS_ContextSec

public SAS_ContextSec()
Default constructor


SAS_ContextSec

public SAS_ContextSec(short target_supports,
                      short target_requires,
                      ServiceConfiguration[] privilege_authorities,
                      byte[][] supported_naming_mechanisms,
                      int supported_identity_types)
Constructor with fields initialization

Parameters:
target_supports - target_supports struct member
target_requires - target_requires struct member
privilege_authorities - privilege_authorities struct member
supported_naming_mechanisms - supported_naming_mechanisms struct member
supported_identity_types - supported_identity_types struct member