org.kuali.rice.ksb.config.wss4j
Class CryptoPasswordCallbackHandler

java.lang.Object
  extended by 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)

Constructor Summary
CryptoPasswordCallbackHandler()
           
 
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
 

Constructor Detail

CryptoPasswordCallbackHandler

public CryptoPasswordCallbackHandler()
Method Detail

handle

public void handle(Callback[] callbacks)
            throws IOException,
                   UnsupportedCallbackException
The actual CallBackHandler implementation.

Specified by:
handle in interface CallbackHandler
Throws:
IOException
UnsupportedCallbackException


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.