Uses of Class
com.soffid.iam.am.api.Network
Packages that use Network
Package
Description
-
Uses of Network in com.soffid.iam.am.api
Constructors in com.soffid.iam.am.api with parameters of type Network -
Uses of Network in com.soffid.iam.am.service
Methods in com.soffid.iam.am.service that return NetworkModifier and TypeMethodDescriptionOperation createNetworkService.findNetworkByIpAddress(String ipAdress) Operation findNetworkByIpAddressNetworkService.findNetworkByName(String codi) Operation findNetworkByNameMethods in com.soffid.iam.am.service that return types with arguments of type NetworkModifier and TypeMethodDescriptionNetworkService.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 IPcom.soffid.zkdb.api.PagedResult<Network>NetworkService.findNetworks(com.soffid.zkdb.api.Query query) Operation findNetworksNetworkService.getNetworks()Operation getNetworksMethods in com.soffid.iam.am.service with parameters of type NetworkModifier and TypeMethodDescriptionOperation createvoidOperation deleteNetworkService.findHostsByNetwork_Discovery(Network parent, String text) Operation findHostsByNetwork_Discovery Finds all hosts or search contained host by name or description or IPOperation getACLvoidOperation update -
Uses of Network in com.soffid.iam.am.service.ejb
Methods in com.soffid.iam.am.service.ejb that return NetworkMethods in com.soffid.iam.am.service.ejb that return types with arguments of type NetworkModifier and TypeMethodDescriptionNetworkService.findNetworkByText_Discovery(String text) com.soffid.zkdb.api.PagedResult<Network>NetworkService.findNetworks(com.soffid.zkdb.api.Query query) NetworkService.getNetworks()Methods in com.soffid.iam.am.service.ejb with parameters of type NetworkModifier and TypeMethodDescriptionvoidNetworkService.findHostsByNetwork_Discovery(Network parent, String text) void -
Uses of Network in com.soffid.iam.pam.service
Methods in com.soffid.iam.pam.service with parameters of type NetworkModifier and TypeMethodDescriptionvoidNetworkDiscoveryService.createNetworkAccount(Network network, Account account) Operation createNetworkAccount Register account for network discoveryvoidNetworkDiscoveryService.enableNetworkDiscoveryScheduledTask(Network network) Operation enableNetworkDiscoveryScheduledTask Enable network discoveryNetworkDiscoveryService.findNetworkAccount(Network network) Operation findNetworkAccount Retrieves account for network discoveryNetworkDiscoveryService.findNetworkDiscoveryScheduledTask(Network network) Operation findNetworkDiscoveryScheduledTask Internal method to get the discovery schedulevoidNetworkDiscoveryService.removeNetworkAccount(Network network, Account account) Operation removeNetworkAccount Removes account for network discoveryvoidNetworkDiscoveryService.startDiscovery(Network network) Operation startDiscovery Internal method to scan a network -
Uses of Network in com.soffid.iam.pam.service.ejb
Methods in com.soffid.iam.pam.service.ejb with parameters of type NetworkModifier and TypeMethodDescriptionvoidNetworkDiscoveryService.createNetworkAccount(Network network, Account account) voidNetworkDiscoveryService.enableNetworkDiscoveryScheduledTask(Network network) NetworkDiscoveryService.findNetworkAccount(Network network) NetworkDiscoveryService.findNetworkDiscoveryScheduledTask(Network network) voidNetworkDiscoveryService.removeNetworkAccount(Network network, Account account) voidNetworkDiscoveryService.startDiscovery(Network network) -
Uses of Network in com.soffid.iam.sync.intf
Methods in com.soffid.iam.sync.intf with parameters of type NetworkModifier and TypeMethodDescriptionvoidNetworkDiscoveryInterface.startDiscovery(Network network, List<Account> accounts) -
Uses of Network in com.soffid.iam.sync.service
Methods in com.soffid.iam.sync.service that return NetworkModifier and TypeMethodDescriptionServerService.getNetworkInfo(String network) Operation getNetworkInfoMethods in com.soffid.iam.sync.service that return types with arguments of type Network