Package edu.vt.middleware.ldap.handler
Interface AttributeHandler
-
- All Superinterfaces:
ResultHandler<javax.naming.directory.Attribute,javax.naming.directory.Attribute>
- All Known Subinterfaces:
ExtendedAttributeHandler
- All Known Implementing Classes:
BinaryAttributeHandler
,CaseChangeAttributeHandler
,CopyAttributeHandler
,RecursiveAttributeHandler
public interface AttributeHandler extends ResultHandler<javax.naming.directory.Attribute,javax.naming.directory.Attribute>
AttributeHandler provides post search processing of an ldap attribute.- Version:
- $Revision: 1330 $
- Author:
- Middleware Services
-
-
Method Summary
-
Methods inherited from interface edu.vt.middleware.ldap.handler.ResultHandler
process, process, process
-
-