org.omg.Security
Class InvocationCredentialsType
java.lang.Object
org.omg.Security.InvocationCredentialsType
- All Implemented Interfaces:
- java.io.Serializable, IDLEntity
public final class InvocationCredentialsType
- extends java.lang.Object
- implements IDLEntity
Generated from IDL enum "InvocationCredentialsType".
- Version:
- generated at Jan 1, 2011 11:42:57 PM
- Author:
- JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_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
InvocationCredentialsType
protected InvocationCredentialsType(int i)
value
public int value()
from_int
public static InvocationCredentialsType from_int(int value)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object