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 System
System. 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 void
System. 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 System
DispatcherService. create(System dispatcher)
Operation createSystem
NetworkDiscoveryService. createSystemCandidate(Host host, String type, String userName, Password password, String instance)
Operation createSystemCandidate Generates a candidate system definitonSystem
DispatcherService. findDispatcherByName(String codi)
Operation findDispatcherByNameSystem
DispatcherService. findSoffidDispatcher()
Operation findSoffidDispatcher Finds the dispatcher bound to soffid itselfSystem
SelfService. getDispatcherInformation(String dispatcherCode)
Operation getDispatcherInformationSystem
DispatcherService. 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 void
DispatcherService. applyConfiguration(System dispatcher)
Operation applyConfigurationAsyncProcessTracker
DispatcherService. applyConfigurationAsync(System dispatcher)
Operation applyConfigurationAsyncSystem
DispatcherService. create(System dispatcher)
Operation createUserAccount
AccountService. createAccount(User usuari, System dispatcher, String name)
Operation createAccountvoid
DispatcherService. delete(System dispatcher)
Operation deletevoid
NetworkDiscoveryService. 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 hostString
DispatcherService. 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 getDispatcherUserTypesboolean
DispatcherService. isGroupAllowed(System dispatcher, String group)
Operation isGroupAllowedboolean
DispatcherService. isUserAllowed(System dispatcher, String user)
Operation isUserAllowedboolean
DispatcherService. isUserAllowed(System dispatcher, String user, Collection<RoleGrant> permissions)
Operation isUserAllowedList<Account>
AccountService. listNonUserAccounts(System dispatcher, String nom)
Operation listNonUserAccounts Search shareds account on a systemvoid
NetworkDiscoveryService. registerHostServices(Host host, System dispatcher, List<HostService> services, Map<String,String> domainToSystemMap)
Operation registerHostServices Internal method to register the account protected servicesvoid
NetworkDiscoveryService. registerHostSystem(Host host, System system)
Operation registerHostSystem Method to register a accounts repositoryvoid
DispatcherService. renameAccounts(System dispatcher)
Operation renameAccountsSystem
DispatcherService. 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 System
DispatcherService. create(System dispatcher)
System
NetworkDiscoveryService. createSystemCandidate(Host host, String type, String userName, Password password, String instance)
System
DispatcherService. findDispatcherByName(String codi)
System
DispatcherService. findSoffidDispatcher()
System
SelfService. getDispatcherInformation(String dispatcherCode)
System
DispatcherService. 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 void
DispatcherService. applyConfiguration(System dispatcher)
AsyncProcessTracker
DispatcherService. applyConfigurationAsync(System dispatcher)
System
DispatcherService. create(System dispatcher)
UserAccount
AccountService. createAccount(User usuari, System dispatcher, String name)
void
DispatcherService. delete(System dispatcher)
void
NetworkDiscoveryService. disconnectSystemFromHost(Host host, System system)
List<Host>
NetworkDiscoveryService. findSystemHosts(System system)
String
DispatcherService. 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)
void
NetworkDiscoveryService. registerHostSystem(Host host, System system)
void
DispatcherService. renameAccounts(System dispatcher)
System
DispatcherService. 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 String
AgentManager. createAgent(System dispatcher)
Operation createAgentString
AgentManager. createAgentDebug(System dispatcher)
Operation createAgentDebugObject
AgentManager. createLocalAgent(System dispatcher)
Operation createLocalAgentObject
AgentManager. 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 System
ServerService. 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 Dispatcher
Dispatcher. toDispatcher(System vo)
Creates a Dispatcher value object based on a System object.static void
Dispatcher. 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.
-