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 Network
Network. 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 void
Network. 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 Network
NetworkService. create(Network xarxa)
Operation createNetwork
NetworkService. findNetworkByIpAddress(String ipAdress)
Operation findNetworkByIpAddressNetwork
NetworkService. 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 Network
NetworkService. create(Network xarxa)
Operation createvoid
NetworkDiscoveryService. createNetworkAccount(Network network, Account account)
Operation createNetworkAccount Register account for network discoveryvoid
NetworkService. delete(Network xarxa)
Operation deletevoid
NetworkDiscoveryService. 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 discoveryScheduledTask
NetworkDiscoveryService. findNetworkDiscoveryScheduledTask(Network network)
Operation findNetworkDiscoveryScheduledTask Internal method to get the discovery scheduleList<NetworkAuthorization>
NetworkService. getACL(Network xarxa)
Operation getACLvoid
NetworkDiscoveryService. removeNetworkAccount(Network network, Account account)
Operation removeNetworkAccount Removes account for network discoveryvoid
NetworkDiscoveryService. startDiscovery(Network network)
Operation startDiscovery Internal method to scan a networkvoid
NetworkService. 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 Network
NetworkService. create(Network xarxa)
Network
NetworkService. 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 Network
NetworkService. create(Network xarxa)
void
NetworkDiscoveryService. createNetworkAccount(Network network, Account account)
void
NetworkService. delete(Network xarxa)
void
NetworkDiscoveryService. enableNetworkDiscoveryScheduledTask(Network network)
List<Host>
NetworkService. findHostsByNetwork(Network xarxa)
List<Host>
NetworkService. findHostsByNetwork_Discovery(Network parent, String text)
List<Account>
NetworkDiscoveryService. findNetworkAccount(Network network)
ScheduledTask
NetworkDiscoveryService. findNetworkDiscoveryScheduledTask(Network network)
List<NetworkAuthorization>
NetworkService. getACL(Network xarxa)
void
NetworkDiscoveryService. removeNetworkAccount(Network network, Account account)
void
NetworkDiscoveryService. startDiscovery(Network network)
void
NetworkService. 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 void
NetworkDiscoveryInterface. 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 Network
ServerService. 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 Xarxa
Xarxa. toXarxa(Network vo)
Creates a Xarxa value object based on a Network object.static void
Xarxa. 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.
-