Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

oracle.odi.domain.runtime.ess
Class OdiJobEnvironment.User

java.lang.Object
  extended by oracle.odi.domain.runtime.ess.OdiJobEnvironment.User
Enclosing class:
OdiJobEnvironment

public abstract static class OdiJobEnvironment.User
extends java.lang.Object

Hold ODI user / credentials specific Job parameters.


Field Summary
static java.lang.String NAME
          Parameter for the name if the ODI user.
static java.lang.String PASSWORD
          Paramater for the password of the ODI user.
 
Constructor Summary
OdiJobEnvironment.User()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
Parameter for the name if the ODI user.

See Also:
Constant Field Values

PASSWORD

public static final java.lang.String PASSWORD
Paramater for the password of the ODI user.

Note: the value for this parameter has to be encrypted using standard ODI password encryption.

See Also:
Constant Field Values
Constructor Detail

OdiJobEnvironment.User

public OdiJobEnvironment.User()

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

Copyright © 2010, Oracle and/or its affiliates. All rights reserved.