ConfigurationMBean
, DescriptorBean
, javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, SettableBean
, WebLogicMBean
public interface JDBCPropertyOverrideMBean extends ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getEncryptedValue() |
The plaintext value of the encrypted property value.
|
byte[] |
getEncryptedValueEncrypted() |
The encrypted value is stored in the descriptor file.
|
java.lang.String |
getSysPropValue() |
The value of the property defined as a system property.
|
java.lang.String |
getValue() |
The value of the property.
|
void |
setEncryptedValue(java.lang.String value) |
Sets the plaintext encrypted value that will be auto-encrypted.
|
void |
setEncryptedValueEncrypted(byte[] encryptedValue) |
Sets the encrypted value.
|
void |
setSysPropValue(java.lang.String sysPropValue) |
Sets the value of the property defined as a system property.
|
void |
setValue(java.lang.String value) |
freezeCurrentValue, getId, getInheritedProperties, getName, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSet
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener
getAttribute, getAttributes, invoke, setAttribute, setAttributes
postDeregister, postRegister, preDeregister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent
java.lang.String getValue()
void setValue(java.lang.String value)
java.lang.String getSysPropValue()
void setSysPropValue(java.lang.String sysPropValue)
java.lang.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(java.lang.String value) throws javax.management.InvalidAttributeValueException
javax.management.InvalidAttributeValueException
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) throws javax.management.InvalidAttributeValueException
javax.management.InvalidAttributeValueException