public class JNDINamingServiceConfig extends Object
Constructor and Description |
---|
JNDINamingServiceConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getEncryptedPassword()
Assume the password has been encrypted and return it.
|
String |
getEncryptionClass() |
String |
getInitialContextFactoryName() |
String |
getPassword()
This method will return the decrypted password.
|
Vector |
getPropertyConfigs() |
String |
getURL() |
String |
getUsername() |
void |
setEncryptedPassword(String encryptedPassword)
This method should never be called from the Mapping Workbench.
|
void |
setEncryptionClass(String encryptionClass) |
void |
setInitialContextFactoryName(String initialContextFactoryName) |
void |
setPassword(String password)
This method will always encrypt the password regardless.
|
void |
setPropertyConfigs(Vector propertyConfigs) |
void |
setURL(String url) |
void |
setUsername(String username) |
public void setURL(String url)
public String getURL()
public void setUsername(String username)
public String getUsername()
public void setEncryptionClass(String encryptionClass)
public String getEncryptionClass()
public void setPassword(String password)
password
- public void setEncryptedPassword(String encryptedPassword)
encryptedPassword
- public String getPassword()
public String getEncryptedPassword()
public void setInitialContextFactoryName(String initialContextFactoryName)
public String getInitialContextFactoryName()
public void setPropertyConfigs(Vector propertyConfigs)
public Vector getPropertyConfigs()
EclipseLink 2.5.2, "build v20140319-9ad6abd" API Reference