Uses of Class
com.soffid.iam.api.HostEventAction
-
Packages that use HostEventAction Package Description com.soffid.iam.api -
-
Uses of HostEventAction in com.soffid.iam.api
Fields in com.soffid.iam.api declared as HostEventAction Modifier and Type Field Description static HostEventActionHostEventAction. LOCKstatic HostEventActionHostEventAction. UNLOCKMethods in com.soffid.iam.api that return HostEventAction Modifier and Type Method Description static HostEventActionHostEventAction. fromString(String value)Creates an instance of HostEventAction fromvalue.HostEventActionIssueHost. getAction()Gets value for attribute actionMethods in com.soffid.iam.api with parameters of type HostEventAction Modifier and Type Method Description voidIssueHost. setAction(HostEventAction action)Sets value for attribute actionConstructors in com.soffid.iam.api with parameters of type HostEventAction Constructor Description IssueHost(HostEventAction action, Long hostId, String hostName)IssueHost(HostEventAction action, Long hostId, String hostName, String hostIp)
-