org.rhq.plugins.jbossas5.connection
Class JaasAuthenticationInvocationHandler

java.lang.Object
  extended by org.rhq.plugins.jbossas5.connection.JaasAuthenticationInvocationHandler
All Implemented Interfaces:
InvocationHandler

public class JaasAuthenticationInvocationHandler
extends Object
implements InvocationHandler

Author:
Ian Springer

Constructor Summary
JaasAuthenticationInvocationHandler(Object target, String username, String password)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaasAuthenticationInvocationHandler

public JaasAuthenticationInvocationHandler(Object target,
                                           String username,
                                           String password)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.