org.omg.Security
Class InvocationCredentialsType

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

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

Generated from IDL definition of enum "InvocationCredentialsType"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _SecOwnCredentials
           
static int _SecReceivedCredentials
           
static InvocationCredentialsType SecOwnCredentials
           
static InvocationCredentialsType SecReceivedCredentials
           
 
Constructor Summary
protected InvocationCredentialsType(int i)
           
 
Method Summary
static InvocationCredentialsType from_int(int value)
           
 java.lang.String toString()
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_SecOwnCredentials

public static final int _SecOwnCredentials
See Also:
Constant Field Values

SecOwnCredentials

public static final InvocationCredentialsType SecOwnCredentials

_SecReceivedCredentials

public static final int _SecReceivedCredentials
See Also:
Constant Field Values

SecReceivedCredentials

public static final InvocationCredentialsType SecReceivedCredentials
Constructor Detail

InvocationCredentialsType

protected InvocationCredentialsType(int i)
Method Detail

value

public int value()

from_int

public static InvocationCredentialsType from_int(int value)

toString

public java.lang.String toString()