Class LogonAction

  • All Implemented Interfaces:
    SASConstants

    public class LogonAction
    extends Action

    Created by Jeff Gaynor
    on 8/15/22 at 10:51 AM

    • Constructor Detail

      • LogonAction

        public LogonAction()
      • LogonAction

        public LogonAction​(String type)
    • Method Detail

      • getExecutableType

        public String getExecutableType()
      • setExecutableType

        public void setExecutableType​(String executableType)
      • serialize

        public net.sf.json.JSONObject serialize()
        Description copied from class: Action
        Typically this is called by the Client during POST
        Overrides:
        serialize in class Action
        Returns:
      • deserialize

        public void deserialize​(net.sf.json.JSONObject json)
        Overrides:
        deserialize in class Action