Package com.soffid.iam.service.ejb
Interface NetworkDiscoveryService
-
public interface NetworkDiscoveryService
EJB NetworkDiscoveryService
-
-
Method Summary
-
-
-
Method Detail
-
createHostService
HostService createHostService(HostService service) throws InternalErrorException
- Throws:
InternalErrorException
-
updateHostService
HostService updateHostService(HostService service) throws InternalErrorException
- Throws:
InternalErrorException
-
findNetworkDiscoveryScheduledTask
ScheduledTask findNetworkDiscoveryScheduledTask(Network network) throws InternalErrorException
- Throws:
InternalErrorException
-
createSystemCandidate
System createSystemCandidate(Host host, String type, String userName, Password password, String instance) throws InternalErrorException
- Throws:
InternalErrorException
-
findHostEntryPoints
List<AccessTree> findHostEntryPoints(Host host) throws InternalErrorException
- Throws:
InternalErrorException
-
findHostPorts
List<HostPort> findHostPorts(Host host) throws InternalErrorException
- Throws:
InternalErrorException
-
findHostServices
List<HostService> findHostServices(Host host) throws InternalErrorException
- Throws:
InternalErrorException
-
findHostSystems
List<System> findHostSystems(Host host) throws InternalErrorException
- Throws:
InternalErrorException
-
findNetworkAccount
List<Account> findNetworkAccount(Network network) throws InternalErrorException
- Throws:
InternalErrorException
-
findSystemHosts
List<Host> findSystemHosts(System system) throws InternalErrorException
- Throws:
InternalErrorException
-
createNetworkAccount
void createNetworkAccount(Network network, Account account) throws InternalErrorException
- Throws:
InternalErrorException
-
deleteHostService
void deleteHostService(HostService service) throws InternalErrorException
- Throws:
InternalErrorException
-
disconnectSystemFromHost
void disconnectSystemFromHost(Host host, System system) throws InternalErrorException
- Throws:
InternalErrorException
-
enableNetworkDiscoveryScheduledTask
void enableNetworkDiscoveryScheduledTask(Network network) throws InternalErrorException
- Throws:
InternalErrorException
-
registerHostEntryPoint
void registerHostEntryPoint(Host host, AccessTree entryPoint) throws InternalErrorException
- Throws:
InternalErrorException
-
registerHostSystem
void registerHostSystem(Host host, System system) throws InternalErrorException
- Throws:
InternalErrorException
-
removeNetworkAccount
void removeNetworkAccount(Network network, Account account) throws InternalErrorException
- Throws:
InternalErrorException
-
startDiscovery
void startDiscovery(Network network) throws InternalErrorException
- Throws:
InternalErrorException
-
-