org.mule.module.cxf.wssec
Class ServerPasswordCallback

java.lang.Object
  extended by org.mule.module.cxf.wssec.ServerPasswordCallback
All Implemented Interfaces:
CallbackHandler

public class ServerPasswordCallback
extends Object
implements CallbackHandler

Trivial security which simply returns the password for user "joe".


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

Constructor Detail

ServerPasswordCallback

public ServerPasswordCallback()
Method Detail

handle

public void handle(Callback[] callbacks)
            throws IOException,
                   UnsupportedCallbackException
Specified by:
handle in interface CallbackHandler
Throws:
IOException
UnsupportedCallbackException


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.