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 SystemSystem. toSystem(Dispatcher vo)Creates a System value object based on a Dispatcher object.static voidSystem. 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 DispatcherDispatcher. 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 voidDispatcher. 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 DispatcherDispatcherService. create(Dispatcher dispatcher)Operation createDispatcherDispatcherService. findDispatcherByCodi(String codi)Operation findDispatcherByCodiDispatcherDispatcherService. findSoffidDispatcher()Operation findSoffidDispatcher Finds the dispatcher bound to soffid itselfDispatcherSelfService. getDispatcherInformation(String dispatcherCode)Operation getDispatcherInformationDispatcherDispatcherService. 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 voidDispatcherService. applyConfiguration(Dispatcher dispatcher)Operation applyConfigurationAsyncProcessTrackerDispatcherService. applyConfigurationAsync(Dispatcher dispatcher)Operation applyConfigurationAsyncDispatcherDispatcherService. create(Dispatcher dispatcher)Operation createUserAccountAccountService. createAccount(Usuari usuari, Dispatcher dispatcher, String name)Operation createAccountvoidDispatcherService. delete(Dispatcher dispatcher)Operation deleteStringDispatcherService. 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 getTipusUsuariDispatcherbooleanDispatcherService. isGroupAllowed(Dispatcher dispatcher, String group)Operation isGroupAllowedbooleanDispatcherService. isUserAllowed(Dispatcher dispatcher, String user)Operation isUserAllowedbooleanDispatcherService. isUserAllowed(Dispatcher dispatcher, String user, Collection<RolGrant> permissions)Operation isUserAllowedList<Account>AccountService. listNonUserAccounts(Dispatcher dispatcher, String nom)Operation listNonUserAccounts Search shareds account on a systemvoidDispatcherService. renameAccounts(Dispatcher dispatcher)Operation renameAccountsDispatcherDispatcherService. 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 DispatcherDispatcherService. create(Dispatcher dispatcher)DispatcherDispatcherService. findDispatcherByCodi(String codi)DispatcherDispatcherService. findSoffidDispatcher()DispatcherSelfService. getDispatcherInformation(String dispatcherCode)DispatcherDispatcherService. 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 StringAgentManager. createAgent(Dispatcher dispatcher)Operation createAgentStringAgentManager. createAgentDebug(Dispatcher dispatcher)Operation createAgentDebugObjectAgentManager. createLocalAgent(Dispatcher dispatcher)Operation createLocalAgentObjectAgentManager. 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 DispatcherServerService. 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
-