Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.equinox.security.storage.provider
Interface IPreferencesContainer


public interface IPreferencesContainer

The container of the secure preferences. Objects implementing this interface are supplied to to various provider method calls to describe current context.

This interface is not intended to be implemented or extended by clients.

See Also:
PasswordProvider
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.

Method Summary
  URL getLocation ()
          Returns location corresponding to the secure preferences.
  Object getOption ( Object key)
          Returns an option specified for this container, or null if the option was not specified.
  ISecurePreferences getPreferences ()
          Returns secure preferences contained in this container.
 boolean hasOption ( Object key)
          Determines is a given option is specified for this container.
 

Method Detail

getLocation


URL getLocation()
Returns location corresponding to the secure preferences.

Returns:
location corresponding to the secure preferences

getPreferences


ISecurePreferences getPreferences()
Returns secure preferences contained in this container.

Returns:
root node of the secure preferences contained in this container

hasOption

boolean hasOption(
Object key)
Determines is a given option is specified for this container.

Parameters:
key - key describing the option
Returns:
true if container has this option; false otehrwise
See Also:
SecurePreferencesFactory.open(java.net.URL, java.util.Map), IProviderHints

getOption


Object getOption(
Object key)
Returns an option specified for this container, or null if the option was not specified.

Parameters:
key - describes the option
Returns:
value of the option for this container, or null the option was not specified

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire