org.apache.qpid.management.common.sasl
Class UserPasswordCallbackHandler

java.lang.Object
  extended by org.apache.qpid.management.common.sasl.UserPasswordCallbackHandler
All Implemented Interfaces:
CallbackHandler

public class UserPasswordCallbackHandler
extends Object
implements CallbackHandler


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

Constructor Detail

UserPasswordCallbackHandler

public UserPasswordCallbackHandler(String user,
                                   String password)
Method Detail

handle

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

finalize

protected void finalize()
Overrides:
finalize in class Object


Licensed to the Apache Software Foundation