Uses of Class
com.soffid.iam.api.Network
-
Packages that use Network Package Description com.soffid.iam.api com.soffid.iam.service com.soffid.iam.service.ejb com.soffid.iam.sync.intf com.soffid.iam.sync.service es.caib.seycon.ng.comu -
-
Uses of Network in com.soffid.iam.api
Methods in com.soffid.iam.api that return Network Modifier and Type Method Description static NetworkNetwork. toNetwork(Xarxa vo)Creates a Network value object based on a Xarxa object.static Network[]Network. toNetworkArray(Xarxa[] source)Creates a Network array on a Xarxa array.Methods in com.soffid.iam.api that return types with arguments of type Network Modifier and Type Method Description static AsyncList<Network>Network. toNetworkAsyncList(AsyncList<Xarxa> source)Creates a Network asynclist on a Xarxa collection.static PagedResult<Network>Network. toNetworkList(PagedResult<Xarxa> source)Creates a Network pagedResult on a Xarxa collection.static List<Network>Network. toNetworkList(Collection<Xarxa> source)Creates a Network list on a Xarxa collection.Methods in com.soffid.iam.api with parameters of type Network Modifier and Type Method Description static voidNetwork. toNetwork(Xarxa source, Network target)Updates a Network value object based on a Xarxa object.Constructors in com.soffid.iam.api with parameters of type Network Constructor Description Network(Network otherBean) -
Uses of Network in com.soffid.iam.service
Methods in com.soffid.iam.service that return Network Modifier and Type Method Description NetworkNetworkService. create(Network xarxa)Operation createNetworkNetworkService. findNetworkByIpAddress(String ipAdress)Operation findNetworkByIpAddressNetworkNetworkService. findNetworkByName(String codi)Operation findNetworkByNameMethods in com.soffid.iam.service that return types with arguments of type Network Modifier and Type Method Description List<Network>NetworkService. findNetworkByFilter(String codi, String adreca, String descripcio, String mascara, String normalitzada, String dhcp, String maquina)Operation findNetworkByFilterList<Network>NetworkService. findNetworkByText_Discovery(String text)Operation findNetworkByText_Discovery Finds network by network name or network description or network IP or contained host name or description or IPPagedResult<Network>NetworkService. findNetworkByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize)Operation findNetworkByTextAndJsonQueryAsyncList<Network>NetworkService. findNetworkByTextAndJsonQueryAsync(String text, String jsonQuery)Operation findNetworkByTextAndJsonQueryAsyncList<Network>NetworkService. getNetworks()Operation getNetworksMethods in com.soffid.iam.service with parameters of type Network Modifier and Type Method Description NetworkNetworkService. create(Network xarxa)Operation createvoidNetworkDiscoveryService. createNetworkAccount(Network network, Account account)Operation createNetworkAccount Register account for network discoveryvoidNetworkService. delete(Network xarxa)Operation deletevoidNetworkDiscoveryService. enableNetworkDiscoveryScheduledTask(Network network)Operation enableNetworkDiscoveryScheduledTask Enable network discoveryList<Host>NetworkService. findHostsByNetwork(Network xarxa)Operation findHostsByNetworkList<Host>NetworkService. findHostsByNetwork_Discovery(Network parent, String text)Operation findHostsByNetwork_Discovery Finds all hosts or search contained host by name or description or IPList<Account>NetworkDiscoveryService. findNetworkAccount(Network network)Operation findNetworkAccount Retrieves account for network discoveryScheduledTaskNetworkDiscoveryService. findNetworkDiscoveryScheduledTask(Network network)Operation findNetworkDiscoveryScheduledTask Internal method to get the discovery scheduleList<NetworkAuthorization>NetworkService. getACL(Network xarxa)Operation getACLvoidNetworkDiscoveryService. removeNetworkAccount(Network network, Account account)Operation removeNetworkAccount Removes account for network discoveryvoidNetworkDiscoveryService. startDiscovery(Network network)Operation startDiscovery Internal method to scan a networkvoidNetworkService. update(Network xarxa)Operation update -
Uses of Network in com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that return Network Modifier and Type Method Description NetworkNetworkService. create(Network xarxa)NetworkNetworkService. findNetworkByName(String codi)Methods in com.soffid.iam.service.ejb that return types with arguments of type Network Modifier and Type Method Description List<Network>NetworkService. findNetworkByFilter(String codi, String adreca, String descripcio, String mascara, String normalitzada, String dhcp, String maquina)List<Network>NetworkService. findNetworkByText_Discovery(String text)PagedResult<Network>NetworkService. findNetworkByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize)AsyncList<Network>NetworkService. findNetworkByTextAndJsonQueryAsync(String text, String jsonQuery)List<Network>NetworkService. getNetworks()Methods in com.soffid.iam.service.ejb with parameters of type Network Modifier and Type Method Description NetworkNetworkService. create(Network xarxa)voidNetworkDiscoveryService. createNetworkAccount(Network network, Account account)voidNetworkService. delete(Network xarxa)voidNetworkDiscoveryService. enableNetworkDiscoveryScheduledTask(Network network)List<Host>NetworkService. findHostsByNetwork(Network xarxa)List<Host>NetworkService. findHostsByNetwork_Discovery(Network parent, String text)List<Account>NetworkDiscoveryService. findNetworkAccount(Network network)ScheduledTaskNetworkDiscoveryService. findNetworkDiscoveryScheduledTask(Network network)List<NetworkAuthorization>NetworkService. getACL(Network xarxa)voidNetworkDiscoveryService. removeNetworkAccount(Network network, Account account)voidNetworkDiscoveryService. startDiscovery(Network network)voidNetworkService. update(Network xarxa) -
Uses of Network in com.soffid.iam.sync.intf
Methods in com.soffid.iam.sync.intf with parameters of type Network Modifier and Type Method Description voidNetworkDiscoveryInterface. startDiscovery(Network network, List<Account> accounts) -
Uses of Network in com.soffid.iam.sync.service
Methods in com.soffid.iam.sync.service that return Network Modifier and Type Method Description NetworkServerService. getNetworkInfo(String network)Operation getNetworkInfoMethods in com.soffid.iam.sync.service that return types with arguments of type Network Modifier and Type Method Description Collection<Network>ServerService. getNetworksList()Operation getNetworksList -
Uses of Network in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu with parameters of type Network Modifier and Type Method Description static XarxaXarxa. toXarxa(Network vo)Creates a Xarxa value object based on a Network object.static voidXarxa. toXarxa(Network source, Xarxa target)Updates a Xarxa value object based on a Network object.static Xarxa[]Xarxa. toXarxaArray(Network[] source)Creates a Xarxa array on a Network array.Method parameters in es.caib.seycon.ng.comu with type arguments of type Network Modifier and Type Method Description static AsyncList<Xarxa>Xarxa. toXarxaAsyncList(AsyncList<Network> source)Creates a Xarxa asynclist on a Network collection.static PagedResult<Xarxa>Xarxa. toXarxaList(PagedResult<Network> source)Creates a Xarxa pagedResult on a Network collection.static List<Xarxa>Xarxa. toXarxaList(Collection<Network> source)Creates a Xarxa list on a Network collection.
-