AppSettingsState

open class AppSettingsState : PersistentStateComponent<T>

Represents the state of the application settings.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the instance of the AppSettingsState class.
Link copied to clipboard
@Nullable
open fun getState(): @Nullable AppSettingsState
Gets the state of the application settings.
Link copied to clipboard
Link copied to clipboard
open fun loadState(@NotNull state: @NotNull AppSettingsState)
Loads the state of the application settings.
Link copied to clipboard
open fun noStateLoaded()
Link copied to clipboard
open fun retrievePassword(admin: Boolean): String
Retrieves the user's password from the password store.
Link copied to clipboard
open fun savePassword(userId: String, password: String, admin: Boolean)
Saves the user's password to the password store.

Properties

Link copied to clipboard
open var fullName: String
Link copied to clipboard
open var poolID: String
Link copied to clipboard
open var projects: List<String>
Link copied to clipboard
open var server: String
Link copied to clipboard
open var userId: String