|
Cocoon API: Class LdapContextCreator
org.apache.cocoon.processor.ldap
Class LdapContextCreator
java.lang.Object
|
+--org.apache.cocoon.processor.ldap.LdapContextCreator
- public class LdapContextCreator
- extends java.lang.Object
Utility methods for this processor.
adapted from Donald Ball's SQLProcessor code.
- Version:
- 1.0
- Author:
- James Birchfield
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
initializer
protected java.lang.String initializer
ldapserverurl
protected java.lang.String ldapserverurl
env
protected java.util.Properties env
LdapContextCreator
public LdapContextCreator(java.util.Properties props)
getLdapContext
public javax.naming.ldap.LdapContext getLdapContext()
throws java.lang.Exception
Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.
|