org.apache.qpid.client.security
Class UsernameHashedPasswordCallbackHandler
java.lang.Object
org.apache.qpid.client.security.UsernameHashedPasswordCallbackHandler
- All Implemented Interfaces:
- CallbackHandler, AMQCallbackHandler
public class UsernameHashedPasswordCallbackHandler
- extends Object
- implements AMQCallbackHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UsernameHashedPasswordCallbackHandler
public UsernameHashedPasswordCallbackHandler()
initialise
public void initialise(AMQProtocolSession protocolSession)
- Specified by:
initialise
in interface AMQCallbackHandler
handle
public void handle(Callback[] callbacks)
throws IOException,
UnsupportedCallbackException
- Specified by:
handle
in interface CallbackHandler
- Throws:
IOException
UnsupportedCallbackException
Licensed to the Apache Software Foundation