Class InMemoryPasswordCallbackHandler
- java.lang.Object
-
- org.wso2.carbon.registry.ws.api.utils.InMemoryPasswordCallbackHandler
-
- All Implemented Interfaces:
CallbackHandler
public class InMemoryPasswordCallbackHandler extends Object implements CallbackHandler
-
-
Constructor Summary
Constructors Constructor Description InMemoryPasswordCallbackHandler()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
addUser(String username, String password)
void
handle(Callback[] callbacks)
-
-
-
Method Detail
-
handle
public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
- Specified by:
handle
in interfaceCallbackHandler
- Throws:
IOException
UnsupportedCallbackException
-
-