Package org.jolokia.server.core.util
Class UserPasswordCallbackHandler
java.lang.Object
org.jolokia.server.core.util.UserPasswordCallbackHandler
- All Implemented Interfaces:
CallbackHandler
JAAS Callback handler setting user and password programtically.
- Since:
- 26.05.14
- Author:
- roland
-
Constructor Summary
ConstructorsConstructorDescriptionUserPasswordCallbackHandler(String username, String password) Callback handler for the given user and password -
Method Summary
-
Constructor Details
-
UserPasswordCallbackHandler
Callback handler for the given user and password- Parameters:
username-password-
-
-
Method Details
-
handle
- Specified by:
handlein interfaceCallbackHandler- Throws:
IOExceptionUnsupportedCallbackException
-