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 SASConstants
Constants for the Subject-Action Service.Created by Jeff Gaynor
on 8/15/22 at 8:36 AM
-
-
Field Summary
-
-
-
Field Detail
-
KEYS_SAS
static final String KEYS_SAS
- See Also:
- Constant Field Values
-
KEYS_TYPE
static final String KEYS_TYPE
- See Also:
- Constant Field Values
-
KEYS_SUBJECT
static final String KEYS_SUBJECT
- See Also:
- Constant Field Values
-
KEYS_STATE
static final String KEYS_STATE
- See Also:
- Constant Field Values
-
KEYS_INTERNAL_ID
static final String KEYS_INTERNAL_ID
- See Also:
- Constant Field Values
-
KEYS_ACTION
static final String KEYS_ACTION
- See Also:
- Constant Field Values
-
REQUEST_TYPE
static final String REQUEST_TYPE
- See Also:
- Constant Field Values
-
RESPONSE_TYPE
static final String RESPONSE_TYPE
- See Also:
- Constant Field Values
-
KEYS_ARGUMENT
static final String KEYS_ARGUMENT
- See Also:
- Constant Field Values
-
KEYS_METHOD
static final String KEYS_METHOD
- See Also:
- Constant Field Values
-
KEYS_PROMPT
static final String KEYS_PROMPT
- See Also:
- Constant Field Values
-
KEYS_COMMENT
static final String KEYS_COMMENT
- See Also:
- Constant Field Values
-
KEYS_EXECUTABLE_NAME
static final String KEYS_EXECUTABLE_NAME
- See Also:
- Constant Field Values
-
KEYS_SUBJECT_ID
static final String KEYS_SUBJECT_ID
- See Also:
- Constant Field Values
-
KEYS_SUBJECT_SESSION_ID
static final String KEYS_SUBJECT_SESSION_ID
- See Also:
- Constant Field Values
-
ACTION_LOGON
static final String ACTION_LOGON
- See Also:
- Constant Field Values
-
ACTION_EXECUTE
static final String ACTION_EXECUTE
- See Also:
- Constant Field Values
-
ACTION_LOGOFF
static final String ACTION_LOGOFF
- See Also:
- Constant Field Values
-
ACTION_INVOKE
static final String ACTION_INVOKE
- See Also:
- Constant Field Values
-
ACTION_NEW_KEY
static final String ACTION_NEW_KEY
- See Also:
- Constant Field Values
-
RESPONSE_STATUS
static final String RESPONSE_STATUS
- See Also:
- Constant Field Values
-
RESPONSE_CONTENT
static final String RESPONSE_CONTENT
- See Also:
- Constant Field Values
-
RESPONSE_PROMPT
static final String RESPONSE_PROMPT
- See Also:
- Constant Field Values
-
RESPONSE_SESSION_ID
static final String RESPONSE_SESSION_ID
- See Also:
- Constant Field Values
-
RESPONSE_SYMMETRIC_KEY
static final String RESPONSE_SYMMETRIC_KEY
- See Also:
- Constant Field Values
-
RESPONSE_MESSAGE
static final String RESPONSE_MESSAGE
- See Also:
- Constant Field Values
-
RESPONSE_TYPE_ERROR
static final String RESPONSE_TYPE_ERROR
- See Also:
- Constant Field Values
-
RESPONSE_TYPE_OUTPUT
static final String RESPONSE_TYPE_OUTPUT
- See Also:
- Constant Field Values
-
RESPONSE_TYPE_NEW_KEY
static final String RESPONSE_TYPE_NEW_KEY
- See Also:
- Constant Field Values
-
RESPONSE_TYPE_LOGON
static final String RESPONSE_TYPE_LOGON
- See Also:
- Constant Field Values
-
RESPONSE_TYPE_LOGOFF
static final String RESPONSE_TYPE_LOGOFF
- See Also:
- Constant Field Values
-
RESPONSE_TYPE_PROMPT
static final String RESPONSE_TYPE_PROMPT
- See Also:
- Constant Field Values
-
RESPONSE_STATUS_OK
static final int RESPONSE_STATUS_OK
- See Also:
- Constant Field Values
-
RESPONSE_STATUS_ERROR
static final int RESPONSE_STATUS_ERROR
- See Also:
- Constant Field Values
-
CLIENT_ID_HEAD
static final String CLIENT_ID_HEAD
For the header in the HTTP request. Used only in logon- See Also:
- Constant Field Values
-
HEADER_SESSION_ID
static final String HEADER_SESSION_ID
- See Also:
- Constant Field Values
-
-