org.omg.Security
Class CredentialType

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

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

Generated from IDL definition of enum "CredentialType"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _SecInvocationCredentials
           
static int _SecNRCredentials
           
static CredentialType SecInvocationCredentials
           
static CredentialType SecNRCredentials
           
 
Constructor Summary
protected CredentialType(int i)
           
 
Method Summary
static CredentialType 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

_SecInvocationCredentials

public static final int _SecInvocationCredentials
See Also:
Constant Field Values

SecInvocationCredentials

public static final CredentialType SecInvocationCredentials

_SecNRCredentials

public static final int _SecNRCredentials
See Also:
Constant Field Values

SecNRCredentials

public static final CredentialType SecNRCredentials
Constructor Detail

CredentialType

protected CredentialType(int i)
Method Detail

value

public int value()

from_int

public static CredentialType from_int(int value)

toString

public java.lang.String toString()