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.Attributes
AbstractLdap. 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.Attributes
Ldap. 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 interface
ExtendedAttributeHandler
Provides an interface for attribute handlers that require the use of theLdap
object that was used to perform the original search.Classes in edu.vt.middleware.ldap.handler that implement AttributeHandler Modifier and Type Class 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.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.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.void
CopySearchResultHandler. setAttributeHandler(AttributeHandler[] ah)
Sets the attribute handlers.void
SearchResultHandler. setAttributeHandler(AttributeHandler[] ah)
Sets the attribute handlers.
-