Package | Description |
---|---|
org.eclipse.equinox.security.storage |
Equinox secure storage
Package Specification
This package provides an infrastructure and helper utilities for the Equinox secure storage.
|
org.eclipse.equinox.security.storage.provider |
Equinox secure storage: provider-specific functionality
Package Specification
This package provides an infrastructure and helper utilities oriented towards service providers implementing their own password provider modules.
|
Modifier and Type | Method and Description |
---|---|
static ISecurePreferences |
SecurePreferencesFactory.getDefault()
Returns default secure preferences.
|
ISecurePreferences |
ISecurePreferences.node(String pathName)
Returns node corresponding to the path specified.
|
static ISecurePreferences |
SecurePreferencesFactory.open(URL location,
Map options)
Returns a secure properties corresponding to the URL locations supplied.
|
ISecurePreferences |
ISecurePreferences.parent()
Returns parent of this node
|
Modifier and Type | Method and Description |
---|---|
ISecurePreferences |
IPreferencesContainer.getPreferences()
Returns secure preferences contained in this container.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.