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

E17060-01

Uses of Class
oracle.odi.setup.AuthenticationConfiguration

Packages that use AuthenticationConfiguration
oracle.odi.setup Provides classes for ODI master and work repository related operations. 
oracle.odi.setup.support Provides implementation classes of the repository setup services. 
 

Uses of AuthenticationConfiguration in oracle.odi.setup
 

Subclasses of AuthenticationConfiguration in oracle.odi.setup
static class AuthenticationConfiguration.OPSSAuthenticationConfiguration
          Represents an ODI OPSS Authentication Configuration.
static class AuthenticationConfiguration.StandaloneAuthenticationConfiguration
          Represents an ODI Standalone Authentication Configuration.
 

Methods in oracle.odi.setup that return AuthenticationConfiguration
static AuthenticationConfiguration AuthenticationConfiguration.createOPSSAuthenticationConfiguration(java.lang.String pUsername, char[] pPassword)
          Creates an OPSS enabled AuthenticationConfigaration.
static AuthenticationConfiguration AuthenticationConfiguration.createStandaloneAuthenticationConfiguration(char[] pSupervisorUserPassword)
          Creates a standalone AuthenticationConfiguration.
 

Methods in oracle.odi.setup with parameters of type AuthenticationConfiguration
 boolean IMasterRepositorySetup.createMasterRepository(java.lang.String pMasterUrl, java.lang.String pMasterDriver, java.lang.String pMasterUsername, java.lang.String pMasterPassword, int pMasterRepositoryId, TechnologyName pMasterTechnology, boolean pOverwrite, AuthenticationConfiguration pAuthenticationConfiguration, PasswordStorageConfiguration pPasswordStorageConfiguration, IMassImportExportResource pMasterImportSource)
          Create an ODI master repository into the database specified by the given parameters.
 

Uses of AuthenticationConfiguration in oracle.odi.setup.support
 

Methods in oracle.odi.setup.support with parameters of type AuthenticationConfiguration
 boolean DefaultMasterRepositorySetup.createMasterRepository(java.lang.String pMasterUrl, java.lang.String pMasterDriver, java.lang.String pMasterUsername, java.lang.String pMasterPassword, int pMasterRepositoryId, TechnologyName pMasterTechnology, boolean pOverwrite, AuthenticationConfiguration pAuthenticationConfiguration, PasswordStorageConfiguration pPasswordStorageConfiguration, IMassImportExportResource pMasterImportSource)
          Deprecated.  
 boolean MasterRepositorySetupImpl.createMasterRepository(java.lang.String pMasterUrl, java.lang.String pMasterDriver, java.lang.String pMasterUsername, java.lang.String pMasterPassword, int pMasterRepositoryId, TechnologyName pMasterTechnology, boolean pOverwrite, AuthenticationConfiguration pAuthenticationConfiguration, PasswordStorageConfiguration pPasswordStorageConfiguration, IMassImportExportResource pMasterImportSource)
           
 


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.