|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttributeHandler | |
|---|---|
| edu.vt.middleware.ldap | |
| edu.vt.middleware.ldap.handler | |
| Uses of AttributeHandler in edu.vt.middleware.ldap |
|---|
| Methods in edu.vt.middleware.ldap with parameters of type AttributeHandler | |
|---|---|
Attributes |
Ldap.getAttributes(String dn,
String[] retAttrs,
AttributeHandler... handler)
This will return the matching attributes associated with the supplied dn. |
protected Attributes |
AbstractLdap.getAttributes(String dn,
String[] retAttrs,
AttributeHandler... handler)
This will return the matching attributes associated with the supplied dn. |
| Uses of AttributeHandler in edu.vt.middleware.ldap.handler |
|---|
| Subinterfaces of AttributeHandler in edu.vt.middleware.ldap.handler | |
|---|---|
interface |
ExtendedAttributeHandler
Provides an interface for attribute handlers that require the use of the Ldap object that was used to perform the original search. |
| Classes in edu.vt.middleware.ldap.handler that implement AttributeHandler | |
|---|---|
class |
BinaryAttributeHandler
BinaryAttributeHandler ensures that any attribute that contains
a value of type byte[] is base64 encoded. |
class |
CaseChangeAttributeHandler
CaseChangeAttributeHandler provides the ability to modify the
case of attribute names and attribute values. |
class |
CopyAttributeHandler
CopyAttributeHandler converts a NamingEnumeration of attribute
into a List of attribute. |
class |
RecursiveAttributeHandler
RecursiveAttributeHandler will recursively search for attributes
of the same name and combine them into one attribute. |
| Methods in edu.vt.middleware.ldap.handler that return AttributeHandler | |
|---|---|
AttributeHandler[] |
SearchResultHandler.getAttributeHandler()
Gets the attribute handlers. |
AttributeHandler[] |
CopySearchResultHandler.getAttributeHandler()
Gets the attribute handlers. |
| Methods in edu.vt.middleware.ldap.handler with parameters of type AttributeHandler | |
|---|---|
static Attributes |
AttributesProcessor.executeHandler(SearchCriteria sc,
Attributes attrs,
AttributeHandler handler)
Process the attributes of an ldap search search. |
static Attributes |
AttributesProcessor.executeHandler(SearchCriteria sc,
Attributes attrs,
AttributeHandler handler,
Class<?>[] ignore)
Process the attributes of an ldap search search. |
void |
SearchResultHandler.setAttributeHandler(AttributeHandler[] ah)
Sets the attribute handlers. |
void |
CopySearchResultHandler.setAttributeHandler(AttributeHandler[] ah)
Sets the attribute handlers. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||