org.mule.module.management.support
Class SimplePasswordJmxAuthenticator

java.lang.Object
  extended by org.mule.module.management.support.SimplePasswordJmxAuthenticator
All Implemented Interfaces:
JMXAuthenticator

public class SimplePasswordJmxAuthenticator
extends Object
implements JMXAuthenticator

A JMX authenticator for a simple username/password scheme. Passwords are neither encrypted, nor obfuscated.


Field Summary
protected static Log logger
          Logger used by this class.
 
Constructor Summary
SimplePasswordJmxAuthenticator()
           
 
Method Summary
 Subject authenticate(Object authToken)
          
 void setCredentials(Map newCredentials)
          Setter for property 'credentials'.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static final Log logger
Logger used by this class.

Constructor Detail

SimplePasswordJmxAuthenticator

public SimplePasswordJmxAuthenticator()
Method Detail

authenticate

public Subject authenticate(Object authToken)

Specified by:
authenticate in interface JMXAuthenticator

setCredentials

public void setCredentials(Map newCredentials)
Setter for property 'credentials'.

Parameters:
newCredentials - Value to set for property 'credentials'.


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.