Uses of Class
com.soffid.iam.pam.api.HostService
Packages that use HostService
Package
Description
-
Uses of HostService in com.soffid.iam.base.service
Methods in com.soffid.iam.base.service that return types with arguments of type HostServiceModifier and TypeMethodDescriptionAccountService.findAccountServices(Account account) Operation findAccountServices -
Uses of HostService in com.soffid.iam.base.service.ejb
Methods in com.soffid.iam.base.service.ejb that return types with arguments of type HostService -
Uses of HostService in com.soffid.iam.pam.api
Constructors in com.soffid.iam.pam.api with parameters of type HostService -
Uses of HostService in com.soffid.iam.pam.service
Methods in com.soffid.iam.pam.service that return HostServiceModifier and TypeMethodDescriptionNetworkDiscoveryService.createHostService(HostService service) Operation createHostService Method to register a manual host serviceNetworkDiscoveryService.updateHostService(HostService service) Operation updateHostService Method to register a manual host serviceMethods in com.soffid.iam.pam.service that return types with arguments of type HostServiceModifier and TypeMethodDescriptionNetworkDiscoveryService.findHostServices(Host host) Operation findHostServices Gets the account protected services for a hostMethods in com.soffid.iam.pam.service with parameters of type HostServiceModifier and TypeMethodDescriptionNetworkDiscoveryService.createHostService(HostService service) Operation createHostService Method to register a manual host servicevoidNetworkDiscoveryService.deleteHostService(HostService service) Operation deleteHostService Method to register a manual host serviceNetworkDiscoveryService.updateHostService(HostService service) Operation updateHostService Method to register a manual host serviceMethod parameters in com.soffid.iam.pam.service with type arguments of type HostServiceModifier and TypeMethodDescriptionvoidNetworkDiscoveryService.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.pam.service.ejb
Methods in com.soffid.iam.pam.service.ejb that return HostServiceModifier and TypeMethodDescriptionNetworkDiscoveryService.createHostService(HostService service) NetworkDiscoveryService.updateHostService(HostService service) Methods in com.soffid.iam.pam.service.ejb that return types with arguments of type HostServiceMethods in com.soffid.iam.pam.service.ejb with parameters of type HostServiceModifier and TypeMethodDescriptionNetworkDiscoveryService.createHostService(HostService service) voidNetworkDiscoveryService.deleteHostService(HostService service) 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