Uses of Enum Class
com.teamdev.jxbrowser.engine.PasswordStore
Packages that use PasswordStore
Package
Description
This package provides the classes that allow you to work with engines.
-
Uses of PasswordStore in com.teamdev.jxbrowser.engine
Methods in com.teamdev.jxbrowser.engine that return PasswordStoreModifier and TypeMethodDescriptionstatic PasswordStoreReturns 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.Methods in com.teamdev.jxbrowser.engine that return types with arguments of type PasswordStoreModifier and TypeMethodDescriptionEngineOptions.passwordStore()Returns anOptionalthat contains the password store type or an emptyOptionalif the password store type was not set.Methods in com.teamdev.jxbrowser.engine with parameters of type PasswordStoreModifier and TypeMethodDescriptionEngineOptions.Builder.passwordStore(PasswordStore passwordStore) Sets the password store type that specifies which storage backend to use to encrypt cookies on Linux.