org.omg.Security
Class InvocationCredentialsType

java.lang.Object
  extended by org.omg.Security.InvocationCredentialsType
All Implemented Interfaces:
Serializable, IDLEntity

public final class InvocationCredentialsType
extends Object
implements IDLEntity

Generated from IDL enum "InvocationCredentialsType".

Version:
generated at Jun 18, 2012 10:36:55 AM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
See Also:
Serialized Form

Field Summary
static int _SecOwnCredentials
           
static int _SecReceivedCredentials
           
static int _SecTargetCredentials
           
static InvocationCredentialsType SecOwnCredentials
           
static InvocationCredentialsType SecReceivedCredentials
           
static InvocationCredentialsType SecTargetCredentials
           
 
Constructor Summary
protected InvocationCredentialsType(int i)
           
 
Method Summary
static InvocationCredentialsType from_int(int value)
           
 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

_SecTargetCredentials

public static final int _SecTargetCredentials
See Also:
Constant Field Values

SecTargetCredentials

public static final InvocationCredentialsType SecTargetCredentials
Constructor Detail

InvocationCredentialsType

protected InvocationCredentialsType(int i)
Method Detail

value

public int value()

from_int

public static InvocationCredentialsType from_int(int value)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.