Class CmsLoginUI.Parameters

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    CmsLoginUI

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

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Parameters​(java.lang.String pcType, java.lang.String preselectedOu, java.util.Locale locale, java.lang.String requestedResource, java.lang.String requestedWorkplaceApp)
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Locale getLocale()
      Gets the locale.
      java.lang.String getPcType()
      Gets the PC type (private or public).
      java.lang.String getPreselectedOu()
      Gets the preselected OU.
      java.lang.String getRequestedResource()
      Gets the requested resource path.
      java.lang.String getRequestedWorkplaceApp()
      Returns the requested workplace app path.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • m_locale

        public java.util.Locale m_locale
        The locale.
      • m_pcType

        public java.lang.String m_pcType
        The PC type (public or private).
      • m_preselectedOu

        public java.lang.String m_preselectedOu
        The preselected OU.
    • Constructor Detail

      • Parameters

        public Parameters​(java.lang.String pcType,
                          java.lang.String preselectedOu,
                          java.util.Locale locale,
                          java.lang.String requestedResource,
                          java.lang.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 Detail

      • getLocale

        public java.util.Locale getLocale()
        Gets the locale.

        Returns:
        the locale
      • getPcType

        public java.lang.String getPcType()
        Gets the PC type (private or public).

        Returns:
        the pc type
      • getPreselectedOu

        public java.lang.String getPreselectedOu()
        Gets the preselected OU.

        Returns:
        the preselected OU
      • getRequestedResource

        public java.lang.String getRequestedResource()
        Gets the requested resource path.

        Returns:
        the requested resource path
      • getRequestedWorkplaceApp

        public java.lang.String getRequestedWorkplaceApp()
        Returns the requested workplace app path.

        Returns:
        the requested workplace app path