Uses of Class
com.soffid.iam.api.IssueHost
-
Packages that use IssueHost Package Description com.soffid.iam.api -
-
Uses of IssueHost in com.soffid.iam.api
Methods in com.soffid.iam.api that return types with arguments of type IssueHost Modifier and Type Method Description List<IssueHost>
Issue. getHosts()
Gets value for attribute hostsMethod parameters in com.soffid.iam.api with type arguments of type IssueHost Modifier and Type Method Description void
Issue. setHosts(List<IssueHost> hosts)
Sets value for attribute hostsConstructors in com.soffid.iam.api with parameters of type IssueHost Constructor Description IssueHost(IssueHost otherBean)
Constructor parameters in com.soffid.iam.api with type arguments of type IssueHost Constructor Description Issue(Long id, Long number, Date created, String type, String description, Integer times, IssueStatus status, Date acknowledged, Date solved, Double failedLoginPct, Double humanConfidence, String system, String otpDevice, String exception, SoDRisk risk, RoleAccount roleAccount, PamRule rule, String jobName, String country, String account, String actor, String loginName, String hash, List<IssueHost> hosts, List<IssueUser> users, String performedActions, String requester)
-