Uses of Interface
edu.vt.middleware.ldap.handler.AttributeHandler
-
Packages that use AttributeHandler Package Description 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 Modifier and Type Method Description protected javax.naming.directory.AttributesAbstractLdap. getAttributes(java.lang.String dn, java.lang.String[] retAttrs, AttributeHandler... handler)This will return the matching attributes associated with the supplied dn.javax.naming.directory.AttributesLdap. getAttributes(java.lang.String dn, java.lang.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 Modifier and Type Interface Description interfaceExtendedAttributeHandlerProvides an interface for attribute handlers that require the use of theLdapobject that was used to perform the original search.Classes in edu.vt.middleware.ldap.handler that implement AttributeHandler Modifier and Type Class Description classBinaryAttributeHandlerBinaryAttributeHandlerensures that any attribute that contains a value of type byte[] is base64 encoded.classCaseChangeAttributeHandlerCaseChangeAttributeHandlerprovides the ability to modify the case of attribute names and attribute values.classCopyAttributeHandlerCopyAttributeHandlerconverts a NamingEnumeration of attribute into a List of attribute.classRecursiveAttributeHandlerRecursiveAttributeHandlerwill recursively search for attributes of the same name and combine them into one attribute.Methods in edu.vt.middleware.ldap.handler that return AttributeHandler Modifier and Type Method Description AttributeHandler[]CopySearchResultHandler. getAttributeHandler()Gets the attribute handlers.AttributeHandler[]SearchResultHandler. getAttributeHandler()Gets the attribute handlers.Methods in edu.vt.middleware.ldap.handler with parameters of type AttributeHandler Modifier and Type Method Description static javax.naming.directory.AttributesAttributesProcessor. executeHandler(SearchCriteria sc, javax.naming.directory.Attributes attrs, AttributeHandler handler)Process the attributes of an ldap search search.static javax.naming.directory.AttributesAttributesProcessor. executeHandler(SearchCriteria sc, javax.naming.directory.Attributes attrs, AttributeHandler handler, java.lang.Class<?>[] ignore)Process the attributes of an ldap search search.voidCopySearchResultHandler. setAttributeHandler(AttributeHandler[] ah)Sets the attribute handlers.voidSearchResultHandler. setAttributeHandler(AttributeHandler[] ah)Sets the attribute handlers.
-