public static final class LdapConfiguration.Factory extends Object
LdapConfiguration
.Constructor and Description |
---|
Factory() |
Modifier and Type | Method and Description |
---|---|
static LdapConfiguration |
newInstance()
Constructs a new instance of
LdapConfiguration . |
static LdapConfiguration |
newInstance(String url,
String managerPassword,
String managerDN,
boolean userIdentifierIsBinary,
boolean dynamicMode,
LdapSearchConfiguration userSearch,
boolean allowExternalAuthentication,
String systemId,
boolean primaryAuthentication,
boolean synchronizeUserGroups)
Constructs a new instance of
LdapConfiguration ,
taking all required and/or read-only properties as arguments. |
static LdapConfiguration |
newInstance(String url,
String managerPassword,
String managerDN,
boolean userIdentifierIsBinary,
String saslMode,
String serverDomain,
String queryPrefix,
boolean dynamicMode,
boolean allowExternalAuthentication,
String systemId,
boolean primaryAuthentication,
boolean synchronizeUserGroups,
LdapGroupSyncConfiguration groupSyncConfig,
LdapSearchConfiguration userSearch)
Constructs a new instance of
LdapConfiguration ,
taking all possible properties (except the identifier(s))as arguments. |
public static LdapConfiguration newInstance()
LdapConfiguration
.public static LdapConfiguration newInstance(String url, String managerPassword, String managerDN, boolean userIdentifierIsBinary, boolean dynamicMode, LdapSearchConfiguration userSearch, boolean allowExternalAuthentication, String systemId, boolean primaryAuthentication, boolean synchronizeUserGroups)
LdapConfiguration
,
taking all required and/or read-only properties as arguments.public static LdapConfiguration newInstance(String url, String managerPassword, String managerDN, boolean userIdentifierIsBinary, String saslMode, String serverDomain, String queryPrefix, boolean dynamicMode, boolean allowExternalAuthentication, String systemId, boolean primaryAuthentication, boolean synchronizeUserGroups, LdapGroupSyncConfiguration groupSyncConfig, LdapSearchConfiguration userSearch)
LdapConfiguration
,
taking all possible properties (except the identifier(s))as arguments.Copyright © 2019 Communote team. All rights reserved.