Uses of Class
edu.vt.middleware.ldap.handler.CopyAttributeHandler
-
Packages that use CopyAttributeHandler Package Description edu.vt.middleware.ldap.handler -
-
Uses of CopyAttributeHandler in edu.vt.middleware.ldap.handler
Subclasses of CopyAttributeHandler in edu.vt.middleware.ldap.handler 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
RecursiveAttributeHandler
RecursiveAttributeHandler
will recursively search for attributes of the same name and combine them into one attribute.
-