| java.lang.Object org.ddsteps.step.ldap.AbstractLdapValidator org.ddsteps.step.ldap.DefaultLdapValidator
DefaultLdapValidator | abstract public class DefaultLdapValidator extends AbstractLdapValidator (Code) | | Validates an entry against LDAP. The entry to validate is specified by the
dn . The actual Attribute validation takes place in
DefaultLdapValidator.validateAttributes(Attributes) , which gets automatically called
from the superclass if the requested DN was found.
The Attributes that will be validated are the Properties of the actual
implementing subclass - all Properties except 'class', 'dn' and
'ldapOperations' that are not null are expected to have an attribute with the
same value(s). For Array values (attributes with multiple values) order is
ignored.
TODO: Perhaps need a hook method for subclasses to specify other properties
to ignore.
author: Mattias Arthursson |
DefaultLdapValidator | public DefaultLdapValidator(LdapOperations ldapOperations)(Code) | | |
|
|