org.apache.geronimo.jmxremoting
Class Authenticator
java.lang.Object
org.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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Authenticator
public Authenticator(String configName,
ClassLoader cl)
- Constructor indicating which JAAS Application Configuration Entry to use.
- Parameters:
configName
- the JAAS config name
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.