ConfigurationMBean
, DescriptorBean
, javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, SettableBean
, WebLogicMBean
public interface CredentialSetMBean extends ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY
Modifier and Type | Method | Description |
---|---|---|
EncryptedPropertyMBean |
createEncryptedProperty(java.lang.String name) |
Creates an encrypted property with the given name.
|
void |
destroyEncryptedProperty(EncryptedPropertyMBean encryptedProperty) |
Destroys the given encrypted property.
|
EncryptedPropertyMBean[] |
getEncryptedProperties() |
Returns an array of encrypted properties.
|
EncryptedPropertyMBean |
lookupEncryptedProperty(java.lang.String name) |
Returns the encrypted property given the name.
|
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
EncryptedPropertyMBean[] getEncryptedProperties()
EncryptedPropertyMBean createEncryptedProperty(java.lang.String name)
name
- The name of the encrypted property to createEncryptedPropertyMBean lookupEncryptedProperty(java.lang.String name)
name
- The name of the encrypted property to look upvoid destroyEncryptedProperty(EncryptedPropertyMBean encryptedProperty)
encryptedProperty
- The encrypted property to destroy