org.omg.Security
Class SecurityFeature

java.lang.Object
  extended byorg.omg.Security.SecurityFeature
All Implemented Interfaces:
IDLEntity, java.io.Serializable

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

Generated from IDL definition of enum "SecurityFeature"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _SecCompositeDelegation
           
static int _SecConfidentiality
           
static int _SecDetectMisordering
           
static int _SecDetectReplay
           
static int _SecEstablishTrustInClient
           
static int _SecEstablishTrustInTarget
           
static int _SecIntegrity
           
static int _SecIntegrityAndConfidentiality
           
static int _SecNoDelegation
           
static int _SecNoProtection
           
static int _SecSimpleDelegation
           
static SecurityFeature SecCompositeDelegation
           
static SecurityFeature SecConfidentiality
           
static SecurityFeature SecDetectMisordering
           
static SecurityFeature SecDetectReplay
           
static SecurityFeature SecEstablishTrustInClient
           
static SecurityFeature SecEstablishTrustInTarget
           
static SecurityFeature SecIntegrity
           
static SecurityFeature SecIntegrityAndConfidentiality
           
static SecurityFeature SecNoDelegation
           
static SecurityFeature SecNoProtection
           
static SecurityFeature SecSimpleDelegation
           
 
Constructor Summary
protected SecurityFeature(int i)
           
 
Method Summary
static SecurityFeature from_int(int value)
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_SecNoDelegation

public static final int _SecNoDelegation
See Also:
Constant Field Values

SecNoDelegation

public static final SecurityFeature SecNoDelegation

_SecSimpleDelegation

public static final int _SecSimpleDelegation
See Also:
Constant Field Values

SecSimpleDelegation

public static final SecurityFeature SecSimpleDelegation

_SecCompositeDelegation

public static final int _SecCompositeDelegation
See Also:
Constant Field Values

SecCompositeDelegation

public static final SecurityFeature SecCompositeDelegation

_SecNoProtection

public static final int _SecNoProtection
See Also:
Constant Field Values

SecNoProtection

public static final SecurityFeature SecNoProtection

_SecIntegrity

public static final int _SecIntegrity
See Also:
Constant Field Values

SecIntegrity

public static final SecurityFeature SecIntegrity

_SecConfidentiality

public static final int _SecConfidentiality
See Also:
Constant Field Values

SecConfidentiality

public static final SecurityFeature SecConfidentiality

_SecIntegrityAndConfidentiality

public static final int _SecIntegrityAndConfidentiality
See Also:
Constant Field Values

SecIntegrityAndConfidentiality

public static final SecurityFeature SecIntegrityAndConfidentiality

_SecDetectReplay

public static final int _SecDetectReplay
See Also:
Constant Field Values

SecDetectReplay

public static final SecurityFeature SecDetectReplay

_SecDetectMisordering

public static final int _SecDetectMisordering
See Also:
Constant Field Values

SecDetectMisordering

public static final SecurityFeature SecDetectMisordering

_SecEstablishTrustInTarget

public static final int _SecEstablishTrustInTarget
See Also:
Constant Field Values

SecEstablishTrustInTarget

public static final SecurityFeature SecEstablishTrustInTarget

_SecEstablishTrustInClient

public static final int _SecEstablishTrustInClient
See Also:
Constant Field Values

SecEstablishTrustInClient

public static final SecurityFeature SecEstablishTrustInClient
Constructor Detail

SecurityFeature

protected SecurityFeature(int i)
Method Detail

value

public int value()

from_int

public static SecurityFeature from_int(int value)