Uses of Interface
edu.uiuc.ncsa.sas.SASConstants
-
Packages that use SASConstants Package Description edu.uiuc.ncsa.sas.client This client exists only on the server to model the state and configuration.edu.uiuc.ncsa.sas.thing.action edu.uiuc.ncsa.sas.thing.response edu.uiuc.ncsa.sas.webclient -
-
Uses of SASConstants in edu.uiuc.ncsa.sas.client
Classes in edu.uiuc.ncsa.sas.client that implement SASConstants Modifier and Type Class Description class
ClientProvider<V extends SASClient>
Created by Jeff Gaynor
on 8/15/22 at 9:39 AM -
Uses of SASConstants in edu.uiuc.ncsa.sas.thing.action
Classes in edu.uiuc.ncsa.sas.thing.action that implement SASConstants Modifier and Type Class Description class
Action
Models an actions, such as logon, execute, logoff, etc.class
ActionDeserializer
Convert the request payload into objectsclass
ExecuteAction
Created by Jeff Gaynor
on 8/15/22 at 10:51 AMclass
InvokeAction
Invoke a specific method in theExecutable
implementation.class
LogoffAction
Created by Jeff Gaynor
on 8/15/22 at 10:52 AMclass
LogonAction
Created by Jeff Gaynor
on 8/15/22 at 10:51 AMclass
NewKeyAction
Request a new symmetric key from the server with the given bit size. -
Uses of SASConstants in edu.uiuc.ncsa.sas.thing.response
Classes in edu.uiuc.ncsa.sas.thing.response that implement SASConstants Modifier and Type Class Description class
LogoffResponse
Created by Jeff Gaynor
on 8/16/22 at 7:25 AMclass
LogonResponse
Created by Jeff Gaynor
on 8/16/22 at 7:22 AMclass
NewKeyResponse
Created by Jeff Gaynor
on 8/24/22 at 7:18 AMclass
OutputResponse
Created by Jeff Gaynor
on 8/16/22 at 6:28 AMclass
PromptResponse
Created by Jeff Gaynor
on 8/16/22 at 6:30 AMclass
Response
Created by Jeff Gaynor
on 8/16/22 at 6:29 AMclass
ResponseSerializer
Created by Jeff Gaynor
on 8/16/22 at 6:26 AM -
Uses of SASConstants in edu.uiuc.ncsa.sas.webclient
Classes in edu.uiuc.ncsa.sas.webclient that implement SASConstants Modifier and Type Class Description class
Client
Created by Jeff Gaynor
on 8/18/22 at 3:14 PMclass
ResponseDeserializer
Created by Jeff Gaynor
on 8/25/22 at 7:28 AM
-