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 voidaddUser(String username, String password)voidhandle(Callback[] callbacks)
-
-
-
Method Detail
-
handle
public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
- Specified by:
handlein interfaceCallbackHandler- Throws:
IOExceptionUnsupportedCallbackException
-
-