Package | Description |
---|---|
com.teamdev.jxbrowser.engine |
This package provides the classes that allow you to work with engines.
|
Modifier and Type | Method and Description |
---|---|
static PasswordStore |
PasswordStore.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PasswordStore[] |
PasswordStore.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Optional<PasswordStore> |
EngineOptions.passwordStore()
Returns an
Optional that contains the password store type or an empty Optional if the password store type was not set. |
Modifier and Type | Method and Description |
---|---|
EngineOptions.Builder |
EngineOptions.Builder.passwordStore(PasswordStore passwordStore)
Sets the password store type that specifies which storage backend to use to encrypt
cookies on Linux.
|