org.omg.CSIIOP
Class SAS_ContextSec

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

public final class SAS_ContextSec
extends Object
implements IDLEntity

Generated from IDL struct "SAS_ContextSec".

Version:
generated at Sep 22, 2012 10:57:57 AM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
See Also:
Serialized Form

Field Summary
 ServiceConfiguration[] privilege_authorities
           
 int supported_identity_types
           
 byte[][] supported_naming_mechanisms
           
 short target_requires
           
 short target_supports
           
 
Constructor Summary
SAS_ContextSec()
           
SAS_ContextSec(short target_supports, short target_requires, ServiceConfiguration[] privilege_authorities, byte[][] supported_naming_mechanisms, int supported_identity_types)
           
 
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

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
Constructor Detail

SAS_ContextSec

public SAS_ContextSec()

SAS_ContextSec

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


Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.