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

E17060-01

oracle.odi.core.security
Class PasswordStorageConfiguration.CsfPasswordStorageConfiguration

java.lang.Object
  extended by oracle.odi.core.security.PasswordStorageConfiguration
      extended by oracle.odi.core.security.PasswordStorageConfiguration.CsfPasswordStorageConfiguration
Enclosing class:
PasswordStorageConfiguration

public static class PasswordStorageConfiguration.CsfPasswordStorageConfiguration
extends PasswordStorageConfiguration

When using this configuration the password will be stored using JPS Credential Store Framework (CSF) in a remote credential store.

Since:
11.1.1.3.0

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.
 oracle.odi.domain.Password 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.
 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(oracle.odi.domain.Password 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 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

PasswordStorageConfiguration.CsfPasswordStorageConfiguration

public PasswordStorageConfiguration.CsfPasswordStorageConfiguration()
Method Detail

equals

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

getHost

public java.lang.String getHost()
Returns the host for the MBean server that provides the CSF MBeans.

Returns:
the host.
See Also:
setHost(String)

getPassword

public oracle.odi.domain.Password getPassword()
Returns the password to use to connect the MBean server that provides the CSF MBeans.

Returns:
the password.
See Also:
setPassword(Password)

getPort

public int getPort()
Returns the port number for the MBean server that provides the CSF MBeans.

Returns:
the port.
See Also:
setPort(int)

getUsername

public java.lang.String getUsername()
Returns the user name to use to connect the MBean server that provides the CSF MBeans.

Returns:
the user name.
See Also:
setUsername(String)

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

setHost

public void setHost(java.lang.String pHost)
Set the host for the MBean server that provides the CSF MBeans.

Parameters:
pHost - the host.
See Also:
getHost()

setPassword

public void setPassword(oracle.odi.domain.Password pPassword)
Sets the password to use to connect the MBean server that provides the CSF MBeans.

Parameters:
pPassword - the password
See Also:
getPassword()

setPort

public void setPort(int pPort)
Sets the port number for the MBean server that provides the CSF MBeans.

Parameters:
pPort - the port number.
See Also:
getPort()

setUsername

public void setUsername(java.lang.String pUsername)
Sets the user name to use to connect the MBean server that provides the CSF MBeans.

Parameters:
pUsername - the user name.
See Also:
getUsername()

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.