ConfigurationMBean
, DescriptorBean
, javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, SettableBean
, WebLogicMBean
@Deprecated public interface AdminConsoleMBean extends ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getCookieName() |
Deprecated.
Returns the Cookie Name used by the Administration
Console.
|
int |
getMinThreads() |
Deprecated.
Specify the minimum number of threads that should be dedicated to the Administration Console.
|
int |
getSessionTimeout() |
Deprecated.
Returns Session Timeout value (in seconds) for
Administration Console.
|
java.lang.String |
getSSOLogoutURL() |
Deprecated.
Returns the log out URL for the Administration Console in a
single sign-on (SSO) environment.
|
boolean |
isProtectedCookieEnabled() |
Deprecated.
Set to true if the Administration Console's session cookie is
protected so that it is only visible to the Console.
|
void |
setCookieName(java.lang.String cookieName) |
Deprecated.
Sets the value of Administration Console's cookie
name attribute.
|
void |
setMinThreads(int minThreads) |
Deprecated.
Sets the min.
|
void |
setProtectedCookieEnabled(boolean protectedCookieEnabled) |
Deprecated.
Set to true if the Administration Console's session cookie should be
protected so that it is only visible to the Console.
|
void |
setSessionTimeout(int sessionTimeout) |
Deprecated.
Sets the value of Administration Console's session
timeout attribute in seconds.
|
void |
setSSOLogoutURL(java.lang.String logoutURL) |
Deprecated.
Sets the logout URL for the Administration Console
in a Single Sign On envrionment.
|
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 getCookieName()
Returns the Cookie Name used by the Administration Console.
void setCookieName(java.lang.String cookieName)
Sets the value of Administration Console's cookie name attribute. This method can be used to overwrite the default cookie name.
boolean isProtectedCookieEnabled()
Set to true if the Administration Console's session cookie is protected so that it is only visible to the Console. This may prevent use of this shared cookie in other applications.
void setProtectedCookieEnabled(boolean protectedCookieEnabled)
Set to true if the Administration Console's session cookie should be protected so that it is only visible to the Console. This may prevent use of this shared cookie in other applications.
int getSessionTimeout()
Returns Session Timeout value (in seconds) for Administration Console.
void setSessionTimeout(int sessionTimeout)
Sets the value of Administration Console's session timeout attribute in seconds. This method can be used to overwrite the default session timeout value.
java.lang.String getSSOLogoutURL()
Returns the log out URL for the Administration Console in a single sign-on (SSO) environment. Only needed when you use the Console with an SSO provider that requires a log out URL so that it can clean up its SSO session state. See the SSO provider documentation for details on the URL value
void setSSOLogoutURL(java.lang.String logoutURL)
Sets the logout URL for the Administration Console in a Single Sign On envrionment.
int getMinThreads()
Specify the minimum number of threads that should be dedicated to the Administration Console. These threads are used to interact with managed servers in parallel for improved responsiveness in large domains. 5 is the smallest accepted number.
void setMinThreads(int minThreads)
Sets the min. threads count for the Work Manager that is dedicated to the Administration Console