MBeanServerConnection client with the given client credentials.
@param credentials the user-defined credentials to be passed into the server in order to authenticate the user before creating the MBeanServerConnection. This parameter must be a two-element String[] containing the client's username and password in that order.
@return the authenticated subject containing aJMXPrincipal(username).
@exception SecurityException if the server cannot authenticate the userwith the provided credentials.
| |
| |