Interface CookieSettings

    • Method Detail

      • getCookieTimeout

        int getCookieTimeout()
        Gets the Cookie timeout (in minutes) for the signon cookie.
        Returns:
        the timeout in minutes
      • getDomain

        String getDomain()
        Gets the domain to use for the signon cookie.
        Returns:
        the domain
      • getPath

        String getPath()
        Gets the path to use for the signon cookie.
        Returns:
        the path
      • isEnabled

        boolean isEnabled()
        Enable or disables the remember me features of the application.
        Returns:
        true if remember me settings are enabled.