Uses of Class
com.soffid.iam.api.HostPort
-
Packages that use HostPort Package Description com.soffid.iam.api com.soffid.iam.service com.soffid.iam.service.ejb com.soffid.iam.sync.intf.discovery -
-
Uses of HostPort in com.soffid.iam.api
Constructors in com.soffid.iam.api with parameters of type HostPort Constructor Description HostPort(HostPort otherBean)
-
Uses of HostPort in com.soffid.iam.service
Methods in com.soffid.iam.service that return types with arguments of type HostPort Modifier and Type Method Description List<HostPort>
NetworkDiscoveryService. findHostPorts(Host host)
Operation findHostPorts Gets the open ports for a hostMethod parameters in com.soffid.iam.service with type arguments of type HostPort Modifier and Type Method Description void
NetworkDiscoveryService. registerHostPorts(Host host, List<HostPort> ports)
Operation registerHostPorts Internal method to register the host open ports -
Uses of HostPort in com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that return types with arguments of type HostPort Modifier and Type Method Description List<HostPort>
NetworkDiscoveryService. findHostPorts(Host host)
-
Uses of HostPort in com.soffid.iam.sync.intf.discovery
Methods in com.soffid.iam.sync.intf.discovery that return types with arguments of type HostPort Modifier and Type Method Description List<HostPort>
HostDiscoveryEvent. getPorts()
Method parameters in com.soffid.iam.sync.intf.discovery with type arguments of type HostPort Modifier and Type Method Description void
HostDiscoveryEvent. setPorts(List<HostPort> ports)
-