Uses of Class
com.soffid.iam.api.System
-
Packages that use System Package Description com.soffid.iam.api com.soffid.iam.service com.soffid.iam.service.ejb com.soffid.iam.sync.agent com.soffid.iam.sync.service es.caib.seycon.ng.comu -
-
Uses of System in com.soffid.iam.api
Methods in com.soffid.iam.api that return System Modifier and Type Method Description static SystemSystem. toSystem(Dispatcher vo)Creates a System value object based on a Dispatcher object.static System[]System. toSystemArray(Dispatcher[] source)Creates a System array on a Dispatcher array.Methods in com.soffid.iam.api that return types with arguments of type System 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.Methods in com.soffid.iam.api with parameters of type System Modifier and Type Method Description static voidSystem. toSystem(Dispatcher source, System target)Updates a System value object based on a Dispatcher object.Constructors in com.soffid.iam.api with parameters of type System Constructor Description System(System otherBean) -
Uses of System in com.soffid.iam.service
Methods in com.soffid.iam.service that return System Modifier and Type Method Description SystemDispatcherService. create(System dispatcher)Operation createSystemNetworkDiscoveryService. createSystemCandidate(Host host, String type, String userName, Password password, String instance)Operation createSystemCandidate Generates a candidate system definitonSystemDispatcherService. findDispatcherByName(String codi)Operation findDispatcherByNameSystemDispatcherService. findSoffidDispatcher()Operation findSoffidDispatcher Finds the dispatcher bound to soffid itselfSystemSelfService. getDispatcherInformation(String dispatcherCode)Operation getDispatcherInformationSystemDispatcherService. update(System dispatcher)Operation updateMethods in com.soffid.iam.service that return types with arguments of type System Modifier and Type Method Description Collection<System>DispatcherService. findAllActiveDispatchers()Operation findAllActiveDispatchersCollection<System>DispatcherService. findDispatchersByFilter(String codi, String nomCla, String url, String basRol, String segur, Boolean actiu)Operation findDispatchersByFilterList<System>NetworkDiscoveryService. findHostSystems(Host host)Operation findHostSystems Gets the account protected services for a hostPagedResult<System>DispatcherService. findSystemByTextAndFilter(String text, String query, Integer first, Integer max)Operation findSystemByTextAndFilterAsyncList<System>DispatcherService. findSystemByTextAndFilterAsync(String text, String query)Operation findSystemByTextAndFilterAsyncPagedResult<System>DispatcherService. findSystemByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize)Operation findSystemByTextAndJsonQueryAsyncList<System>DispatcherService. findSystemByTextAndJsonQueryAsync(String text, String jsonQuery)Operation findSystemByTextAndJsonQueryAsyncMethods in com.soffid.iam.service with parameters of type System Modifier and Type Method Description voidDispatcherService. applyConfiguration(System dispatcher)Operation applyConfigurationAsyncProcessTrackerDispatcherService. applyConfigurationAsync(System dispatcher)Operation applyConfigurationAsyncSystemDispatcherService. create(System dispatcher)Operation createUserAccountAccountService. createAccount(User usuari, System dispatcher, String name)Operation createAccountvoidDispatcherService. delete(System dispatcher)Operation deletevoidNetworkDiscoveryService. disconnectSystemFromHost(Host host, System system)Operation disconnectSystemFromHost Removes a candidate system definitonList<Host>NetworkDiscoveryService. findSystemHosts(System system)Operation findSystemHosts Gets the account protected services for a hostStringDispatcherService. generateChangesReport(System dispatcher)Operation generateChangesReportCollection<AccessControl>DispatcherService. getAccessControl(System agent)Operation getAccessControlCollection<SystemGroup>DispatcherService. getDispatcherGroups(System agent)Operation getDispatcherGroupsCollection<UserTypeDispatcher>DispatcherService. getDispatcherUserTypes(System agent)Operation getDispatcherUserTypesbooleanDispatcherService. isGroupAllowed(System dispatcher, String group)Operation isGroupAllowedbooleanDispatcherService. isUserAllowed(System dispatcher, String user)Operation isUserAllowedbooleanDispatcherService. isUserAllowed(System dispatcher, String user, Collection<RoleGrant> permissions)Operation isUserAllowedList<Account>AccountService. listNonUserAccounts(System dispatcher, String nom)Operation listNonUserAccounts Search shareds account on a systemvoidNetworkDiscoveryService. registerHostServices(Host host, System dispatcher, List<HostService> services, Map<String,String> domainToSystemMap)Operation registerHostServices Internal method to register the account protected servicesvoidNetworkDiscoveryService. registerHostSystem(Host host, System system)Operation registerHostSystem Method to register a accounts repositoryvoidDispatcherService. renameAccounts(System dispatcher)Operation renameAccountsSystemDispatcherService. update(System dispatcher)Operation update -
Uses of System in com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that return System Modifier and Type Method Description SystemDispatcherService. create(System dispatcher)SystemNetworkDiscoveryService. createSystemCandidate(Host host, String type, String userName, Password password, String instance)SystemDispatcherService. findDispatcherByName(String codi)SystemDispatcherService. findSoffidDispatcher()SystemSelfService. getDispatcherInformation(String dispatcherCode)SystemDispatcherService. update(System dispatcher)Methods in com.soffid.iam.service.ejb that return types with arguments of type System Modifier and Type Method Description Collection<System>DispatcherService. findAllActiveDispatchers()Collection<System>DispatcherService. findDispatchersByFilter(String codi, String nomCla, String url, String basRol, String segur, Boolean actiu)List<System>NetworkDiscoveryService. findHostSystems(Host host)PagedResult<System>DispatcherService. findSystemByTextAndFilter(String text, String query, Integer first, Integer max)AsyncList<System>DispatcherService. findSystemByTextAndFilterAsync(String text, String query)PagedResult<System>DispatcherService. findSystemByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize)AsyncList<System>DispatcherService. findSystemByTextAndJsonQueryAsync(String text, String jsonQuery)Methods in com.soffid.iam.service.ejb with parameters of type System Modifier and Type Method Description voidDispatcherService. applyConfiguration(System dispatcher)AsyncProcessTrackerDispatcherService. applyConfigurationAsync(System dispatcher)SystemDispatcherService. create(System dispatcher)UserAccountAccountService. createAccount(User usuari, System dispatcher, String name)voidDispatcherService. delete(System dispatcher)voidNetworkDiscoveryService. disconnectSystemFromHost(Host host, System system)List<Host>NetworkDiscoveryService. findSystemHosts(System system)StringDispatcherService. generateChangesReport(System dispatcher)Collection<AccessControl>DispatcherService. getAccessControl(System agent)Collection<SystemGroup>DispatcherService. getDispatcherGroups(System agent)Collection<UserTypeDispatcher>DispatcherService. getDispatcherUserTypes(System agent)List<Account>AccountService. listNonUserAccounts(System dispatcher, String nom)voidNetworkDiscoveryService. registerHostSystem(Host host, System system)voidDispatcherService. renameAccounts(System dispatcher)SystemDispatcherService. update(System dispatcher) -
Uses of System in com.soffid.iam.sync.agent
Methods in com.soffid.iam.sync.agent with parameters of type System Modifier and Type Method Description StringAgentManager. createAgent(System dispatcher)Operation createAgentStringAgentManager. createAgentDebug(System dispatcher)Operation createAgentDebugObjectAgentManager. createLocalAgent(System dispatcher)Operation createLocalAgentObjectAgentManager. createLocalAgentDebug(System dispatcher)Operation createLocalAgentDebug -
Uses of System in com.soffid.iam.sync.service
Methods in com.soffid.iam.sync.service that return System Modifier and Type Method Description SystemServerService. getDispatcherInfo(String codi)Operation getDispatcherInfoMethods in com.soffid.iam.sync.service that return types with arguments of type System Modifier and Type Method Description Collection<System>ServerService. getServices()Operation getServices -
Uses of System in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu with parameters of type System Modifier and Type Method Description static DispatcherDispatcher. toDispatcher(System vo)Creates a Dispatcher value object based on a System object.static voidDispatcher. toDispatcher(System source, Dispatcher target)Updates a Dispatcher value object based on a System object.static Dispatcher[]Dispatcher. toDispatcherArray(System[] source)Creates a Dispatcher array on a System array.Method parameters in es.caib.seycon.ng.comu with type arguments of type System 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.
-