Package es.caib.seycon.ng.servei
Interface DispatcherService
-
public interface DispatcherServiceService DispatcherService
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddCertificate(Server server, X509Certificate cert)Operation addCertificatevoidapplyConfiguration(Dispatcher dispatcher)Operation applyConfigurationAsyncProcessTrackerapplyConfigurationAsync(Dispatcher dispatcher)Operation applyConfigurationAsyncvoidcheckConnectivity(String dispatcher)Operation checkConnectivity Tests system connectivityServerRegistrationTokenconsumeRegistrationToken(String token)Operation consumeRegistrationTokenReconcileTriggercreate(ReconcileTrigger rp)Operation createAttributeMappingcreate(AttributeMapping mapping)Operation createControlAccescreate(ControlAcces controlAcces)Operation createDispatchercreate(Dispatcher dispatcher)Operation createGrupDispatchercreate(GrupDispatcher grupDispatcher)Operation createObjectMappingcreate(ObjectMapping om)Operation createObjectMappingPropertycreate(ObjectMappingProperty omp)Operation createObjectMappingTriggercreate(ObjectMappingTrigger trigger)Operation createServercreate(Server server)Operation createTipusUsuariDispatchercreate(TipusUsuariDispatcher tipusUsuari)Operation createStringcreateRemoteServer(String name, String tenant)Operation createRemoteServervoiddelete(ReconcileTrigger rp)Operation deletevoiddelete(AttributeMapping mapping)Operation deletevoiddelete(ControlAcces controlAcces)Operation deletevoiddelete(Dispatcher dispatcher)Operation deletevoiddelete(GrupDispatcher grupDispatcher)Operation deletevoiddelete(ObjectMapping om)Operation deletevoiddelete(ObjectMappingProperty omp)Operation deletevoiddelete(ObjectMappingTrigger tirger)Operation deletevoiddelete(Server server)Operation deletevoiddelete(TipusUsuariDispatcher tipusUsuari)Operation deleteMap<String,String>findActiveDirectoryDomains()Operation findActiveDirectoryDomainsCollection<Dispatcher>findAllActiveDispatchers()Operation findAllActiveDispatchersCollection<Server>findAllServers()Operation findAllServersCollection<AttributeMapping>findAttributeMappingsByObject(Long objectId)Operation findAttributeMappingsByObjectCollection<ControlAcces>findControlAccesByCodiAgent(String codiAgent)Operation findControlAccesByCodiAgentDispatcherfindDispatcherByCodi(String codi)Operation findDispatcherByCodiCollection<Dispatcher>findDispatchersByFiltre(String codi, String nomCla, String url, String basRol, String segur, Boolean actiu)Operation findDispatchersByFiltreCollection<ObjectMappingProperty>findObjectMappingPropertiesByObject(Long objectId)Operation findObjectMappingPropertiesByObjectCollection<ObjectMapping>findObjectMappingsByDispatcher(Long dispatcherId)Operation findObjectMappingsByDispatcherCollection<ObjectMappingTrigger>findObjectMappingTriggersByObject(Long objectId)Operation findObjectMappingTriggersByObjectCollection<ReconcileTrigger>findReconcileTriggersByDispatcher(Long dispatcherId)Operation findReconcileTriggersByDispatcherDispatcherfindSoffidDispatcher()Operation findSoffidDispatcher Finds the dispatcher bound to soffid itselfPagedResult<Dispatcher>findSystemByTextAndFilter(String text, String query, Integer first, Integer max)Operation findSystemByTextAndFilterAsyncList<Dispatcher>findSystemByTextAndFilterAsync(String text, String query)Operation findSystemByTextAndFilterAsyncPagedResult<Dispatcher>findSystemByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize)Operation findSystemByTextAndJsonQueryAsyncList<Dispatcher>findSystemByTextAndJsonQueryAsync(String text, String jsonQuery)Operation findSystemByTextAndJsonQueryAsyncCollection<Server>findTenantServers()Operation findTenantServersList<X509Certificate>findValidCertificates()Operation findValidCertificatesvoidfinishVirtualSourceTransaction(String transactionId)Operation finishVirtualSourceTransactionStringgenerateChangesReport(Dispatcher dispatcher)Operation generateChangesReportCollection<ControlAcces>getControlAcces(Dispatcher agent)Operation getControlAccesCollection<GrupDispatcher>getGrupsDispatcher(Dispatcher agent)Operation getGrupsDispatcherGetObjectResultsgetNativeObject(String dispatcher, SoffidObjectType type, String object1, String object2)Operation getNativeObject Loads system object attributesString[]getServerTenants(Server server)Operation getServerTenantsGetObjectResultsgetSoffidObject(String dispatcher, SoffidObjectType type, String object1, String object2)Operation getSoffidObject Loads system object and transforms into Soffid ObjectCollection<TipusUsuariDispatcher>getTipusUsuariDispatcher(Dispatcher agent)Operation getTipusUsuariDispatcherCollection<Map<String,Object>>invoke(String dispatcher, String verb, String object, Map<String,Object> attributes)Operation invoke Invokes a custom methodLonginvokeAsync(String dispatcher, String verb, String object, Map<String,Object> attributes)Operation invokeAsync Invokes a custom methodbooleanisGroupAllowed(Dispatcher dispatcher, String group)Operation isGroupAllowedbooleanisRegistrationTokenAlive(String token)Operation isRegistrationTokenAlivebooleanisUserAllowed(Dispatcher dispatcher, String user)Operation isUserAllowedbooleanisUserAllowed(Dispatcher dispatcher, String user, Collection<RolGrant> permissions)Operation isUserAllowedStringpreRegisterServer(ServerRegistrationToken register)Operation preRegisterServer Pre-registers a new sync-server and returns the registration tokenvoidpropagateDispatcherGroups(String codiAgent)Operation propagateDispatcherGroupsvoidpropagateRolsDispatcher(String codiAgent)Operation propagateRolsDispatchervoidpropagateUsuarisDispatcher(String codiAgent)Operation propagateUsuarisDispatcherAsyncProcessTrackerqueryProcessStatus(AsyncProcessTracker process)Operation queryProcessStatus Query the apply process statusGetObjectResultsreconcile(String dispatcher, String accountName)Operation reconcile Loads account into soffid databasevoidrenameAccounts(Dispatcher dispatcher)Operation renameAccountsvoidsetDefaultMappingsByDispatcher(Long dispatcherId)Operation setDefaultMappingsByDispatcherStringstartVirtualSourceTransaction(boolean readonly, String server)Operation startVirtualSourceTransactionMap<String,Object>testObjectMapping(Map<String,String> sentences, String dispatcher, SoffidObjectType type, String object1, String object2)Operation testObjectMapping Tests an object mapping for a real objectDebugTaskResultstestPropagateObject(String dispatcher, SoffidObjectType type, String object1, String object2)Operation testPropagateObject Tests and applies an object mappingReconcileTriggerupdate(ReconcileTrigger rp)Operation updateAttributeMappingupdate(AttributeMapping mapping)Operation updateControlAccesupdate(ControlAcces controlAcces)Operation updateDispatcherupdate(Dispatcher dispatcher)Operation updateGrupDispatcherupdate(GrupDispatcher grupDispatcher)Operation updateObjectMappingupdate(ObjectMapping om)Operation updateObjectMappingPropertyupdate(ObjectMappingProperty om)Operation updateObjectMappingTriggerupdate(ObjectMappingTrigger trigger)Operation updateServerupdate(Server server)Operation updateTipusUsuariDispatcherupdate(TipusUsuariDispatcher tipusUsuari)Operation update
-
-
-
Field Detail
-
SERVICE_NAME
static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
createRemoteServer
String createRemoteServer(String name, String tenant) throws InternalErrorException
Operation createRemoteServer- Parameters:
name-tenant-- Returns:
- Throws:
InternalErrorException
-
findActiveDirectoryDomains
Map<String,String> findActiveDirectoryDomains() throws InternalErrorException
Operation findActiveDirectoryDomains- Returns:
- Throws:
InternalErrorException
-
startVirtualSourceTransaction
String startVirtualSourceTransaction(boolean readonly, String server) throws InternalErrorException
Operation startVirtualSourceTransaction- Parameters:
readonly-server-- Returns:
- Throws:
InternalErrorException
-
finishVirtualSourceTransaction
void finishVirtualSourceTransaction(String transactionId) throws InternalErrorException
Operation finishVirtualSourceTransaction- Parameters:
transactionId-- Throws:
InternalErrorException
-
isGroupAllowed
boolean isGroupAllowed(Dispatcher dispatcher, String group) throws InternalErrorException, InternalErrorException
Operation isGroupAllowed- Parameters:
dispatcher-group-- Returns:
- Throws:
InternalErrorException
-
isRegistrationTokenAlive
boolean isRegistrationTokenAlive(String token) throws InternalErrorException
Operation isRegistrationTokenAlive- Parameters:
token-- Returns:
- Throws:
InternalErrorException
-
isUserAllowed
boolean isUserAllowed(Dispatcher dispatcher, String user) throws InternalErrorException, InternalErrorException
Operation isUserAllowed- Parameters:
dispatcher-user-- Returns:
- Throws:
InternalErrorException
-
isUserAllowed
boolean isUserAllowed(Dispatcher dispatcher, String user, Collection<RolGrant> permissions) throws InternalErrorException, InternalErrorException
Operation isUserAllowed- Parameters:
dispatcher-user-permissions-- Returns:
- Throws:
InternalErrorException
-
findSystemByTextAndFilterAsync
AsyncList<Dispatcher> findSystemByTextAndFilterAsync(String text, String query) throws InternalErrorException, InternalErrorException
Operation findSystemByTextAndFilterAsync- Parameters:
text-query-- Returns:
- Throws:
InternalErrorException
-
findSystemByTextAndJsonQueryAsync
AsyncList<Dispatcher> findSystemByTextAndJsonQueryAsync(String text, String jsonQuery) throws InternalErrorException
Operation findSystemByTextAndJsonQueryAsync- Parameters:
text-jsonQuery-- Returns:
- Throws:
InternalErrorException
-
applyConfigurationAsync
AsyncProcessTracker applyConfigurationAsync(Dispatcher dispatcher) throws InternalErrorException, InternalErrorException
Operation applyConfigurationAsync- Parameters:
dispatcher-- Returns:
- Throws:
InternalErrorException
-
queryProcessStatus
AsyncProcessTracker queryProcessStatus(AsyncProcessTracker process) throws InternalErrorException, InternalErrorException
Operation queryProcessStatus Query the apply process status- Parameters:
process-- Returns:
- Throws:
InternalErrorException
-
findSystemByTextAndFilter
PagedResult<Dispatcher> findSystemByTextAndFilter(String text, String query, Integer first, Integer max) throws InternalErrorException, InternalErrorException
Operation findSystemByTextAndFilter- Parameters:
text-query-first-max-- Returns:
- Throws:
InternalErrorException
-
findSystemByTextAndJsonQuery
PagedResult<Dispatcher> findSystemByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize) throws InternalErrorException
Operation findSystemByTextAndJsonQuery- Parameters:
text-jsonQuery-start-pageSize-- Returns:
- Throws:
InternalErrorException
-
create
ReconcileTrigger create(ReconcileTrigger rp) throws InternalErrorException, InternalErrorException
Operation create- Parameters:
rp-- Returns:
- Throws:
InternalErrorException
-
update
ReconcileTrigger update(ReconcileTrigger rp) throws InternalErrorException, InternalErrorException
Operation update- Parameters:
rp-- Returns:
- Throws:
InternalErrorException
-
consumeRegistrationToken
ServerRegistrationToken consumeRegistrationToken(String token) throws InternalErrorException
Operation consumeRegistrationToken- Parameters:
token-- Returns:
- Throws:
InternalErrorException
-
testPropagateObject
DebugTaskResults testPropagateObject(String dispatcher, SoffidObjectType type, String object1, String object2) throws InternalErrorException, InternalErrorException
Operation testPropagateObject Tests and applies an object mapping- Parameters:
dispatcher-type-object1-object2-- Returns:
- Throws:
InternalErrorException
-
getNativeObject
GetObjectResults getNativeObject(String dispatcher, SoffidObjectType type, String object1, String object2) throws InternalErrorException, InternalErrorException
Operation getNativeObject Loads system object attributes- Parameters:
dispatcher-type-object1-object2-- Returns:
- Throws:
InternalErrorException
-
getSoffidObject
GetObjectResults getSoffidObject(String dispatcher, SoffidObjectType type, String object1, String object2) throws InternalErrorException, InternalErrorException
Operation getSoffidObject Loads system object and transforms into Soffid Object- Parameters:
dispatcher-type-object1-object2-- Returns:
- Throws:
InternalErrorException
-
reconcile
GetObjectResults reconcile(String dispatcher, String accountName) throws InternalErrorException, InternalErrorException
Operation reconcile Loads account into soffid database- Parameters:
dispatcher-accountName-- Returns:
- Throws:
InternalErrorException
-
create
AttributeMapping create(AttributeMapping mapping) throws InternalErrorException, InternalErrorException
Operation create- Parameters:
mapping-- Returns:
- Throws:
InternalErrorException
-
update
AttributeMapping update(AttributeMapping mapping) throws InternalErrorException, InternalErrorException
Operation update- Parameters:
mapping-- Returns:
- Throws:
InternalErrorException
-
create
ControlAcces create(ControlAcces controlAcces) throws InternalErrorException, InternalErrorException
Operation create- Parameters:
controlAcces-- Returns:
- Throws:
InternalErrorException
-
update
ControlAcces update(ControlAcces controlAcces) throws InternalErrorException, InternalErrorException
Operation update- Parameters:
controlAcces-- Returns:
- Throws:
InternalErrorException
-
create
Dispatcher create(Dispatcher dispatcher) throws InternalErrorException, InternalErrorException
Operation create- Parameters:
dispatcher-- Returns:
- Throws:
InternalErrorException
-
findDispatcherByCodi
Dispatcher findDispatcherByCodi(String codi) throws InternalErrorException, InternalErrorException
Operation findDispatcherByCodi- Parameters:
codi-- Returns:
- Throws:
InternalErrorException
-
findSoffidDispatcher
Dispatcher findSoffidDispatcher() throws InternalErrorException
Operation findSoffidDispatcher Finds the dispatcher bound to soffid itself- Returns:
- Throws:
InternalErrorException
-
update
Dispatcher update(Dispatcher dispatcher) throws InternalErrorException, InternalErrorException
Operation update- Parameters:
dispatcher-- Returns:
- Throws:
InternalErrorException
-
create
GrupDispatcher create(GrupDispatcher grupDispatcher) throws InternalErrorException, InternalErrorException
Operation create- Parameters:
grupDispatcher-- Returns:
- Throws:
InternalErrorException
-
update
GrupDispatcher update(GrupDispatcher grupDispatcher) throws InternalErrorException, InternalErrorException
Operation update- Parameters:
grupDispatcher-- Returns:
- Throws:
InternalErrorException
-
create
ObjectMapping create(ObjectMapping om) throws InternalErrorException, InternalErrorException
Operation create- Parameters:
om-- Returns:
- Throws:
InternalErrorException
-
update
ObjectMapping update(ObjectMapping om) throws InternalErrorException, InternalErrorException
Operation update- Parameters:
om-- Returns:
- Throws:
InternalErrorException
-
create
ObjectMappingProperty create(ObjectMappingProperty omp) throws InternalErrorException, InternalErrorException
Operation create- Parameters:
omp-- Returns:
- Throws:
InternalErrorException
-
update
ObjectMappingProperty update(ObjectMappingProperty om) throws InternalErrorException, InternalErrorException
Operation update- Parameters:
om-- Returns:
- Throws:
InternalErrorException
-
create
ObjectMappingTrigger create(ObjectMappingTrigger trigger) throws InternalErrorException, InternalErrorException
Operation create- Parameters:
trigger-- Returns:
- Throws:
InternalErrorException
-
update
ObjectMappingTrigger update(ObjectMappingTrigger trigger) throws InternalErrorException, InternalErrorException
Operation update- Parameters:
trigger-- Returns:
- Throws:
InternalErrorException
-
create
Server create(Server server) throws InternalErrorException, InternalErrorException
Operation create- Parameters:
server-- Returns:
- Throws:
InternalErrorException
-
update
Server update(Server server) throws InternalErrorException, InternalErrorException
Operation update- Parameters:
server-- Returns:
- Throws:
InternalErrorException
-
create
TipusUsuariDispatcher create(TipusUsuariDispatcher tipusUsuari) throws InternalErrorException, InternalErrorException
Operation create- Parameters:
tipusUsuari-- Returns:
- Throws:
InternalErrorException
-
update
TipusUsuariDispatcher update(TipusUsuariDispatcher tipusUsuari) throws InternalErrorException, InternalErrorException
Operation update- Parameters:
tipusUsuari-- Returns:
- Throws:
InternalErrorException
-
invokeAsync
Long invokeAsync(String dispatcher, String verb, String object, Map<String,Object> attributes) throws InternalErrorException, InternalErrorException
Operation invokeAsync Invokes a custom method- Parameters:
dispatcher-verb-object-attributes-- Returns:
- Throws:
InternalErrorException
-
generateChangesReport
String generateChangesReport(Dispatcher dispatcher) throws InternalErrorException, InternalErrorException
Operation generateChangesReport- Parameters:
dispatcher-- Returns:
- Throws:
InternalErrorException
-
preRegisterServer
String preRegisterServer(ServerRegistrationToken register) throws InternalErrorException
Operation preRegisterServer Pre-registers a new sync-server and returns the registration token- Parameters:
register-- Returns:
- Throws:
InternalErrorException
-
getServerTenants
String[] getServerTenants(Server server) throws InternalErrorException
Operation getServerTenants- Parameters:
server-- Returns:
- Throws:
InternalErrorException
-
findAllActiveDispatchers
Collection<Dispatcher> findAllActiveDispatchers() throws InternalErrorException, InternalErrorException
Operation findAllActiveDispatchers- Returns:
- Throws:
InternalErrorException
-
findAllServers
Collection<Server> findAllServers() throws InternalErrorException, InternalErrorException
Operation findAllServers- Returns:
- Throws:
InternalErrorException
-
findAttributeMappingsByObject
Collection<AttributeMapping> findAttributeMappingsByObject(Long objectId) throws InternalErrorException, InternalErrorException
Operation findAttributeMappingsByObject- Parameters:
objectId-- Returns:
- Throws:
InternalErrorException
-
findControlAccesByCodiAgent
Collection<ControlAcces> findControlAccesByCodiAgent(String codiAgent) throws InternalErrorException, InternalErrorException
Operation findControlAccesByCodiAgent- Parameters:
codiAgent-- Returns:
- Throws:
InternalErrorException
-
findDispatchersByFiltre
Collection<Dispatcher> findDispatchersByFiltre(String codi, String nomCla, String url, String basRol, String segur, Boolean actiu) throws InternalErrorException, InternalErrorException
Operation findDispatchersByFiltre- Parameters:
codi-nomCla-url-basRol-segur-actiu-- Returns:
- Throws:
InternalErrorException
-
findObjectMappingPropertiesByObject
Collection<ObjectMappingProperty> findObjectMappingPropertiesByObject(Long objectId) throws InternalErrorException, InternalErrorException
Operation findObjectMappingPropertiesByObject- Parameters:
objectId-- Returns:
- Throws:
InternalErrorException
-
findObjectMappingTriggersByObject
Collection<ObjectMappingTrigger> findObjectMappingTriggersByObject(Long objectId) throws InternalErrorException, InternalErrorException
Operation findObjectMappingTriggersByObject- Parameters:
objectId-- Returns:
- Throws:
InternalErrorException
-
findObjectMappingsByDispatcher
Collection<ObjectMapping> findObjectMappingsByDispatcher(Long dispatcherId) throws InternalErrorException, InternalErrorException
Operation findObjectMappingsByDispatcher- Parameters:
dispatcherId-- Returns:
- Throws:
InternalErrorException
-
findReconcileTriggersByDispatcher
Collection<ReconcileTrigger> findReconcileTriggersByDispatcher(Long dispatcherId) throws InternalErrorException, InternalErrorException
Operation findReconcileTriggersByDispatcher- Parameters:
dispatcherId-- Returns:
- Throws:
InternalErrorException
-
findTenantServers
Collection<Server> findTenantServers() throws InternalErrorException, InternalErrorException
Operation findTenantServers- Returns:
- Throws:
InternalErrorException
-
getControlAcces
Collection<ControlAcces> getControlAcces(Dispatcher agent) throws InternalErrorException, InternalErrorException
Operation getControlAcces- Parameters:
agent-- Returns:
- Throws:
InternalErrorException
-
getGrupsDispatcher
Collection<GrupDispatcher> getGrupsDispatcher(Dispatcher agent) throws InternalErrorException, InternalErrorException
Operation getGrupsDispatcher- Parameters:
agent-- Returns:
- Throws:
InternalErrorException
-
getTipusUsuariDispatcher
Collection<TipusUsuariDispatcher> getTipusUsuariDispatcher(Dispatcher agent) throws InternalErrorException, InternalErrorException
Operation getTipusUsuariDispatcher- Parameters:
agent-- Returns:
- Throws:
InternalErrorException
-
invoke
Collection<Map<String,Object>> invoke(String dispatcher, String verb, String object, Map<String,Object> attributes) throws InternalErrorException, InternalErrorException
Operation invoke Invokes a custom method- Parameters:
dispatcher-verb-object-attributes-- Returns:
- Throws:
InternalErrorException
-
findValidCertificates
List<X509Certificate> findValidCertificates() throws InternalErrorException
Operation findValidCertificates- Returns:
- Throws:
InternalErrorException
-
testObjectMapping
Map<String,Object> testObjectMapping(Map<String,String> sentences, String dispatcher, SoffidObjectType type, String object1, String object2) throws InternalErrorException, InternalErrorException
Operation testObjectMapping Tests an object mapping for a real object- Parameters:
sentences-dispatcher-type-object1-object2-- Returns:
- Throws:
InternalErrorException
-
addCertificate
void addCertificate(Server server, X509Certificate cert) throws InternalErrorException, InternalErrorException
Operation addCertificate- Parameters:
server-cert-- Throws:
InternalErrorException
-
applyConfiguration
void applyConfiguration(Dispatcher dispatcher) throws InternalErrorException, InternalErrorException
Operation applyConfiguration- Parameters:
dispatcher-- Throws:
InternalErrorException
-
checkConnectivity
void checkConnectivity(String dispatcher) throws InternalErrorException, InternalErrorException
Operation checkConnectivity Tests system connectivity- Parameters:
dispatcher-- Throws:
InternalErrorException
-
delete
void delete(ReconcileTrigger rp) throws InternalErrorException, InternalErrorException
Operation delete- Parameters:
rp-- Throws:
InternalErrorException
-
delete
void delete(AttributeMapping mapping) throws InternalErrorException, InternalErrorException
Operation delete- Parameters:
mapping-- Throws:
InternalErrorException
-
delete
void delete(ControlAcces controlAcces) throws InternalErrorException, InternalErrorException
Operation delete- Parameters:
controlAcces-- Throws:
InternalErrorException
-
delete
void delete(Dispatcher dispatcher) throws InternalErrorException, InternalErrorException
Operation delete- Parameters:
dispatcher-- Throws:
InternalErrorException
-
delete
void delete(GrupDispatcher grupDispatcher) throws InternalErrorException, InternalErrorException
Operation delete- Parameters:
grupDispatcher-- Throws:
InternalErrorException
-
delete
void delete(ObjectMapping om) throws InternalErrorException, InternalErrorException
Operation delete- Parameters:
om-- Throws:
InternalErrorException
-
delete
void delete(ObjectMappingProperty omp) throws InternalErrorException, InternalErrorException
Operation delete- Parameters:
omp-- Throws:
InternalErrorException
-
delete
void delete(ObjectMappingTrigger tirger) throws InternalErrorException, InternalErrorException
Operation delete- Parameters:
tirger-- Throws:
InternalErrorException
-
delete
void delete(Server server) throws InternalErrorException, InternalErrorException
Operation delete- Parameters:
server-- Throws:
InternalErrorException
-
delete
void delete(TipusUsuariDispatcher tipusUsuari) throws InternalErrorException, InternalErrorException
Operation delete- Parameters:
tipusUsuari-- Throws:
InternalErrorException
-
propagateDispatcherGroups
void propagateDispatcherGroups(String codiAgent) throws InternalErrorException, InternalErrorException
Operation propagateDispatcherGroups- Parameters:
codiAgent-- Throws:
InternalErrorException
-
propagateRolsDispatcher
void propagateRolsDispatcher(String codiAgent) throws InternalErrorException, InternalErrorException
Operation propagateRolsDispatcher- Parameters:
codiAgent-- Throws:
InternalErrorException
-
propagateUsuarisDispatcher
void propagateUsuarisDispatcher(String codiAgent) throws InternalErrorException, InternalErrorException
Operation propagateUsuarisDispatcher- Parameters:
codiAgent-- Throws:
InternalErrorException
-
renameAccounts
void renameAccounts(Dispatcher dispatcher) throws InternalErrorException, InternalErrorException
Operation renameAccounts- Parameters:
dispatcher-- Throws:
InternalErrorException
-
setDefaultMappingsByDispatcher
void setDefaultMappingsByDispatcher(Long dispatcherId) throws InternalErrorException, InternalErrorException
Operation setDefaultMappingsByDispatcher- Parameters:
dispatcherId-- Throws:
InternalErrorException
-
-