Package | Description |
---|---|
com.communote.server.core.common.ldap | |
com.communote.server.model.config | |
com.communote.server.persistence.config |
Constructor and Description |
---|
CommunoteLdapUserSearch(LdapSearchConfiguration userSearchConfig,
LdapUserAttributesMapper mapper,
org.springframework.ldap.core.support.LdapContextSource context,
LdapUserAttribute communoteAttributeName,
String userLogin,
String userPassword)
Creates a search for retrieving LDAP users.
|
Modifier and Type | Class and Description |
---|---|
class |
LdapSearchConfigurationImpl |
Modifier and Type | Method and Description |
---|---|
LdapSearchConfiguration |
LdapGroupSyncConfiguration.getGroupSearch() |
LdapSearchConfiguration |
LdapConfiguration.getUserSearch() |
static LdapSearchConfiguration |
LdapSearchConfiguration.Factory.newInstance()
Constructs a new instance of
LdapSearchConfiguration . |
static LdapSearchConfiguration |
LdapSearchConfiguration.Factory.newInstance(String propertyMapping,
List<LdapSearchBaseDefinition> searchBases)
Constructs a new instance of
LdapSearchConfiguration , taking all required
and/or read-only properties as arguments. |
static LdapSearchConfiguration |
LdapSearchConfiguration.Factory.newInstance(String searchFilter,
String propertyMapping,
List<LdapSearchBaseDefinition> searchBases)
Constructs a new instance of
LdapSearchConfiguration , taking all possible
properties (except the identifier(s))as arguments. |
Modifier and Type | Method and Description |
---|---|
static LdapGroupSyncConfiguration |
LdapGroupSyncConfiguration.Factory.newInstance(boolean memberMode,
boolean groupIdentifierIsBinary,
LdapConfiguration ldapConfiguration,
LdapSearchConfiguration groupSearch)
Constructs a new instance of
LdapGroupSyncConfiguration , taking all possible
properties (except the identifier(s))as arguments. |
static LdapConfiguration |
LdapConfiguration.Factory.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 |
LdapConfiguration.Factory.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. |
void |
LdapGroupSyncConfiguration.setGroupSearch(LdapSearchConfiguration groupSearch) |
void |
LdapConfiguration.setUserSearch(LdapSearchConfiguration userSearch) |
Modifier and Type | Method and Description |
---|---|
LdapSearchConfiguration |
LdapSearchConfigurationDaoBase.create(LdapSearchConfiguration ldapSearchConfiguration) |
LdapSearchConfiguration |
LdapSearchConfigurationDao.create(LdapSearchConfiguration ldapSearchConfiguration)
Creates an instance of com.communote.server.persistence.config.LdapSearchConfiguration and
adds it to the persistent store.
|
LdapSearchConfiguration |
LdapSearchConfigurationDaoBase.load(Long id) |
LdapSearchConfiguration |
LdapSearchConfigurationDao.load(Long id)
Loads an instance of com.communote.server.persistence.config.LdapSearchConfiguration from the
persistent store.
|
Modifier and Type | Method and Description |
---|---|
Collection<LdapSearchConfiguration> |
LdapSearchConfigurationDaoBase.create(Collection<LdapSearchConfiguration> entities) |
Collection<LdapSearchConfiguration> |
LdapSearchConfigurationDao.create(Collection<LdapSearchConfiguration> entities)
Creates a new instance of com.communote.server.persistence.config.LdapSearchConfiguration and
adds from the passed in
entities collection |
Collection<LdapSearchConfiguration> |
LdapSearchConfigurationDaoBase.create(int transform,
Collection<LdapSearchConfiguration> entities) |
Collection<LdapSearchConfiguration> |
LdapSearchConfigurationDaoBase.loadAll() |
Collection<LdapSearchConfiguration> |
LdapSearchConfigurationDao.loadAll()
Loads all entities of type
LdapSearchConfiguration . |
Modifier and Type | Method and Description |
---|---|
Object |
LdapSearchConfigurationDaoBase.create(int transform,
LdapSearchConfiguration ldapSearchConfiguration) |
Object |
LdapSearchConfigurationDao.create(int transform,
LdapSearchConfiguration ldapSearchConfiguration)
Does the same thing as
LdapSearchConfigurationDao.create(com.communote.server.model.config.LdapSearchConfiguration) with an additional
flag called transform . |
LdapSearchConfiguration |
LdapSearchConfigurationDaoBase.create(LdapSearchConfiguration ldapSearchConfiguration) |
LdapSearchConfiguration |
LdapSearchConfigurationDao.create(LdapSearchConfiguration ldapSearchConfiguration)
Creates an instance of com.communote.server.persistence.config.LdapSearchConfiguration and
adds it to the persistent store.
|
void |
LdapSearchConfigurationDaoBase.evict(LdapSearchConfiguration entity)
Evicts (removes) the entity from the hibernate cache
|
void |
LdapSearchConfigurationDao.evict(LdapSearchConfiguration entity)
Evicts (removes) the entity from the hibernate cache
|
void |
LdapSearchConfigurationDaoBase.remove(LdapSearchConfiguration ldapSearchConfiguration) |
void |
LdapSearchConfigurationDao.remove(LdapSearchConfiguration ldapSearchConfiguration)
Removes the instance of com.communote.server.persistence.config.LdapSearchConfiguration from
the persistent store.
|
protected Object |
LdapSearchConfigurationDaoBase.transformEntity(int transform,
LdapSearchConfiguration entity)
Allows transformation of entities into value objects (or something else for that matter),
when the
transform flag is set to one of the constants defined in
com.communote.server.persistence.config.LdapSearchConfigurationDao , please note
that the LdapSearchConfigurationDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
LdapSearchConfigurationDaoBase.update(LdapSearchConfiguration ldapSearchConfiguration) |
void |
LdapSearchConfigurationDao.update(LdapSearchConfiguration ldapSearchConfiguration)
Updates the
ldapSearchConfiguration instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<LdapSearchConfiguration> |
LdapSearchConfigurationDaoBase.create(Collection<LdapSearchConfiguration> entities) |
Collection<LdapSearchConfiguration> |
LdapSearchConfigurationDao.create(Collection<LdapSearchConfiguration> entities)
Creates a new instance of com.communote.server.persistence.config.LdapSearchConfiguration and
adds from the passed in
entities collection |
Collection<LdapSearchConfiguration> |
LdapSearchConfigurationDaoBase.create(int transform,
Collection<LdapSearchConfiguration> entities) |
Collection<?> |
LdapSearchConfigurationDao.create(int transform,
Collection<LdapSearchConfiguration> entities)
Does the same thing as
LdapSearchConfigurationDao.create(com.communote.server.model.config.LdapSearchConfiguration) with an additional
flag called transform . |
void |
LdapSearchConfigurationDaoBase.remove(Collection<LdapSearchConfiguration> entities) |
void |
LdapSearchConfigurationDao.remove(Collection<LdapSearchConfiguration> entities)
Removes all entities in the given
entities |
void |
LdapSearchConfigurationDaoBase.update(Collection<LdapSearchConfiguration> entities) |
void |
LdapSearchConfigurationDao.update(Collection<LdapSearchConfiguration> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2019 Communote team. All rights reserved.