@Inject
public LdapCapabilityDescriptor(final LdapValidators ldapValidators) {
this.ldapValidators = checkNotNull(ldapValidators);
this.formFields = Lists.<FormField>newArrayList(
new LdapServerCombobox(
LDAP_SERVER_ID,
messages.ldapServerLabel(),
messages.ldapServerHelp(),
MANDATORY
)