public interface IProviderHints
Options can be specified as an entry in the options map
SecurePreferencesFactory.open(java.net.URL, java.util.Map)
.
Password provider modules are advised to take into consideration those options when applicable; note, however, that it is up to specific module to decide if (and how) they would respond to an option.
The set of options is open-ended and not limited to options specified below; modules can choose to process additional hints.
This interface is not intended to be implemented or extended by clients.
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_PASSWORD
Storage will use this password.
|
static String |
PROMPT_USER
Specifies if it is possible to prompt user.
|
static String |
REQUIRED_MODULE_ID
Specifies the required password provider module to be used with the storage.
|
static final String REQUIRED_MODULE_ID
String
.static final String PROMPT_USER
Boolean
.static final String DEFAULT_PASSWORD
PBEKeySpec
.
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.