Class SessionControl.SettingInfo

  • Enclosing class:
    SessionControl

    private static class SessionControl.SettingInfo
    extends Object
    Internal class to hold information about a setting
    • Field Detail

      • value

        private final String value
        The value of the setting, null indicates removal
      • modified

        private final boolean modified
        If the setting has been modified while the user was logged in or not
    • Constructor Detail

      • SettingInfo

        private SettingInfo​(String value,
                            boolean modified)