org.omg.Security

Class CredentialType

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

Field Summary

static CredentialType
SecInvocationCredentials
static CredentialType
SecNRCredentials
static int
_SecInvocationCredentials
static int
_SecNRCredentials

Constructor Summary

CredentialType(int i)

Method Summary

static CredentialType
from_int(int value)
int
value()

Field Details

SecInvocationCredentials

public static final CredentialType SecInvocationCredentials


SecNRCredentials

public static final CredentialType SecNRCredentials


_SecInvocationCredentials

public static final int _SecInvocationCredentials

Field Value:
0


_SecNRCredentials

public static final int _SecNRCredentials

Field Value:
1

Constructor Details

CredentialType

protected CredentialType(int i)

Method Details

from_int

public static CredentialType from_int(int value)


value

public int value()