public interface LifecycleManagerEndPointMBean extends ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY| Modifier and Type | Method and Description | 
|---|---|
| byte[] | getPasswordEncrypted()Get the encrypted password | 
| String | getRuntimeName()Returns the runtime name for this WebLogic Server domain. | 
| String | getURL()Returns the URL for the root REST resource for the LifecycleManager 
 instance. | 
| String | getUsername()The user name that will be passed when opening a connection to a 
 LifecycleManager instance (specified by the URL value for this endpoint). | 
| boolean | isEnabled()Returns true if this LifecycleManager endpoint configuration is active
 and should be used when a WebLogic Server component needs to share a
 configuration change. | 
| void | setEnabled(boolean enabled)Enable this LifecycleManager endpoint. | 
| void | setPassword(String password)Set the password to be specified when opening a connection to a LifecycleManager
 cd ..instance (specified by the URL value for this endpoint). | 
| void | setRuntimeName(String runtimeName)Changes the runtime name for this Weblogic Server domain from the perspective of 
 the LifecycleManager instance. | 
| void | setURL(String url)Changes the URL for the root REST resource for the LifecycleManager
 instance. | 
| void | setUsername(String user)Change the name of the user passed when authentication to a LifecycleManager
 instance. | 
freezeCurrentValue, getId, getInheritedProperties, getName, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSetgetMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParentgetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListeneraddPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListenerboolean isEnabled()
void setEnabled(boolean enabled)
enabled - Enables the endpoint configuration if true.String getURL()
void setURL(String url)
URL - String getRuntimeName()
void setRuntimeName(String runtimeName)
runtimeName - String getUsername()
void setUsername(String user)
user - the user namevoid setPassword(String password) throws InvalidAttributeValueException
password - InvalidAttributeValueExceptionLifecycleManagerEndPointMBean.getPassword(), 
#setEncryptedPassword(byte[])byte[] getPasswordEncrypted()