Package edu.uiuc.ncsa.sas.thing.action
Class LogonAction
- java.lang.Object
- 
- edu.uiuc.ncsa.sas.thing.Thing
- 
- edu.uiuc.ncsa.sas.thing.action.Action
- 
- edu.uiuc.ncsa.sas.thing.action.LogonAction
 
 
 
- 
- All Implemented Interfaces:
- SASConstants
 
 public class LogonAction extends Action Created by Jeff Gaynor 
 on 8/15/22 at 10:51 AM
- 
- 
Field Summary- 
Fields inherited from interface edu.uiuc.ncsa.sas.SASConstantsACTION_EXECUTE, ACTION_INVOKE, ACTION_LOGOFF, ACTION_LOGON, ACTION_NEW_KEY, CLIENT_ID_HEAD, HEADER_SESSION_ID, KEYS_ACTION, KEYS_ARGUMENT, KEYS_COMMENT, KEYS_EXECUTABLE_NAME, KEYS_INTERNAL_ID, KEYS_METHOD, KEYS_PROMPT, KEYS_SAS, KEYS_STATE, KEYS_SUBJECT, KEYS_SUBJECT_ID, KEYS_SUBJECT_SESSION_ID, KEYS_TYPE, REQUEST_TYPE, RESPONSE_CONTENT, RESPONSE_MESSAGE, RESPONSE_PROMPT, RESPONSE_SESSION_ID, RESPONSE_STATUS, RESPONSE_STATUS_ERROR, RESPONSE_STATUS_OK, RESPONSE_SYMMETRIC_KEY, RESPONSE_TYPE, RESPONSE_TYPE_ERROR, RESPONSE_TYPE_LOGOFF, RESPONSE_TYPE_LOGON, RESPONSE_TYPE_NEW_KEY, RESPONSE_TYPE_OUTPUT, RESPONSE_TYPE_PROMPT
 
- 
 - 
Constructor SummaryConstructors Constructor Description LogonAction()LogonAction(String type)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeserialize(net.sf.json.JSONObject json)StringgetExecutableType()net.sf.json.JSONObjectserialize()Typically this is called by theClientduring POSTvoidsetExecutableType(String executableType)- 
Methods inherited from class edu.uiuc.ncsa.sas.thing.action.ActiongetComment, getId, getState, setComment, setId, setState, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
LogonActionpublic LogonAction() 
 - 
LogonActionpublic LogonAction(String type) 
 
- 
 - 
Method Detail- 
getExecutableTypepublic String getExecutableType() 
 - 
setExecutableTypepublic void setExecutableType(String executableType) 
 - 
serializepublic net.sf.json.JSONObject serialize() Description copied from class:ActionTypically this is called by theClientduring POST
 - 
deserializepublic void deserialize(net.sf.json.JSONObject json) - Overrides:
- deserializein class- Action
 
 
- 
 
-