ConfigurationMBean, DescriptorBean, javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, SettableBean, WebLogicMBeanCertificateIssuerPluginMBeanpublic interface PluginConfigurationMBean extends ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY| Modifier and Type | Method | Description |
|---|---|---|
CredentialSetMBean |
getCredentialSet() |
Returns the credential set for this plugin configuration.
|
PluginDeploymentMBean |
getDeployment() |
Returns the plugin deployment for this plugin configuration.
|
java.util.Properties |
getProperties() |
Returns the properties.
|
boolean |
isEnabled() |
Whether this plugin configuration is enabled or not.
|
void |
setCredentialSet(CredentialSetMBean credentialSet) |
Sets the credential set for this plugin configuration.
|
void |
setDeployment(PluginDeploymentMBean deployment) |
Sets the plugin deployment for this plugin configuration.
|
void |
setEnabled(boolean enabled) |
Enables or disables this plugin configuration.
|
void |
setProperties(java.util.Properties properties) |
Sets the properties.
|
freezeCurrentValue, getId, getInheritedProperties, getName, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSetaddPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListenergetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListenergetMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParentboolean isEnabled()
Whether this plugin configuration is enabled or not.
void setEnabled(boolean enabled)
Enables or disables this plugin configuration.
enabled - True to enable or false to disable.CredentialSetMBean getCredentialSet()
Returns the credential set for this plugin configuration.
void setCredentialSet(CredentialSetMBean credentialSet)
Sets the credential set for this plugin configuration.
credentialSet - The credential set to setPluginDeploymentMBean getDeployment()
Returns the plugin deployment for this plugin configuration.
void setDeployment(PluginDeploymentMBean deployment)
Sets the plugin deployment for this plugin configuration.
deployment - The plugin deployment to setjava.util.Properties getProperties()
Properties.void setProperties(java.util.Properties properties)
Properties.properties - the properties to set