public class SimplePasswordJmxAuthenticator extends Object implements JMXAuthenticator, ConfigurableJMXAuthenticator
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
logger
Logger used by this class.
|
| Constructor and Description |
|---|
SimplePasswordJmxAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
Subject |
authenticate(Object authToken) |
void |
configure(Map newCredentials) |
void |
setCredentials(Map<String,String> newCredentials) |
protected static final org.apache.commons.logging.Log logger
public Subject authenticate(Object authToken)
authenticate in interface JMXAuthenticatorpublic void configure(Map newCredentials)
configure in interface ConfigurableJMXAuthenticatorCopyright © 2003–2021 MuleSoft, Inc.. All rights reserved.