Class ServerStorage.Sensitive
java.lang.Object
dev.blackilykat.pmp.storage.Storage
dev.blackilykat.pmp.storage.SensitiveStorage
dev.blackilykat.pmp.server.ServerStorage.Sensitive
- Enclosing class:
ServerStorage
Sensitive server storage, contains private values and values which must be stored as quickly as possible.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal StoredList<Device> All known devices.private static final StringThe password the user must enter to log in with a new device.Fields inherited from class Storage
dirty, eventMaybeSaving, eventSaving, name, NO_DIRTY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class SensitiveStorage
markDirty
-
Field Details
-
NAME
-
devices
All known devices. Sensitive because this must be saved immediately upon update, and because it contains tokens. -
password
-
-
Constructor Details
-
Sensitive
public Sensitive()
-