Package | Description |
---|---|
edu.vt.middleware.ldap.handler |
Modifier and Type | Method and Description |
---|---|
static javax.naming.directory.Attributes |
AttributesProcessor.executeHandler(SearchCriteria sc,
javax.naming.directory.Attributes attrs,
AttributeHandler handler)
Process the attributes of an ldap search search.
|
static javax.naming.directory.Attributes |
AttributesProcessor.executeHandler(SearchCriteria sc,
javax.naming.directory.Attributes attrs,
AttributeHandler handler,
java.lang.Class<?>[] ignore)
Process the attributes of an ldap search search.
|
java.util.List<O> |
AbstractResultHandler.process(SearchCriteria sc,
java.util.List<? extends R> l)
This will enumerate through the supplied
List and return a
List of those results. |
java.util.List<O> |
ResultHandler.process(SearchCriteria sc,
java.util.List<? extends R> l)
Process the results from an ldap search.
|
java.util.List<javax.naming.directory.SearchResult> |
MergeSearchResultHandler.process(SearchCriteria sc,
java.util.List<? extends javax.naming.directory.SearchResult> l)
This will enumerate through the supplied
List and return a
List of those results. |
java.util.List<javax.naming.directory.SearchResult> |
RecursiveSearchResultHandler.process(SearchCriteria sc,
java.util.List<? extends javax.naming.directory.SearchResult> l)
This will enumerate through the supplied
List and return a
List of those results. |
java.util.List<O> |
AbstractResultHandler.process(SearchCriteria sc,
javax.naming.NamingEnumeration<? extends R> en)
This will enumerate through the supplied
NamingEnumeration and
return a List of those results. |
java.util.List<O> |
ResultHandler.process(SearchCriteria sc,
javax.naming.NamingEnumeration<? extends R> en)
Process the results from an ldap search.
|
java.util.List<O> |
AbstractResultHandler.process(SearchCriteria sc,
javax.naming.NamingEnumeration<? extends R> en,
java.lang.Class<?>[] ignore)
This will enumerate through the supplied
NamingEnumeration and
return a List of those results. |
java.util.List<O> |
ResultHandler.process(SearchCriteria sc,
javax.naming.NamingEnumeration<? extends R> en,
java.lang.Class<?>[] ignore)
Process the results from an ldap search.
|
java.util.List<javax.naming.directory.SearchResult> |
MergeSearchResultHandler.process(SearchCriteria sc,
javax.naming.NamingEnumeration<? extends javax.naming.directory.SearchResult> en,
java.lang.Class<?>[] ignore)
This will enumerate through the supplied
NamingEnumeration and
return a List of those results. |
java.util.List<javax.naming.directory.SearchResult> |
RecursiveSearchResultHandler.process(SearchCriteria sc,
javax.naming.NamingEnumeration<? extends javax.naming.directory.SearchResult> en,
java.lang.Class<?>[] ignore)
This will enumerate through the supplied
NamingEnumeration and
return a List of those results. |
protected javax.naming.directory.Attributes |
CopySearchResultHandler.processAttributes(SearchCriteria sc,
javax.naming.directory.SearchResult sr)
Process the attributes of an ldap search.
|
protected javax.naming.directory.Attributes |
EntryDnSearchResultHandler.processAttributes(SearchCriteria sc,
javax.naming.directory.SearchResult sr)
Process the attributes of an ldap search.
|
protected java.lang.String |
CopySearchResultHandler.processDn(SearchCriteria sc,
javax.naming.directory.SearchResult sr)
Process the dn of an ldap search result.
|
protected java.lang.String |
CaseChangeSearchResultHandler.processDn(SearchCriteria sc,
javax.naming.directory.SearchResult sr)
Process the dn of an ldap search result.
|
protected java.lang.String |
FqdnSearchResultHandler.processDn(SearchCriteria sc,
javax.naming.directory.SearchResult sr)
Process the dn of an ldap search result.
|
protected javax.naming.directory.Attribute |
RecursiveAttributeHandler.processResult(SearchCriteria sc,
javax.naming.directory.Attribute attr)
This will return a deep copy of the supplied
Attribute . |
protected javax.naming.directory.Attribute |
CopyAttributeHandler.processResult(SearchCriteria sc,
javax.naming.directory.Attribute attr)
This will return a deep copy of the supplied
Attribute . |
protected javax.naming.directory.Attribute |
CaseChangeAttributeHandler.processResult(SearchCriteria sc,
javax.naming.directory.Attribute attr)
This will return a deep copy of the supplied
Attribute . |
protected abstract O |
AbstractResultHandler.processResult(SearchCriteria sc,
R r)
Processes the supplied result.
|
protected javax.naming.directory.SearchResult |
CopySearchResultHandler.processResult(SearchCriteria sc,
javax.naming.directory.SearchResult sr)
This will return a deep copy of the supplied
SearchResult . |
protected T |
CopyResultHandler.processResult(SearchCriteria sc,
T r)
Returns the supplied result unaltered.
|
protected java.lang.Object |
CopyAttributeHandler.processValue(SearchCriteria sc,
java.lang.Object value)
This returns the supplied value unaltered.
|
protected java.lang.Object |
BinaryAttributeHandler.processValue(SearchCriteria sc,
java.lang.Object value)
This base64 encodes the supplied value if it is of type byte[].
|
protected java.lang.Object |
CaseChangeAttributeHandler.processValue(SearchCriteria sc,
java.lang.Object value)
This returns the supplied value unaltered.
|
Copyright © 2014. All Rights Reserved.