com.continuent.tungsten.common.security
Class RealmJMXAuthenticator

java.lang.Object
  extended by com.continuent.tungsten.common.security.RealmJMXAuthenticator
All Implemented Interfaces:
javax.management.remote.JMXAuthenticator

public class RealmJMXAuthenticator
extends java.lang.Object
implements javax.management.remote.JMXAuthenticator

Custom Authentication Realm

Version:
1.0
Author:
Ludovic Launer

Constructor Summary
RealmJMXAuthenticator(AuthenticationInfo authenticationInfo)
           
 
Method Summary
 javax.security.auth.Subject authenticate(java.lang.Object credentials)
          Authenticate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RealmJMXAuthenticator

public RealmJMXAuthenticator(AuthenticationInfo authenticationInfo)
                      throws ConfigurationException
Throws:
ConfigurationException
Method Detail

authenticate

public javax.security.auth.Subject authenticate(java.lang.Object credentials)
Authenticate

Specified by:
authenticate in interface javax.management.remote.JMXAuthenticator
See Also:
JMXAuthenticator.authenticate(java.lang.Object)