|
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
oracle.odi.core.security.PasswordStorageConfiguration.CsfPasswordStorageConfiguration
public static class PasswordStorageConfiguration.CsfPasswordStorageConfiguration
When using this configuration the password will be stored using JPS Credential Store Framework (CSF) in a remote credential store.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class oracle.odi.core.security.PasswordStorageConfiguration |
|---|
PasswordStorageConfiguration.CsfPasswordStorageConfiguration, PasswordStorageConfiguration.InternalPasswordStorageConfiguration |
| Constructor Summary | |
|---|---|
PasswordStorageConfiguration.CsfPasswordStorageConfiguration() |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getHost()Returns the host for the MBean server that provides the CSF MBeans. |
ObfuscatedString |
getPassword()Returns the password to use to connect the MBean server that provides the CSF MBeans. |
int |
getPort()Returns the port number for the MBean server that provides the CSF MBeans. |
int |
getServer() |
java.lang.String |
getUsername()Returns the user name to use to connect the MBean server that provides the CSF MBeans. |
int |
hashCode() |
void |
setHost(java.lang.String pHost)Set the host for the MBean server that provides the CSF MBeans. |
void |
setPassword(ObfuscatedString pPassword)Sets the password to use to connect the MBean server that provides the CSF MBeans. |
void |
setPort(int pPort)Sets the port number for the MBean server that provides the CSF MBeans. |
void |
setServer(int server) |
void |
setUsername(java.lang.String pUsername)Sets the user name to use to connect the MBean server that provides the CSF MBeans. |
| Methods inherited from class oracle.odi.core.security.PasswordStorageConfiguration |
|---|
isInternal |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PasswordStorageConfiguration.CsfPasswordStorageConfiguration()
| Method Detail |
|---|
public int getServer()
public void setServer(int server)
public java.lang.String getHost()
setHost(String)public void setHost(java.lang.String pHost)
pHost - the host.getHost()public int getPort()
setPort(int)public void setPort(int pPort)
pPort - the port number.getPort()public java.lang.String getUsername()
setUsername(String)public void setUsername(java.lang.String pUsername)
pUsername - the user name.getUsername()public ObfuscatedString getPassword()
setPassword(ObfuscatedString)public void setPassword(ObfuscatedString pPassword)
pPassword - the passwordgetPassword()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class PasswordStorageConfiguration
|
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 | |||||||||