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

E17060-01

oracle.odi.setup
Class AuthenticationConfiguration.StandaloneAuthenticationConfiguration

java.lang.Object
  extended by oracle.odi.setup.AuthenticationConfiguration
      extended by oracle.odi.setup.AuthenticationConfiguration.StandaloneAuthenticationConfiguration
Enclosing class:
AuthenticationConfiguration

public static final class AuthenticationConfiguration.StandaloneAuthenticationConfiguration
extends AuthenticationConfiguration

Represents an ODI Standalone Authentication Configuration. ODI authentication will be based only on the user population stored in ODI repository.


Nested Class Summary
 
Nested classes/interfaces inherited from class oracle.odi.setup.AuthenticationConfiguration
AuthenticationConfiguration.OPSSAuthenticationConfiguration, AuthenticationConfiguration.StandaloneAuthenticationConfiguration
 
Method Summary
 char[] getSupervisorPassword()
          Get the password that will be set to the SUPERVISOR user.
 
Methods inherited from class oracle.odi.setup.AuthenticationConfiguration
createOPSSAuthenticationConfiguration, createStandaloneAuthenticationConfiguration
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSupervisorPassword

public char[] getSupervisorPassword()
Get the password that will be set to the SUPERVISOR user.

Returns:
the password

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.