org.kuali.rice.ksb.config.wss4j
Class CryptoPasswordCallbackHandler
java.lang.Object
org.kuali.rice.ksb.config.wss4j.CryptoPasswordCallbackHandler
- All Implemented Interfaces:
- CallbackHandler
public class CryptoPasswordCallbackHandler
- extends Object
- implements CallbackHandler
Workflow CryptoPasswordCallbackHandler which retrieves the keystore password
from the workflow Config.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Method Summary |
void |
handle(Callback[] callbacks)
The actual CallBackHandler implementation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CryptoPasswordCallbackHandler
public CryptoPasswordCallbackHandler()
handle
public void handle(Callback[] callbacks)
throws IOException,
UnsupportedCallbackException
- The actual CallBackHandler implementation.
- Specified by:
handle
in interface CallbackHandler
- Throws:
IOException
UnsupportedCallbackException
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.