Package edu.uiuc.ncsa.sas
Interface SASConstants
- 
- All Known Implementing Classes:
- Action,- ActionDeserializer,- Client,- ClientProvider,- ExecuteAction,- InvokeAction,- LogoffAction,- LogoffResponse,- LogonAction,- LogonResponse,- NewKeyAction,- NewKeyResponse,- OutputResponse,- PromptResponse,- Response,- ResponseDeserializer,- ResponseSerializer
 
 public interface SASConstantsConstants for the Subject-Action Service.Created by Jeff Gaynor 
 on 8/15/22 at 8:36 AM
- 
- 
Field Summary
 
- 
- 
- 
Field Detail- 
KEYS_SASstatic final String KEYS_SAS - See Also:
- Constant Field Values
 
 - 
KEYS_TYPEstatic final String KEYS_TYPE - See Also:
- Constant Field Values
 
 - 
KEYS_SUBJECTstatic final String KEYS_SUBJECT - See Also:
- Constant Field Values
 
 - 
KEYS_STATEstatic final String KEYS_STATE - See Also:
- Constant Field Values
 
 - 
KEYS_INTERNAL_IDstatic final String KEYS_INTERNAL_ID - See Also:
- Constant Field Values
 
 - 
KEYS_ACTIONstatic final String KEYS_ACTION - See Also:
- Constant Field Values
 
 - 
REQUEST_TYPEstatic final String REQUEST_TYPE - See Also:
- Constant Field Values
 
 - 
RESPONSE_TYPEstatic final String RESPONSE_TYPE - See Also:
- Constant Field Values
 
 - 
KEYS_ARGUMENTstatic final String KEYS_ARGUMENT - See Also:
- Constant Field Values
 
 - 
KEYS_METHODstatic final String KEYS_METHOD - See Also:
- Constant Field Values
 
 - 
KEYS_PROMPTstatic final String KEYS_PROMPT - See Also:
- Constant Field Values
 
 - 
KEYS_COMMENTstatic final String KEYS_COMMENT - See Also:
- Constant Field Values
 
 - 
KEYS_EXECUTABLE_NAMEstatic final String KEYS_EXECUTABLE_NAME - See Also:
- Constant Field Values
 
 - 
KEYS_SUBJECT_IDstatic final String KEYS_SUBJECT_ID - See Also:
- Constant Field Values
 
 - 
KEYS_SUBJECT_SESSION_IDstatic final String KEYS_SUBJECT_SESSION_ID - See Also:
- Constant Field Values
 
 - 
ACTION_LOGONstatic final String ACTION_LOGON - See Also:
- Constant Field Values
 
 - 
ACTION_EXECUTEstatic final String ACTION_EXECUTE - See Also:
- Constant Field Values
 
 - 
ACTION_LOGOFFstatic final String ACTION_LOGOFF - See Also:
- Constant Field Values
 
 - 
ACTION_INVOKEstatic final String ACTION_INVOKE - See Also:
- Constant Field Values
 
 - 
ACTION_NEW_KEYstatic final String ACTION_NEW_KEY - See Also:
- Constant Field Values
 
 - 
RESPONSE_STATUSstatic final String RESPONSE_STATUS - See Also:
- Constant Field Values
 
 - 
RESPONSE_CONTENTstatic final String RESPONSE_CONTENT - See Also:
- Constant Field Values
 
 - 
RESPONSE_PROMPTstatic final String RESPONSE_PROMPT - See Also:
- Constant Field Values
 
 - 
RESPONSE_SESSION_IDstatic final String RESPONSE_SESSION_ID - See Also:
- Constant Field Values
 
 - 
RESPONSE_SYMMETRIC_KEYstatic final String RESPONSE_SYMMETRIC_KEY - See Also:
- Constant Field Values
 
 - 
RESPONSE_MESSAGEstatic final String RESPONSE_MESSAGE - See Also:
- Constant Field Values
 
 - 
RESPONSE_TYPE_ERRORstatic final String RESPONSE_TYPE_ERROR - See Also:
- Constant Field Values
 
 - 
RESPONSE_TYPE_OUTPUTstatic final String RESPONSE_TYPE_OUTPUT - See Also:
- Constant Field Values
 
 - 
RESPONSE_TYPE_NEW_KEYstatic final String RESPONSE_TYPE_NEW_KEY - See Also:
- Constant Field Values
 
 - 
RESPONSE_TYPE_LOGONstatic final String RESPONSE_TYPE_LOGON - See Also:
- Constant Field Values
 
 - 
RESPONSE_TYPE_LOGOFFstatic final String RESPONSE_TYPE_LOGOFF - See Also:
- Constant Field Values
 
 - 
RESPONSE_TYPE_PROMPTstatic final String RESPONSE_TYPE_PROMPT - See Also:
- Constant Field Values
 
 - 
RESPONSE_STATUS_OKstatic final int RESPONSE_STATUS_OK - See Also:
- Constant Field Values
 
 - 
RESPONSE_STATUS_ERRORstatic final int RESPONSE_STATUS_ERROR - See Also:
- Constant Field Values
 
 - 
CLIENT_ID_HEADstatic final String CLIENT_ID_HEAD For the header in the HTTP request. Used only in logon- See Also:
- Constant Field Values
 
 - 
HEADER_SESSION_IDstatic final String HEADER_SESSION_ID - See Also:
- Constant Field Values
 
 
- 
 
-