Cocoon API: Class LdapDefs
org.apache.cocoon.processor.ldap
Class LdapDefs
java.lang.Object
|
+--org.apache.cocoon.processor.ldap.LdapDefs
- public class LdapDefs
- extends java.lang.Object
Default Connection Values
adapted from Donald Ball's SQLProcessor code.
- Version:
- 1.0
- Author:
- James Birchfield
Constructor Summary |
LdapDefs(org.w3c.dom.Document document)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
creators
protected java.util.Hashtable creators
query_props
protected java.util.Hashtable query_props
default_query_props
protected java.util.Properties default_query_props
master_default_query_props
protected static java.util.Properties master_default_query_props
LdapDefs
public LdapDefs(org.w3c.dom.Document document)
throws java.lang.Exception
processLdapDef
protected void processLdapDef(org.w3c.dom.Element ldap)
throws java.lang.Exception
- Process a single ldap definition node
processQueryDef
protected void processQueryDef(org.w3c.dom.Element querydef)
getLdapContext
public javax.naming.ldap.LdapContext getLdapContext(java.lang.String name)
throws java.lang.Exception
getQueryProperties
public java.util.Properties getQueryProperties(java.lang.String name)
throws java.lang.Exception
Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.
|