|
|||||||||
| Home >> All >> org >> apache >> cocoon >> [ transformation overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.cocoon.transformation
Class LDAPTransformer.LDAPQuery

java.lang.Objectorg.apache.cocoon.transformation.LDAPTransformer.LDAPQuery
- Enclosing class:
- LDAPTransformer
- class LDAPTransformer.LDAPQuery
- extends java.lang.Object
| Field Summary | |
protected java.util.List |
attrListe
|
protected java.lang.String |
authentication
|
protected long |
count_limit
|
protected javax.naming.directory.DirContext |
ctx
|
protected int |
current_state
The current state of the event receiving FSM |
protected boolean |
debug
|
protected boolean |
deref_link
|
protected java.lang.String |
doc_element
|
protected java.util.Properties |
env
LDAP environment information |
protected java.lang.String |
error_element
|
protected java.lang.String |
filter
|
protected java.lang.String |
initializer
LDAP configuration information |
protected java.lang.String |
password
|
protected int |
port
|
protected int |
query_index
What index are you in daddy's queries list |
protected java.lang.String |
root_dn
|
protected java.lang.String |
row_element
|
protected boolean |
sax_error
|
protected java.lang.String |
scope
|
protected java.lang.String |
searchbase
|
protected java.lang.String |
serverurl
|
protected boolean |
showAttribute
|
protected int |
time_limit
|
protected int |
toDo
LDAP Query |
protected LDAPTransformer |
transformer
Who's your daddy? |
protected java.lang.String |
version
|
| Constructor Summary | |
protected |
LDAPTransformer.LDAPQuery(LDAPTransformer transformer)
|
| Method Summary | |
protected void |
addAttrList(java.lang.String attr)
|
protected void |
connect()
|
protected void |
debugPrint()
|
protected void |
disconnect()
|
protected void |
execute()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
query_index
protected int query_index
- What index are you in daddy's queries list
current_state
protected int current_state
- The current state of the event receiving FSM
transformer
protected LDAPTransformer transformer
- Who's your daddy?
initializer
protected java.lang.String initializer
- LDAP configuration information
serverurl
protected java.lang.String serverurl
port
protected int port
root_dn
protected java.lang.String root_dn
password
protected java.lang.String password
version
protected java.lang.String version
scope
protected java.lang.String scope
authentication
protected java.lang.String authentication
env
protected java.util.Properties env
- LDAP environment information
ctx
protected javax.naming.directory.DirContext ctx
toDo
protected int toDo
- LDAP Query
searchbase
protected java.lang.String searchbase
attrListe
protected java.util.List attrListe
showAttribute
protected boolean showAttribute
filter
protected java.lang.String filter
doc_element
protected java.lang.String doc_element
row_element
protected java.lang.String row_element
error_element
protected java.lang.String error_element
sax_error
protected boolean sax_error
deref_link
protected boolean deref_link
count_limit
protected long count_limit
time_limit
protected int time_limit
debug
protected boolean debug
| Constructor Detail |
LDAPTransformer.LDAPQuery
protected LDAPTransformer.LDAPQuery(LDAPTransformer transformer)
| Method Detail |
execute
protected void execute()
throws java.lang.Exception,
javax.naming.NamingException
addAttrList
protected void addAttrList(java.lang.String attr)
connect
protected void connect()
throws javax.naming.NamingException
disconnect
protected void disconnect()
throws javax.naming.NamingException
debugPrint
protected void debugPrint()
|
|||||||||
| Home >> All >> org >> apache >> cocoon >> [ transformation overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.cocoon.transformation.LDAPTransformer.LDAPQuery