Skip navigation links

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

E17060-03


oracle.odi.core.security
Class PasswordStorageSwitchingService

java.lang.Object
  extended by oracle.odi.core.security.PasswordStorageSwitchingService


public class PasswordStorageSwitchingService
extends java.lang.Object

Implementation of password storage configuration switching service.

Since:
11.1.1.3.0

Constructor Summary
PasswordStorageSwitchingService(javax.sql.DataSource pMasterDataSource)
          Create a new PasswordStorageSwitchingService to handle Password Storage switching for a given ODI master repository.

 

Method Summary
 PasswordStorageConfiguration getCurrentPasswordStorageConfiguration()
          Get the current PasswordStorageConfiguration used by this master repository.
 void switchToNewPasswordStorage(PasswordStorageConfiguration pNewPasswordStorageConfig)
           This method will change the PasswordStorageConfiguration for the master ODI repository.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

PasswordStorageSwitchingService

public PasswordStorageSwitchingService(javax.sql.DataSource pMasterDataSource)
Create a new PasswordStorageSwitchingService to handle Password Storage switching for a given ODI master repository.
Parameters:
pMasterDataSource - the DataSource to ODI master repository.

Method Detail

getCurrentPasswordStorageConfiguration

public PasswordStorageConfiguration getCurrentPasswordStorageConfiguration()
Get the current PasswordStorageConfiguration used by this master repository.
Returns:
the current PasswordStorageConfiguration

switchToNewPasswordStorage

public void switchToNewPasswordStorage(PasswordStorageConfiguration pNewPasswordStorageConfig)

This method will change the PasswordStorageConfiguration for the master ODI repository.

Warning Use this method with care :