Uses of Class
com.soffid.iam.am.api.Host
Packages that use Host
Package
Description
-
Uses of Host in com.soffid.iam.am.api
Methods in com.soffid.iam.am.api that return HostModifier and TypeMethodDescriptionChallenge.getClientHost()Gets value for attribute clientHostChallenge.getHost()Gets value for attribute hostMethods in com.soffid.iam.am.api with parameters of type HostModifier and TypeMethodDescriptionvoidChallenge.setClientHost(Host clientHost) Sets value for attribute clientHostvoidSets value for attribute hostConstructors in com.soffid.iam.am.api with parameters of type HostModifierConstructorDescriptionChallenge(Password password, int type, User user, Account account, String userKey, Host host, Host clientHost, int centinelPort, String otpHandler, String cardNumber, String cell, String value, Timestamp timeStamp, int clientVersion, String kerberosDomain, String challengeId, GSSContext kerberosContext, String domain, boolean closeOldSessions, boolean silent, boolean alternativeMethodAvailable, boolean resendAvailable, Object additionalData, String identityProvider) -
Uses of Host in com.soffid.iam.am.service
Methods in com.soffid.iam.am.service that return HostModifier and TypeMethodDescriptionOperation createNetworkService.findHostById(Long idMaquina) Operation findHostByIdNetworkService.findHostByIp(String ip) Operation findHostByIpNetworkService.findHostByName(String nom) Operation findHostByNameNetworkService.findHostBySerialNumber(String serialNumber) Operation findHostBySerialNumberNetworkService.registerDynamicIP(String nomMaquina, String ip, String serialNumber) Operation registerDynamicIPMethods in com.soffid.iam.am.service that return types with arguments of type HostModifier and TypeMethodDescriptioncom.soffid.zkdb.api.PagedResult<Host>NetworkService.findHosts(com.soffid.zkdb.api.Query query) Operation findHostsNetworkService.findHostsByNetwork_Discovery(Network parent, String text) Operation findHostsByNetwork_Discovery Finds all hosts or search contained host by name or description or IPMethods in com.soffid.iam.am.service with parameters of type Host -
Uses of Host in com.soffid.iam.am.service.ejb
Methods in com.soffid.iam.am.service.ejb that return HostModifier and TypeMethodDescriptionNetworkService.findHostById(Long idMaquina) NetworkService.findHostByIp(String ip) NetworkService.findHostByName(String nom) NetworkService.registerDynamicIP(String nomMaquina, String ip, String serialNumber) Methods in com.soffid.iam.am.service.ejb that return types with arguments of type HostModifier and TypeMethodDescriptioncom.soffid.zkdb.api.PagedResult<Host>NetworkService.findHosts(com.soffid.zkdb.api.Query query) NetworkService.findHostsByNetwork_Discovery(Network parent, String text) Methods in com.soffid.iam.am.service.ejb with parameters of type Host -
Uses of Host in com.soffid.iam.base.service
Methods in com.soffid.iam.base.service that return HostModifier and TypeMethodDescriptionUserService.findHomeServerByUserName(String userName) Deprecated.UserService.findMailServerByUserName(String userName) Deprecated.UserService.findProfileServerByUserName(String userName) Deprecated. -
Uses of Host in com.soffid.iam.iga.service
Methods in com.soffid.iam.iga.service that return HostModifier and TypeMethodDescriptionGroupService.getOfficeServer(Group grup) Operation getOfficeServer -
Uses of Host in com.soffid.iam.pam.service
Methods in com.soffid.iam.pam.service that return types with arguments of type HostModifier and TypeMethodDescriptionNetworkDiscoveryService.findSystemHosts(System system) Operation findSystemHosts Gets the account protected services for a hostMethods in com.soffid.iam.pam.service with parameters of type HostModifier and TypeMethodDescriptionNetworkDiscoveryService.createSystemCandidate(Host host, String type, String userName, Password password, String instance) Operation createSystemCandidate Generates a candidate system definitonvoidNetworkDiscoveryService.disconnectSystemFromHost(Host host, System system) Operation disconnectSystemFromHost Removes a candidate system definitonNetworkDiscoveryService.findHostEntryPoints(Host host) Operation findHostEntryPoints Gets the entry points for a hostNetworkDiscoveryService.findHostPorts(Host host) Operation findHostPorts Gets the open ports for a hostNetworkDiscoveryService.findHostServices(Host host) Operation findHostServices Gets the account protected services for a hostNetworkDiscoveryService.findHostSystems(Host host) Operation findHostSystems Gets the account protected services for a hostvoidNetworkDiscoveryService.registerHostEntryPoint(Host host, AccessTree entryPoint) Operation registerHostEntryPoint Method to register an entry pointvoidNetworkDiscoveryService.registerHostPorts(Host host, List<HostPort> ports) Operation registerHostPorts Internal method to register the host open portsvoidNetworkDiscoveryService.registerHostServices(Host host, System dispatcher, List<HostService> services, Map<String, String> domainToSystemMap) Operation registerHostServices Internal method to register the account protected servicesvoidNetworkDiscoveryService.registerHostSystem(Host host, System system) Operation registerHostSystem Method to register a accounts repository -
Uses of Host in com.soffid.iam.pam.service.ejb
Methods in com.soffid.iam.pam.service.ejb that return types with arguments of type HostMethods in com.soffid.iam.pam.service.ejb with parameters of type HostModifier and TypeMethodDescriptionNetworkDiscoveryService.createSystemCandidate(Host host, String type, String userName, Password password, String instance) voidNetworkDiscoveryService.disconnectSystemFromHost(Host host, System system) NetworkDiscoveryService.findHostEntryPoints(Host host) NetworkDiscoveryService.findHostPorts(Host host) NetworkDiscoveryService.findHostServices(Host host) NetworkDiscoveryService.findHostSystems(Host host) voidNetworkDiscoveryService.registerHostEntryPoint(Host host, AccessTree entryPoint) voidNetworkDiscoveryService.registerHostSystem(Host host, System system) -
Uses of Host in com.soffid.iam.sync.intf
Methods in com.soffid.iam.sync.intf with parameters of type HostModifier and TypeMethodDescriptionvoidHostMgr.updateHost(Host host) Actualizar los datos de una máquina. -
Uses of Host in com.soffid.iam.sync.service
Methods in com.soffid.iam.sync.service that return HostModifier and TypeMethodDescriptionServerService.getHostInfo(String hostName) Operation getHostInfoServerService.getHostInfoByIP(String ip) Operation getHostInfoByIPMethods in com.soffid.iam.sync.service that return types with arguments of type HostModifier and TypeMethodDescriptionServerService.getHostsFromNetwork(long networkId) Operation getHostsFromNetwork