Class CmsAccountsToolHandler
java.lang.Object
org.opencms.workplace.tools.A_CmsToolHandler
org.opencms.workplace.tools.CmsDefaultToolHandler
org.opencms.workplace.tools.accounts.CmsAccountsToolHandler
- All Implemented Interfaces:
org.opencms.workplace.tools.I_CmsToolHandler
Users management tool handler that hides the tool if the current user
has not the needed privileges.
- Since:
- 6.0.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringPath for the kill session tool.static final StringPath for the unlock tool.protected static final StringVisibility parameter value constant.Fields inherited from class org.opencms.workplace.tools.A_CmsToolHandler
ARG_PARAM_NAME, ARG_PATH_NAME, ARGS_PROPERTY_DEFINITION, ARGUMENT_SEPARATOR, DEFAULT_DISABLED_HELPTEXT, VALUE_SEPARATOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringReturns the path to the jsp.protected StringReturns the visibility flag module parameter value.booleanisEnabled(org.opencms.workplace.CmsWorkplace wp) booleanisVisible(org.opencms.file.CmsObject cms) booleanisVisible(org.opencms.workplace.CmsWorkplace wp) Methods inherited from class org.opencms.workplace.tools.CmsDefaultToolHandler
isEnabledMethods inherited from class org.opencms.workplace.tools.A_CmsToolHandler
getConfirmationMessage, getGroup, getHelpText, getIconPath, getLink, getName, getParameters, getPath, getPosition, getShortName, getSmallIconPath, setConfirmationMessage, setDisabledHelpText, setGroup, setHelpText, setIconPath, setLink, setLink, setName, setParameters, setParameterString, setPath, setPosition, setShortName, setSmallIconPath, setup, toString
-
Field Details
-
PATH_KILL_SESSIONS
Path for the kill session tool.- See Also:
-
PATH_UNLOCK
Path for the unlock tool.- See Also:
-
VISIBILITY_ALL
Visibility parameter value constant.- See Also:
-
-
Constructor Details
-
CmsAccountsToolHandler
public CmsAccountsToolHandler()
-
-
Method Details
-
getDisabledHelpText
- Specified by:
getDisabledHelpTextin interfaceorg.opencms.workplace.tools.I_CmsToolHandler- Overrides:
getDisabledHelpTextin classorg.opencms.workplace.tools.A_CmsToolHandler- See Also:
-
isEnabled
- Specified by:
isEnabledin interfaceorg.opencms.workplace.tools.I_CmsToolHandler- Overrides:
isEnabledin classorg.opencms.workplace.tools.A_CmsToolHandler- See Also:
-
isVisible
- Specified by:
isVisiblein interfaceorg.opencms.workplace.tools.I_CmsToolHandler- Overrides:
isVisiblein classorg.opencms.workplace.tools.CmsDefaultToolHandler- See Also:
-
isVisible
- Specified by:
isVisiblein interfaceorg.opencms.workplace.tools.I_CmsToolHandler- Overrides:
isVisiblein classorg.opencms.workplace.tools.A_CmsToolHandler- See Also:
-
getPath
Returns the path to the jsp.- Parameters:
jspName- the jsp name- Returns:
- the full path
-
getVisibilityFlag
Returns the visibility flag module parameter value.- Returns:
- the visibility flag module parameter value
-