You must install the libmatthew-java library (available at http://www.matthew.ath.cx/projects/java/ or on some Linux distros)
Then you have to specify the appropriate library path where you have installed
the libmatthew library (using PREFIX) using the "java.library.path" property:
Use a context of type "gnome-keyring" pr "kwallet" (depending on your desktop) with following attributes:
Collection: name of the keyring (Gnome) or Folder (KWallet) that contains the password (for example 'login' is the Gnome keyring with all passwords available after logged in). The default
is 'login' for Gnome and 'passwords' for KDE
Id: unique identifier of a password
Label: name of the password to get
Attribute-xxx: key-dependent attribute (for example if your password has attrbute protocol=xmpp, use Attribute-protocol)
UserID: user name that will be used by JSAGA associated with the password found
If "Id" is given, only one password can match. All other attributes are ignored.
If "Id" is not given, the first password that matches attributes of type Attribute-xxx and that matches Label if given is taken.