static LdapSettingsRequest |
LdapSettingsRequest.create(boolean enabled,
@NotEmpty String systemUsername,
String systemPassword,
boolean isSystemPasswordSet,
URI ldapUri,
boolean useStartTls,
boolean trustAllCertificates,
boolean activeDirectory,
@NotEmpty String searchBase,
@NotEmpty String searchPattern,
@NotEmpty String displayNameAttribute,
@NotEmpty String defaultGroup,
Map<String,String> groupMapping,
String groupSearchBase,
String groupIdAttribute,
Set<String> additionalDefaultGroups,
String groupSearchPattern) |