org.apache.jetspeed.security.spi.impl.ldap
Class LdapContextProxy

java.lang.Object
  extended by org.apache.jetspeed.security.spi.impl.ldap.LdapContextProxy
All Implemented Interfaces:
java.lang.reflect.InvocationHandler

public class LdapContextProxy
extends java.lang.Object
implements java.lang.reflect.InvocationHandler

Proxy providing recoverable LdapContext connections.

Version:
$Id: LdapContextProxy.java 516448 2007-03-09 16:25:47Z ate $
Author:
Ate Douma

Method Summary
static javax.naming.ldap.LdapContext createProxy(LdapBindingConfig config)
           
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method m, java.lang.Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createProxy

public static javax.naming.ldap.LdapContext createProxy(LdapBindingConfig config)

invoke

public java.lang.Object invoke(java.lang.Object proxy,
                               java.lang.reflect.Method m,
                               java.lang.Object[] args)
                        throws java.lang.Throwable
Specified by:
invoke in interface java.lang.reflect.InvocationHandler
Throws:
java.lang.Throwable


Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.