Modifier and Type | Method and Description |
---|---|
boolean |
LdapUserGroupAccessor.supports(ExternalSystemConfiguration externalConfiguration) |
Modifier and Type | Method and Description |
---|---|
Collection<ExternalSystemConfiguration> |
ClientConfigurationProperties.getExternalSystemConfigurations() |
Modifier and Type | Method and Description |
---|---|
ExternalSystemConfiguration |
ExternalUserRepository.createConfiguration()
Create an empty configuration.
|
ExternalSystemConfiguration |
ExternalUserRepository.getConfiguration()
Gets the external system configuration
|
Modifier and Type | Method and Description |
---|---|
protected abstract ExternalSystemConfiguration |
ExternalAuthenticationProvider.getConfiguration()
Returns the configuration for the external authentication.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfluenceConfiguration |
class |
ConfluenceConfigurationImpl |
class |
LdapConfiguration
Describes a Configuration to create an LDAP Authenticator.
|
class |
LdapConfigurationImpl |
Modifier and Type | Method and Description |
---|---|
ExternalSystemConfiguration |
ConfigurationImpl.getExternalConfig(Class clazz) |
abstract ExternalSystemConfiguration |
Configuration.getExternalConfig(Class clazz) |
Modifier and Type | Method and Description |
---|---|
Set<ExternalSystemConfiguration> |
Configuration.getExternalSystemConfigurations() |
Modifier and Type | Method and Description |
---|---|
static Configuration |
Configuration.Factory.newInstance(Set<Setting> settings,
ClientConfiguration clientConfig,
Set<ExternalSystemConfiguration> externalSystemConfigurations)
Constructs a new instance of
Configuration , taking all possible properties
(except the identifier(s))as arguments. |
void |
Configuration.setExternalSystemConfigurations(Set<ExternalSystemConfiguration> externalSystemConfigurations) |
Modifier and Type | Method and Description |
---|---|
ExternalSystemConfiguration |
ExternalSystemConfigurationDaoBase.create(ExternalSystemConfiguration externalSystemConfiguration) |
ExternalSystemConfiguration |
ExternalSystemConfigurationDao.create(ExternalSystemConfiguration externalSystemConfiguration)
Creates an instance of com.communote.server.persistence.config.ExternalSystemConfiguration
and adds it to the persistent store.
|
ExternalSystemConfiguration |
ExternalSystemConfigurationDaoBase.load(Long id) |
ExternalSystemConfiguration |
ExternalSystemConfigurationDao.load(Long id)
Loads an instance of com.communote.server.persistence.config.ExternalSystemConfiguration from
the persistent store.
|
Modifier and Type | Method and Description |
---|---|
Collection<ExternalSystemConfiguration> |
ExternalSystemConfigurationDaoBase.create(Collection<ExternalSystemConfiguration> entities) |
Collection<ExternalSystemConfiguration> |
ExternalSystemConfigurationDao.create(Collection<ExternalSystemConfiguration> entities)
Creates a new instance of com.communote.server.persistence.config.ExternalSystemConfiguration
and adds from the passed in
entities collection |
Collection<ExternalSystemConfiguration> |
ExternalSystemConfigurationDaoBase.create(int transform,
Collection<ExternalSystemConfiguration> entities) |
Collection<ExternalSystemConfiguration> |
ExternalSystemConfigurationDaoBase.loadAll() |
Collection<ExternalSystemConfiguration> |
ExternalSystemConfigurationDao.loadAll()
Loads all entities of type
ExternalSystemConfiguration . |
Modifier and Type | Method and Description |
---|---|
ExternalSystemConfiguration |
ExternalSystemConfigurationDaoBase.create(ExternalSystemConfiguration externalSystemConfiguration) |
ExternalSystemConfiguration |
ExternalSystemConfigurationDao.create(ExternalSystemConfiguration externalSystemConfiguration)
Creates an instance of com.communote.server.persistence.config.ExternalSystemConfiguration
and adds it to the persistent store.
|
Object |
ExternalSystemConfigurationDaoBase.create(int transform,
ExternalSystemConfiguration externalSystemConfiguration) |
Object |
ExternalSystemConfigurationDao.create(int transform,
ExternalSystemConfiguration externalSystemConfiguration)
Does the same thing as
ExternalSystemConfigurationDao.create(com.communote.server.model.config.ExternalSystemConfiguration) with an
additional flag called transform . |
void |
ExternalSystemConfigurationDaoBase.evict(ExternalSystemConfiguration entity)
Evicts (removes) the entity from the hibernate cache
|
void |
ExternalSystemConfigurationDao.evict(ExternalSystemConfiguration entity)
Evicts (removes) the entity from the hibernate cache
|
void |
ExternalSystemConfigurationDaoBase.remove(ExternalSystemConfiguration externalSystemConfiguration) |
void |
ExternalSystemConfigurationDao.remove(ExternalSystemConfiguration externalSystemConfiguration)
Removes the instance of com.communote.server.persistence.config.ExternalSystemConfiguration
from the persistent store.
|
protected Object |
ExternalSystemConfigurationDaoBase.transformEntity(int transform,
ExternalSystemConfiguration 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.ExternalSystemConfigurationDao , please
note that the ExternalSystemConfigurationDao.TRANSFORM_NONE constant denotes no transformation, so the entity
itself will be returned. |
void |
ExternalSystemConfigurationDaoBase.update(ExternalSystemConfiguration externalSystemConfiguration) |
void |
ExternalSystemConfigurationDao.update(ExternalSystemConfiguration externalSystemConfiguration)
Updates the
externalSystemConfiguration instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<ExternalSystemConfiguration> |
ExternalSystemConfigurationDaoBase.create(Collection<ExternalSystemConfiguration> entities) |
Collection<ExternalSystemConfiguration> |
ExternalSystemConfigurationDao.create(Collection<ExternalSystemConfiguration> entities)
Creates a new instance of com.communote.server.persistence.config.ExternalSystemConfiguration
and adds from the passed in
entities collection |
Collection<ExternalSystemConfiguration> |
ExternalSystemConfigurationDaoBase.create(int transform,
Collection<ExternalSystemConfiguration> entities) |
Collection<?> |
ExternalSystemConfigurationDao.create(int transform,
Collection<ExternalSystemConfiguration> entities)
Does the same thing as
ExternalSystemConfigurationDao.create(com.communote.server.model.config.ExternalSystemConfiguration) with an
additional flag called transform . |
void |
ExternalSystemConfigurationDaoBase.remove(Collection<ExternalSystemConfiguration> entities) |
void |
ExternalSystemConfigurationDao.remove(Collection<ExternalSystemConfiguration> entities)
Removes all entities in the given
entities |
void |
ExternalSystemConfigurationDaoBase.update(Collection<ExternalSystemConfiguration> entities) |
void |
ExternalSystemConfigurationDao.update(Collection<ExternalSystemConfiguration> entities)
Updates all instances in the
entities collection in the persistent store. |
Modifier and Type | Method and Description |
---|---|
boolean |
ExternalUserGroupAccessor.supports(ExternalSystemConfiguration externalConfiguration) |
Modifier and Type | Method and Description |
---|---|
ExternalUserGroupAccessor |
ExternalUserGroupAccessorExtensionPoint.getExternalUserGroupAccessor(ExternalSystemConfiguration externalConfiguration)
This method uses
ExternalUserGroupAccessor#supports(Object) for checking. |
Modifier and Type | Method and Description |
---|---|
ExternalSystemConfiguration |
UserService.getExternalSystemConfiguration(String externalSystemId) |
Modifier and Type | Method and Description |
---|---|
Map<String,ExternalSystemConfiguration> |
IntegrationOverviewForm.getConfigurationsForExternalSystems() |
Modifier and Type | Method and Description |
---|---|
void |
IntegrationOverviewForm.setConfiguration(String externalSystemId,
ExternalSystemConfiguration externalSystemConfiguration,
String label) |
Copyright © 2019 Communote team. All rights reserved.