org.omg.Security
Class InvocationCredentialsType

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

public class InvocationCredentialsType
extends Object
implements IDLEntity

org/omg/Security/InvocationCredentialsType.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from /home/iurt/rpm/BUILD/geronimo-spec-corba/src/main/idl/Security.idl Saturday, November 26, 2011 9:53:35 PM UTC

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 value)
           
 
Method Summary
static InvocationCredentialsType from_int(int value)
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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 value)
Method Detail

value

public int value()

from_int

public static InvocationCredentialsType from_int(int value)


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.