Package com.soffid.iam.sync.intf
Interface NetworkDiscoveryInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<DiscoveryEvent>
getDiscoveryEvents()
boolean
isFinished()
void
startDiscovery(Network network, List<Account> accounts)
-
-
-
Method Detail
-
getDiscoveryEvents
List<DiscoveryEvent> getDiscoveryEvents()
-
isFinished
boolean isFinished()
-
-