Package | Description |
---|---|
edu.vt.middleware.ldap | |
edu.vt.middleware.ldap.handler |
Modifier and Type | Method and Description |
---|---|
protected Attributes |
AbstractLdap.getAttributes(String dn,
String[] retAttrs,
AttributeHandler... handler)
This will return the matching attributes associated with the supplied dn.
|
Attributes |
Ldap.getAttributes(String dn,
String[] retAttrs,
AttributeHandler... handler)
This will return the matching attributes associated with the supplied dn.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExtendedAttributeHandler
Provides an interface for attribute handlers that require the use of the
Ldap object that was used to perform the original search. |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
AttributeHandler[] |
CopySearchResultHandler.getAttributeHandler()
Gets the attribute handlers.
|
AttributeHandler[] |
SearchResultHandler.getAttributeHandler()
Gets the attribute handlers.
|
Modifier and Type | Method and Description |
---|---|
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 |
CopySearchResultHandler.setAttributeHandler(AttributeHandler[] ah)
Sets the attribute handlers.
|
void |
SearchResultHandler.setAttributeHandler(AttributeHandler[] ah)
Sets the attribute handlers.
|
Copyright © 2018. All rights reserved.