|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JDBCPropertyBean
Represents a specific JDBC property.
Method Summary | |
---|---|
abstract String |
getEncryptedValue() The plaintext value of the encrypted property value. |
abstract byte[] |
getEncryptedValueEncrypted() The encrypted value is stored in the descriptor file. |
abstract String |
getName() The name of the property. |
abstract String |
getSysPropValue() The value of the property defined as a system property. |
abstract String |
getValue() The value of the property. |
abstract void |
setEncryptedValue(String value) |
abstract void |
setEncryptedValueEncrypted(byte[] encryptedValue) |
abstract void |
setName(String name) |
abstract void |
setSysPropValue(String sysPropValue) |
abstract void |
setValue(String value) |
Method Detail |
---|
String getName()
void setName(String name)
String getValue()
void setValue(String value)
String getSysPropValue()
void setSysPropValue(String sysPropValue)
String getEncryptedValue()
The plaintext value of the encrypted property value.
The value is stored in an encrypted form in the descriptor file and when displayed in an administration console.
setEncryptedValue('string')
works in online WLST but not offline WLST. Use setEncryptedValueEncrypted(encrypt('string'))
for online or offline WLST.
void setEncryptedValue(String value)
byte[] getEncryptedValueEncrypted()
The encrypted value is stored in the descriptor file. For example, use setEncryptedValueEncrypted(encrypt('string'))
in online or offline WLST.
void setEncryptedValueEncrypted(byte[] encryptedValue)
|
Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |