org.apache.geronimo.jmxremoting
Class Authenticator

java.lang.Object
  extended byorg.apache.geronimo.jmxremoting.Authenticator
All Implemented Interfaces:
javax.management.remote.JMXAuthenticator

public class Authenticator
extends Object
implements javax.management.remote.JMXAuthenticator

JMX Authenticator that checks the Credentials by logging in via JAAS.

Version:
$Revision: 1.3 $ $Date: 2004/06/05 16:54:35 $

Constructor Summary
Authenticator(String configName, ClassLoader cl)
          Constructor indicating which JAAS Application Configuration Entry to use.
 
Method Summary
 Subject authenticate(Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Authenticator

public Authenticator(String configName,
                     ClassLoader cl)
Constructor indicating which JAAS Application Configuration Entry to use.

Parameters:
configName - the JAAS config name
Method Detail

authenticate

public Subject authenticate(Object o)
                     throws SecurityException
Specified by:
authenticate in interface javax.management.remote.JMXAuthenticator
Throws:
SecurityException


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.