abstractpublic class AbstractLdapValidator implements TestStep,AttributesMapper(Code)
Provides LDAP lookup functionality. Subclasses must implement
AbstractLdapValidator.validateAttributes(Attributes) in which the attributes of the
specified DN should be matched against properties of the implementing class.
author: Mattias Arthursson
Validate the supplied Attributes against properties of the implementing
class.
Parameters: attributes - the Attributes to validate throws: NamingException - If any NamingException occurs during validation.