org.broadleafcommerce.vendor.cybersource.service
Class CyberSourcePasswordCallback

java.lang.Object
  extended by org.broadleafcommerce.vendor.cybersource.service.CyberSourcePasswordCallback
All Implemented Interfaces:
CallbackHandler

public class CyberSourcePasswordCallback
extends Object
implements CallbackHandler

Sample password callback for the client

Author:
jfischer

Constructor Summary
CyberSourcePasswordCallback()
           
 
Method Summary
 String getTransactionKey()
           
 void handle(Callback[] callbacks)
           
 void setTransactionKey(String transactionKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CyberSourcePasswordCallback

public CyberSourcePasswordCallback()
Method Detail

handle

public void handle(Callback[] callbacks)
            throws IOException,
                   UnsupportedCallbackException
Specified by:
handle in interface CallbackHandler
Throws:
IOException
UnsupportedCallbackException
See Also:
CallbackHandler.handle(javax.security.auth.callback.Callback[])

getTransactionKey

public String getTransactionKey()

setTransactionKey

public void setTransactionKey(String transactionKey)


Copyright © 2012. All Rights Reserved.