Class ClientCallbackHandler
java.lang.Object
io.opentelemetry.contrib.jmxmetrics.ClientCallbackHandler
- All Implemented Interfaces:
CallbackHandler
-
Constructor Summary
ConstructorsConstructorDescriptionClientCallbackHandler(String username, String password, String realm) Constructor for theClientCallbackHandler, a CallbackHandler implementation for authenticating with an MBean server. -
Method Summary
-
Constructor Details
-
ClientCallbackHandler
Constructor for theClientCallbackHandler, a CallbackHandler implementation for authenticating with an MBean server.- Parameters:
username- - authenticating usernamepassword- - authenticating password (plaintext)realm- - authenticating realm
-
-
Method Details
-
handle
- Specified by:
handlein interfaceCallbackHandler- Throws:
UnsupportedCallbackException
-