Re: [Java-gnome-developer] Access to gnome keyring from java
Brought to you by:
afcowie
From: Andrew C. <an...@op...> - 2008-07-02 07:27:19
|
On Tue, 2008-07-01 at 17:17 +0200, Johannes Homuth wrote: > Hey Everyone, Hello. > > I have to write an Application which writes something to an LDAP > Server. And if you wanna know, that works fine. But to connect to the > LDAP Server we must specify a password. What I want to have is, that > the gnome keyring manager saves the password for me and I only wanna > connect to the keyring manager and get the pw outa it. Or the manager > should autorize me to get the password. Either approach seems reasonable. I've not studied the Seahorse code, so I couldn't say for sure. > But how can I connect to the Keyring Mananger in my Java Application? You will be able to use java-gnome to talk to GNOME's keyring manager if and when someone writes a binding for those APIs. Nobody has done that yet. It would certainly be a nice feature to have in java-gnome. If you want to pursue doing it yourself and would like to do so in a way that can be contributed to java-gnome, then by all means we can discuss it. The "java-gnome-hackers" mailing list or #java-gnome would be a good place to have such a conversation. Otherwise I'm afraid you will have to wait until someone has a reason to want to write coverage of that particular piece of the GNOME platform. ++ Oh, > gtk-4.0.jar Is all you need. Or gtk.jar - it's a symlink to the current gtk-$APIVERSION.jar AfC Sydney |