Uses of Class
com.soffid.iam.api.HostService
-
Packages that use HostService Package Description com.soffid.iam.api com.soffid.iam.service com.soffid.iam.service.ejb com.soffid.iam.sync.intf es.caib.seycon.ng.servei es.caib.seycon.ng.servei.ejb es.caib.seycon.ng.sync.intf -
-
Uses of HostService in com.soffid.iam.api
Constructors in com.soffid.iam.api with parameters of type HostService Constructor Description HostService(HostService otherBean)
-
Uses of HostService in com.soffid.iam.service
Methods in com.soffid.iam.service that return HostService Modifier and Type Method Description HostService
NetworkDiscoveryService. createHostService(HostService service)
Operation createHostService Method to register a manual host serviceHostService
NetworkDiscoveryService. updateHostService(HostService service)
Operation updateHostService Method to register a manual host serviceMethods in com.soffid.iam.service that return types with arguments of type HostService Modifier and Type Method Description Collection<HostService>
AccountService. findAccountServices(Account account)
Operation findAccountServicesList<HostService>
NetworkDiscoveryService. findHostServices(Host host)
Operation findHostServices Gets the account protected services for a hostMethods in com.soffid.iam.service with parameters of type HostService Modifier and Type Method Description HostService
NetworkDiscoveryService. createHostService(HostService service)
Operation createHostService Method to register a manual host servicevoid
NetworkDiscoveryService. deleteHostService(HostService service)
Operation deleteHostService Method to register a manual host serviceHostService
NetworkDiscoveryService. updateHostService(HostService service)
Operation updateHostService Method to register a manual host serviceMethod parameters in com.soffid.iam.service with type arguments of type HostService Modifier and Type Method Description void
NetworkDiscoveryService. registerHostServices(Host host, System dispatcher, List<HostService> services, Map<String,String> domainToSystemMap)
Operation registerHostServices Internal method to register the account protected services -
Uses of HostService in com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that return HostService Modifier and Type Method Description HostService
NetworkDiscoveryService. createHostService(HostService service)
HostService
NetworkDiscoveryService. updateHostService(HostService service)
Methods in com.soffid.iam.service.ejb that return types with arguments of type HostService Modifier and Type Method Description Collection<HostService>
AccountService. findAccountServices(Account account)
List<HostService>
NetworkDiscoveryService. findHostServices(Host host)
Methods in com.soffid.iam.service.ejb with parameters of type HostService Modifier and Type Method Description HostService
NetworkDiscoveryService. createHostService(HostService service)
void
NetworkDiscoveryService. deleteHostService(HostService service)
HostService
NetworkDiscoveryService. updateHostService(HostService service)
-
Uses of HostService in com.soffid.iam.sync.intf
Methods in com.soffid.iam.sync.intf that return types with arguments of type HostService Modifier and Type Method Description List<HostService>
ServiceMgr. getHostServices()
-
Uses of HostService in es.caib.seycon.ng.servei
Methods in es.caib.seycon.ng.servei that return types with arguments of type HostService Modifier and Type Method Description Collection<HostService>
AccountService. findAccountServices(Account account)
Operation findAccountServices -
Uses of HostService in es.caib.seycon.ng.servei.ejb
Methods in es.caib.seycon.ng.servei.ejb that return types with arguments of type HostService Modifier and Type Method Description Collection<HostService>
AccountService. findAccountServices(Account account)
-
Uses of HostService in es.caib.seycon.ng.sync.intf
Methods in es.caib.seycon.ng.sync.intf that return types with arguments of type HostService Modifier and Type Method Description List<HostService>
ReconcileMgr2. getHostServices()
-