org.ogf.graap.wsag.api.security
Class KeystoreCallbackHandler
java.lang.Object
org.ogf.graap.wsag.api.security.KeystoreCallbackHandler
- All Implemented Interfaces:
- CallbackHandler
public class KeystoreCallbackHandler
- extends Object
- implements CallbackHandler
KeystoreCallbackHandler
- Author:
- Oliver Waeldrich
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeystoreCallbackHandler
public KeystoreCallbackHandler(KeystoreProperties properties)
- The callback handler uses the specified keystore properties to handle JAAS callbacks on the specified
keystore.
- Parameters:
properties
- the keystore properties to use
handle
public void handle(Callback[] callbacks)
throws IOException,
UnsupportedCallbackException
-
- Specified by:
handle
in interface CallbackHandler
- Throws:
IOException
UnsupportedCallbackException
Copyright © 2008-2012. All Rights Reserved.