Class CmsLoginUI.Parameters

java.lang.Object
org.opencms.ui.login.CmsLoginUI.Parameters
All Implemented Interfaces:
Serializable
Enclosing class:
CmsLoginUI

public static class CmsLoginUI.Parameters extends Object implements Serializable
Parameters which are initialized during the initial page load of the login dialog.

See Also:
  • Field Details

  • Constructor Details

    • Parameters

      public Parameters(String pcType, String preselectedOu, Locale locale, String requestedResource, String requestedWorkplaceApp)
      Creates a new instance.

      Parameters:
      pcType - the PC type
      preselectedOu - the preselected OU
      locale - the locale
      requestedResource - the requested resource
      requestedWorkplaceApp - the requested workplace app path
  • Method Details

    • getLocale

      public Locale getLocale()
      Gets the locale.

      Returns:
      the locale
    • getPcType

      public String 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