|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.core.security.PasswordStorageConfiguration
public abstract class PasswordStorageConfiguration
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:
PasswordStorageConfiguration.InternalPasswordStorageConfiguration: The passwords will be stored in the Oracle Data Integrator master repository.PasswordStorageConfiguration.CsfPasswordStorageConfiguration: The password will be stored using JPS Credential Store Framework (CSF) in a remote credential store.| Nested Class Summary | |
|---|---|
static class |
PasswordStorageConfiguration.CsfPasswordStorageConfigurationWhen using this configuration the password will be stored using JPS Credential Store Framework (CSF) in a remote credential store. |
static class |
PasswordStorageConfiguration.InternalPasswordStorageConfigurationWhen 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 |
|---|
public PasswordStorageConfiguration()
| Method Detail |
|---|
public boolean isInternal()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||