Skip navigation links

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

E17060-02


oracle.odi.core.security
Class PasswordStorageConfiguration

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

Direct Known Subclasses:
PasswordStorageConfiguration.CsfPasswordStorageConfiguration, PasswordStorageConfiguration.InternalPasswordStorageConfiguration

public abstract class PasswordStorageConfiguration
extends java.lang.Object

This class defines the password storage configuration for ODI.

A password storage configuration defines the way context and data server passwords will be stored. There is currently to type of password storage supported:

Since:
11.1.1.3.0

Nested Class Summary
static class PasswordStorageConfiguration.CsfPasswordStorageConfiguration
          When using this configuration the password will be stored using JPS Credential Store Framework (CSF) in a remote credential store.
static class PasswordStorageConfiguration.InternalPasswordStorageConfiguration
          When using this configuration the passwords will be stored in the Oracle Data Integrator master repository.

 

Constructor Summary
PasswordStorageConfiguration()
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 boolean isInternal()
          Returns whether this configuration is internal.

 

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

 

Constructor Detail

PasswordStorageConfiguration

public PasswordStorageConfiguration()

Method Detail

isInternal

public boolean isInternal()
Returns whether this configuration is internal.
Returns:
true if this configuration is internal, false otherwise.

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

Skip navigation links

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

E17060-02


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