Uses of Class
es.caib.seycon.ng.comu.Dispatcher
-
Packages that use Dispatcher Package Description com.soffid.iam.api es.caib.seycon.ng.comu es.caib.seycon.ng.servei es.caib.seycon.ng.servei.ejb es.caib.seycon.ng.sync.agent es.caib.seycon.ng.sync.servei -
-
Uses of Dispatcher in com.soffid.iam.api
Methods in com.soffid.iam.api with parameters of type Dispatcher Modifier and Type Method Description static System
System. toSystem(Dispatcher vo)
Creates a System value object based on a Dispatcher object.static void
System. toSystem(Dispatcher source, System target)
Updates a System value object based on a Dispatcher object.static System[]
System. toSystemArray(Dispatcher[] source)
Creates a System array on a Dispatcher array.Method parameters in com.soffid.iam.api with type arguments of type Dispatcher Modifier and Type Method Description static AsyncList<System>
System. toSystemAsyncList(AsyncList<Dispatcher> source)
Creates a System asynclist on a Dispatcher collection.static PagedResult<System>
System. toSystemList(PagedResult<Dispatcher> source)
Creates a System pagedResult on a Dispatcher collection.static List<System>
System. toSystemList(Collection<Dispatcher> source)
Creates a System list on a Dispatcher collection. -
Uses of Dispatcher in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu that return Dispatcher Modifier and Type Method Description static Dispatcher
Dispatcher. toDispatcher(System vo)
Creates a Dispatcher value object based on a System object.static Dispatcher[]
Dispatcher. toDispatcherArray(System[] source)
Creates a Dispatcher array on a System array.Methods in es.caib.seycon.ng.comu that return types with arguments of type Dispatcher Modifier and Type Method Description static AsyncList<Dispatcher>
Dispatcher. toDispatcherAsyncList(AsyncList<System> source)
Creates a Dispatcher asynclist on a System collection.static PagedResult<Dispatcher>
Dispatcher. toDispatcherList(PagedResult<System> source)
Creates a Dispatcher pagedResult on a System collection.static List<Dispatcher>
Dispatcher. toDispatcherList(Collection<System> source)
Creates a Dispatcher list on a System collection.Methods in es.caib.seycon.ng.comu with parameters of type Dispatcher Modifier and Type Method Description static void
Dispatcher. toDispatcher(System source, Dispatcher target)
Updates a Dispatcher value object based on a System object.Constructors in es.caib.seycon.ng.comu with parameters of type Dispatcher Constructor Description Dispatcher(Dispatcher otherBean)
-
Uses of Dispatcher in es.caib.seycon.ng.servei
Methods in es.caib.seycon.ng.servei that return Dispatcher Modifier and Type Method Description Dispatcher
DispatcherService. create(Dispatcher dispatcher)
Operation createDispatcher
DispatcherService. findDispatcherByCodi(String codi)
Operation findDispatcherByCodiDispatcher
DispatcherService. findSoffidDispatcher()
Operation findSoffidDispatcher Finds the dispatcher bound to soffid itselfDispatcher
SelfService. getDispatcherInformation(String dispatcherCode)
Operation getDispatcherInformationDispatcher
DispatcherService. update(Dispatcher dispatcher)
Operation updateMethods in es.caib.seycon.ng.servei that return types with arguments of type Dispatcher Modifier and Type Method Description Collection<Dispatcher>
DispatcherService. findAllActiveDispatchers()
Operation findAllActiveDispatchersCollection<Dispatcher>
DispatcherService. findDispatchersByFiltre(String codi, String nomCla, String url, String basRol, String segur, Boolean actiu)
Operation findDispatchersByFiltrePagedResult<Dispatcher>
DispatcherService. findSystemByTextAndFilter(String text, String query, Integer first, Integer max)
Operation findSystemByTextAndFilterAsyncList<Dispatcher>
DispatcherService. findSystemByTextAndFilterAsync(String text, String query)
Operation findSystemByTextAndFilterAsyncPagedResult<Dispatcher>
DispatcherService. findSystemByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize)
Operation findSystemByTextAndJsonQueryAsyncList<Dispatcher>
DispatcherService. findSystemByTextAndJsonQueryAsync(String text, String jsonQuery)
Operation findSystemByTextAndJsonQueryAsyncMethods in es.caib.seycon.ng.servei with parameters of type Dispatcher Modifier and Type Method Description void
DispatcherService. applyConfiguration(Dispatcher dispatcher)
Operation applyConfigurationAsyncProcessTracker
DispatcherService. applyConfigurationAsync(Dispatcher dispatcher)
Operation applyConfigurationAsyncDispatcher
DispatcherService. create(Dispatcher dispatcher)
Operation createUserAccount
AccountService. createAccount(Usuari usuari, Dispatcher dispatcher, String name)
Operation createAccountvoid
DispatcherService. delete(Dispatcher dispatcher)
Operation deleteString
DispatcherService. generateChangesReport(Dispatcher dispatcher)
Operation generateChangesReportCollection<ControlAcces>
DispatcherService. getControlAcces(Dispatcher agent)
Operation getControlAccesCollection<GrupDispatcher>
DispatcherService. getGrupsDispatcher(Dispatcher agent)
Operation getGrupsDispatcherCollection<TipusUsuariDispatcher>
DispatcherService. getTipusUsuariDispatcher(Dispatcher agent)
Operation getTipusUsuariDispatcherboolean
DispatcherService. isGroupAllowed(Dispatcher dispatcher, String group)
Operation isGroupAllowedboolean
DispatcherService. isUserAllowed(Dispatcher dispatcher, String user)
Operation isUserAllowedboolean
DispatcherService. isUserAllowed(Dispatcher dispatcher, String user, Collection<RolGrant> permissions)
Operation isUserAllowedList<Account>
AccountService. listNonUserAccounts(Dispatcher dispatcher, String nom)
Operation listNonUserAccounts Search shareds account on a systemvoid
DispatcherService. renameAccounts(Dispatcher dispatcher)
Operation renameAccountsDispatcher
DispatcherService. update(Dispatcher dispatcher)
Operation update -
Uses of Dispatcher in es.caib.seycon.ng.servei.ejb
Methods in es.caib.seycon.ng.servei.ejb that return Dispatcher Modifier and Type Method Description Dispatcher
DispatcherService. create(Dispatcher dispatcher)
Dispatcher
DispatcherService. findDispatcherByCodi(String codi)
Dispatcher
DispatcherService. findSoffidDispatcher()
Dispatcher
SelfService. getDispatcherInformation(String dispatcherCode)
Dispatcher
DispatcherService. update(Dispatcher dispatcher)
Methods in es.caib.seycon.ng.servei.ejb that return types with arguments of type Dispatcher Modifier and Type Method Description Collection<Dispatcher>
DispatcherService. findAllActiveDispatchers()
Collection<Dispatcher>
DispatcherService. findDispatchersByFiltre(String codi, String nomCla, String url, String basRol, String segur, Boolean actiu)
PagedResult<Dispatcher>
DispatcherService. findSystemByTextAndFilter(String text, String query, Integer first, Integer max)
AsyncList<Dispatcher>
DispatcherService. findSystemByTextAndFilterAsync(String text, String query)
PagedResult<Dispatcher>
DispatcherService. findSystemByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize)
AsyncList<Dispatcher>
DispatcherService. findSystemByTextAndJsonQueryAsync(String text, String jsonQuery)
-
Uses of Dispatcher in es.caib.seycon.ng.sync.agent
Methods in es.caib.seycon.ng.sync.agent with parameters of type Dispatcher Modifier and Type Method Description String
AgentManager. createAgent(Dispatcher dispatcher)
Operation createAgentString
AgentManager. createAgentDebug(Dispatcher dispatcher)
Operation createAgentDebugObject
AgentManager. createLocalAgent(Dispatcher dispatcher)
Operation createLocalAgentObject
AgentManager. createLocalAgentDebug(Dispatcher dispatcher)
Operation createLocalAgentDebug -
Uses of Dispatcher in es.caib.seycon.ng.sync.servei
Methods in es.caib.seycon.ng.sync.servei that return Dispatcher Modifier and Type Method Description Dispatcher
ServerService. getDispatcherInfo(String codi)
Operation getDispatcherInfoMethods in es.caib.seycon.ng.sync.servei that return types with arguments of type Dispatcher Modifier and Type Method Description Collection<Dispatcher>
ServerService. getServices()
Operation getServices
-