Constructor and Description |
---|
ExternalGroupVOContextMapper(LdapGroupSyncConfiguration groupSyncConfig,
ExternalUserGroupDao externalUserGroupDao,
UserGroupManagement userGroupManagement)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
LdapGroupSyncConfigurationImpl |
Modifier and Type | Method and Description |
---|---|
LdapGroupSyncConfiguration |
LdapConfiguration.getGroupSyncConfig() |
static LdapGroupSyncConfiguration |
LdapGroupSyncConfiguration.Factory.newInstance()
Constructs a new instance of
LdapGroupSyncConfiguration . |
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. |
Modifier and Type | Method and Description |
---|---|
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 |
LdapConfiguration.setGroupSyncConfig(LdapGroupSyncConfiguration groupSyncConfig) |
Modifier and Type | Method and Description |
---|---|
LdapGroupSyncConfiguration |
LdapGroupSyncConfigurationDaoBase.create(LdapGroupSyncConfiguration ldapGroupSyncConfiguration) |
LdapGroupSyncConfiguration |
LdapGroupSyncConfigurationDao.create(LdapGroupSyncConfiguration ldapGroupSyncConfiguration)
Creates an instance of com.communote.server.persistence.config.LdapGroupSyncConfiguration and
adds it to the persistent store.
|
LdapGroupSyncConfiguration |
LdapGroupSyncConfigurationDaoBase.load(Long id) |
LdapGroupSyncConfiguration |
LdapGroupSyncConfigurationDao.load(Long id)
Loads an instance of com.communote.server.persistence.config.LdapGroupSyncConfiguration from
the persistent store.
|
Modifier and Type | Method and Description |
---|---|
Collection<LdapGroupSyncConfiguration> |
LdapGroupSyncConfigurationDaoBase.create(Collection<LdapGroupSyncConfiguration> entities) |
Collection<LdapGroupSyncConfiguration> |
LdapGroupSyncConfigurationDao.create(Collection<LdapGroupSyncConfiguration> entities)
Creates a new instance of com.communote.server.persistence.config.LdapGroupSyncConfiguration
and adds from the passed in
entities collection |
Collection<LdapGroupSyncConfiguration> |
LdapGroupSyncConfigurationDaoBase.create(int transform,
Collection<LdapGroupSyncConfiguration> entities) |
Collection<LdapGroupSyncConfiguration> |
LdapGroupSyncConfigurationDaoBase.loadAll() |
Collection<LdapGroupSyncConfiguration> |
LdapGroupSyncConfigurationDao.loadAll()
Loads all entities of type
LdapGroupSyncConfiguration . |
Modifier and Type | Method and Description |
---|---|
Object |
LdapGroupSyncConfigurationDaoBase.create(int transform,
LdapGroupSyncConfiguration ldapGroupSyncConfiguration) |
Object |
LdapGroupSyncConfigurationDao.create(int transform,
LdapGroupSyncConfiguration ldapGroupSyncConfiguration)
Does the same thing as
LdapGroupSyncConfigurationDao.create(com.communote.server.model.config.LdapGroupSyncConfiguration) with an
additional flag called transform . |
LdapGroupSyncConfiguration |
LdapGroupSyncConfigurationDaoBase.create(LdapGroupSyncConfiguration ldapGroupSyncConfiguration) |
LdapGroupSyncConfiguration |
LdapGroupSyncConfigurationDao.create(LdapGroupSyncConfiguration ldapGroupSyncConfiguration)
Creates an instance of com.communote.server.persistence.config.LdapGroupSyncConfiguration and
adds it to the persistent store.
|
void |
LdapGroupSyncConfigurationDaoBase.evict(LdapGroupSyncConfiguration entity)
Evicts (removes) the entity from the hibernate cache
|
void |
LdapGroupSyncConfigurationDao.evict(LdapGroupSyncConfiguration entity)
Evicts (removes) the entity from the hibernate cache
|
void |
LdapGroupSyncConfigurationDaoBase.remove(LdapGroupSyncConfiguration ldapGroupSyncConfiguration) |
void |
LdapGroupSyncConfigurationDao.remove(LdapGroupSyncConfiguration ldapGroupSyncConfiguration)
Removes the instance of com.communote.server.persistence.config.LdapGroupSyncConfiguration
from the persistent store.
|
protected Object |
LdapGroupSyncConfigurationDaoBase.transformEntity(int transform,
LdapGroupSyncConfiguration 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.LdapGroupSyncConfigurationDao , please
note that the LdapGroupSyncConfigurationDao.TRANSFORM_NONE constant denotes no transformation, so the entity
itself will be returned. |
void |
LdapGroupSyncConfigurationDaoBase.update(LdapGroupSyncConfiguration ldapGroupSyncConfiguration) |
void |
LdapGroupSyncConfigurationDao.update(LdapGroupSyncConfiguration ldapGroupSyncConfiguration)
Updates the
ldapGroupSyncConfiguration instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<LdapGroupSyncConfiguration> |
LdapGroupSyncConfigurationDaoBase.create(Collection<LdapGroupSyncConfiguration> entities) |
Collection<LdapGroupSyncConfiguration> |
LdapGroupSyncConfigurationDao.create(Collection<LdapGroupSyncConfiguration> entities)
Creates a new instance of com.communote.server.persistence.config.LdapGroupSyncConfiguration
and adds from the passed in
entities collection |
Collection<LdapGroupSyncConfiguration> |
LdapGroupSyncConfigurationDaoBase.create(int transform,
Collection<LdapGroupSyncConfiguration> entities) |
Collection<?> |
LdapGroupSyncConfigurationDao.create(int transform,
Collection<LdapGroupSyncConfiguration> entities)
Does the same thing as
LdapGroupSyncConfigurationDao.create(com.communote.server.model.config.LdapGroupSyncConfiguration) with an
additional flag called transform . |
void |
LdapGroupSyncConfigurationDaoBase.remove(Collection<LdapGroupSyncConfiguration> entities) |
void |
LdapGroupSyncConfigurationDao.remove(Collection<LdapGroupSyncConfiguration> entities)
Removes all entities in the given
entities |
void |
LdapGroupSyncConfigurationDaoBase.update(Collection<LdapGroupSyncConfiguration> entities) |
void |
LdapGroupSyncConfigurationDao.update(Collection<LdapGroupSyncConfiguration> entities)
Updates all instances in the
entities collection in the persistent store. |
Modifier and Type | Method and Description |
---|---|
LdapGroupSyncConfiguration |
LdapConfigurationForm.getGroupSyncConfig() |
Modifier and Type | Method and Description |
---|---|
void |
LdapConfigurationForm.setGroupSyncConfig(LdapGroupSyncConfiguration groupSyncConfig)
Wrapper to set group synchronization configuration.
|
Copyright © 2019 Communote team. All rights reserved.