ConfigurationMBean
, DescriptorBean
, javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, SettableBean
, WebLogicMBean
public interface RemoteConsoleHelperMBean extends ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getContextPath() |
The context path used in URLs that specify the Remote Console Helper.
|
java.lang.String |
getCookieName() |
The cookie name used by the Remote Console Helper.
|
int |
getSessionTimeout() |
The session timeout value (in seconds) for the Remote Console Helper.
|
int |
getTokenTimeout() |
The token timeout (in minutes) of the user token from the Remote Console Helper.
|
boolean |
isProtectedCookieEnabled() |
Determine if the Remote Console Helper session cookie is
protected so that it is only visible to the helper.
|
void |
setContextPath(java.lang.String contextPath) |
Sets the value of the Remote Console Helper context path attribute.
|
void |
setCookieName(java.lang.String cookieName) |
Sets the value of the Remote Console Helper cookie name attribute.
|
void |
setProtectedCookieEnabled(boolean protectedCookieEnabled) |
Sets the value of the Remote Console Helper protected cookie attribute.
|
void |
setSessionTimeout(int sessionTimeout) |
Sets the value of the Remote Console Helper sesstion timeout attribute.
|
void |
setTokenTimeout(int tokenTimeout) |
Sets the value of the Remote Console Helper token timeout attribute.
|
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 getContextPath()
The context path used in URLs that specify the Remote Console Helper.
void setContextPath(java.lang.String contextPath)
Sets the value of the Remote Console Helper context path attribute.
java.lang.String getCookieName()
The cookie name used by the Remote Console Helper.
void setCookieName(java.lang.String cookieName)
Sets the value of the Remote Console Helper cookie name attribute.
int getSessionTimeout()
The session timeout value (in seconds) for the Remote Console Helper.
void setSessionTimeout(int sessionTimeout)
Sets the value of the Remote Console Helper sesstion timeout attribute.
boolean isProtectedCookieEnabled()
Determine if the Remote Console Helper session cookie is protected so that it is only visible to the helper. This may prevent use of this shared cookie in other applications.
void setProtectedCookieEnabled(boolean protectedCookieEnabled)
Sets the value of the Remote Console Helper protected cookie attribute.
int getTokenTimeout()
The token timeout (in minutes) of the user token from the Remote Console Helper.
void setTokenTimeout(int tokenTimeout)
Sets the value of the Remote Console Helper token timeout attribute.