Uses of Enum Class
com.teamdev.jxbrowser.engine.PasswordStore
Package
Description
This package provides the classes that allow you to work with engines.
-
Uses of PasswordStore in com.teamdev.jxbrowser.engine
Modifier and TypeMethodDescriptionstatic PasswordStore
Returns the enum constant of this class with the specified name.static PasswordStore[]
PasswordStore.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionEngineOptions.passwordStore()
Returns anOptional
that contains the password store type or an emptyOptional
if the password store type was not set.Modifier and TypeMethodDescriptionEngineOptions.Builder.passwordStore
(PasswordStore passwordStore) Sets the password store type that specifies which storage backend to use to encrypt cookies on Linux.