org.objectweb.jonas.security.iiop
Class Csiv2Const

java.lang.Object
  extended byorg.objectweb.jonas.security.iiop.Csiv2Const

public class Csiv2Const
extends java.lang.Object

Defines some constants for Csiv2 exchange

Author:
Florent Benoit

Field Summary
static byte[] EMPTY_BYTES
          Empty array of bytes
static boolean REPLACE_SECURITY_ATTRIBUTE_SERVICE
          Replacement of security attribute service Should be true if stateless, else false
static boolean STATEFUL_MODE
          Stateful or not ? false as support of stateful mode in not required in Csiv2 level 0
static long STATELESS_CONTEXT_ID
          Context Id stateless (Csiv2 level 0)
 
Constructor Summary
Csiv2Const()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATEFUL_MODE

public static final boolean STATEFUL_MODE
Stateful or not ? false as support of stateful mode in not required in Csiv2 level 0

See Also:
Constant Field Values

REPLACE_SECURITY_ATTRIBUTE_SERVICE

public static final boolean REPLACE_SECURITY_ATTRIBUTE_SERVICE
Replacement of security attribute service Should be true if stateless, else false

See Also:
Constant Field Values

STATELESS_CONTEXT_ID

public static final long STATELESS_CONTEXT_ID
Context Id stateless (Csiv2 level 0)

See Also:
Constant Field Values

EMPTY_BYTES

public static final byte[] EMPTY_BYTES
Empty array of bytes

Constructor Detail

Csiv2Const

public Csiv2Const()