Uses of Class
com.soffid.iam.pam.api.HostEventAction
Packages that use HostEventAction
-
Uses of HostEventAction in com.soffid.iam.pam.api
Fields in com.soffid.iam.pam.api declared as HostEventActionModifier and TypeFieldDescriptionstatic final HostEventActionHostEventAction.LOCKstatic final HostEventActionHostEventAction.UNLOCKMethods in com.soffid.iam.pam.api that return HostEventActionModifier and TypeMethodDescriptionstatic HostEventActionHostEventAction.fromString(String value) Creates an instance of HostEventAction fromvalue. -
Uses of HostEventAction in com.soffid.iam.rc.api
Methods in com.soffid.iam.rc.api that return HostEventActionModifier and TypeMethodDescriptionIssueBrowser.getAction()Gets value for attribute actionIssueHost.getAction()Gets value for attribute actionMethods in com.soffid.iam.rc.api with parameters of type HostEventActionModifier and TypeMethodDescriptionvoidIssueBrowser.setAction(HostEventAction action) Sets value for attribute actionvoidIssueHost.setAction(HostEventAction action) Sets value for attribute actionConstructors in com.soffid.iam.rc.api with parameters of type HostEventActionModifierConstructorDescriptionIssueBrowser(HostEventAction action, Long browserId, String type) IssueBrowser(HostEventAction action, Long browserId, String type, String hostIp) IssueHost(HostEventAction action, Long hostId, String hostName) IssueHost(HostEventAction action, Long hostId, String hostName, String hostIp)