Package org.opencms.ui.login
Class CmsLoginUI.Parameters
java.lang.Object
org.opencms.ui.login.CmsLoginUI.Parameters
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CmsLoginUI
Parameters which are initialized during the initial page load of the login dialog.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionThe locale.The PC type (public or private).The preselected OU.The requested resource.The requested workplace app path. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the locale.Gets the PC type (private or public).Gets the preselected OU.Gets the requested resource path.Returns the requested workplace app path.
-
Field Details
-
m_locale
The locale. -
m_pcType
The PC type (public or private). -
m_preselectedOu
The preselected OU. -
m_requestedResource
The requested resource. -
m_requestedWorkplaceApp
The requested workplace app path.
-
-
Constructor Details
-
Parameters
public Parameters(String pcType, String preselectedOu, Locale locale, String requestedResource, String requestedWorkplaceApp) Creates a new instance.- Parameters:
pcType
- the PC typepreselectedOu
- the preselected OUlocale
- the localerequestedResource
- the requested resourcerequestedWorkplaceApp
- the requested workplace app path
-
-
Method Details
-
getLocale
Gets the locale.- Returns:
- the locale
-
getPcType
Gets the PC type (private or public).- Returns:
- the pc type
-
getPreselectedOu
Gets the preselected OU.- Returns:
- the preselected OU
-
getRequestedResource
Gets the requested resource path.- Returns:
- the requested resource path
-
getRequestedWorkplaceApp
Returns the requested workplace app path.- Returns:
- the requested workplace app path
-