Uses of Class
edu.uiuc.ncsa.sas.client.SASClient
-
Packages that use SASClient Package Description edu.uiuc.ncsa.sas SAS = Subject-action service.edu.uiuc.ncsa.sas.client This client exists only on the server to model the state and configuration.edu.uiuc.ncsa.sas.loader edu.uiuc.ncsa.sas.storage -
-
Uses of SASClient in edu.uiuc.ncsa.sas
Fields in edu.uiuc.ncsa.sas declared as SASClient Modifier and Type Field Description SASClient
SessionRecord. client
Methods in edu.uiuc.ncsa.sas that return types with arguments of type SASClient Modifier and Type Method Description Store<? extends SASClient>
SASEnvironment. getClientStore()
Methods in edu.uiuc.ncsa.sas with parameters of type SASClient Modifier and Type Method Description protected LogoffResponse
SASServlet. doLogoff(SASClient client, LogoffAction logoffAction, javax.servlet.http.HttpServletResponse response, SessionRecord sessionRecord, String message)
protected Response
SASServlet. doNewKey(SASClient client, NewKeyAction newKeyAction, javax.servlet.http.HttpServletResponse httpServletResponse, SessionRecord sessionRecord)
Method parameters in edu.uiuc.ncsa.sas with type arguments of type SASClient Modifier and Type Method Description void
SASEnvironment. setClientStore(Store<? extends SASClient> clientStore)
Constructors in edu.uiuc.ncsa.sas with parameters of type SASClient Constructor Description SessionRecord(SASClient client, Executable executable)
Constructor parameters in edu.uiuc.ncsa.sas with type arguments of type SASClient Constructor Description SASEnvironment(MyLoggingFacade myLogger, Store<? extends SASClient> clientStore, ActionDeserializer actionDeserializer, ResponseSerializer responseSerializer, List<String> accessList)
-
Uses of SASClient in edu.uiuc.ncsa.sas.client
Classes in edu.uiuc.ncsa.sas.client with type parameters of type SASClient Modifier and Type Class Description class
ClientConverter<V extends SASClient>
Created by Jeff Gaynor
on 8/15/22 at 9:38 AMclass
ClientProvider<V extends SASClient>
Created by Jeff Gaynor
on 8/15/22 at 9:39 AM -
Uses of SASClient in edu.uiuc.ncsa.sas.loader
Constructor parameters in edu.uiuc.ncsa.sas.loader with type arguments of type SASClient Constructor Description ClientFSStoreProvider(org.apache.commons.configuration.tree.ConfigurationNode config, MapConverter converter, javax.inject.Provider<? extends SASClient> clientProvider)
-
Uses of SASClient in edu.uiuc.ncsa.sas.storage
Classes in edu.uiuc.ncsa.sas.storage with type parameters of type SASClient Modifier and Type Class Description class
ClientMemoryStore<V extends SASClient>
Created by Jeff Gaynor
on 8/22/22 at 2:09 PMclass
FSClientStore<V extends SASClient>
Created by Jeff Gaynor
on 8/22/22 at 2:10 PMinterface
SASClientStore<V extends SASClient>
Created by Jeff Gaynor
on 8/22/22 at 2:02 PMclass
SASSQLStore<V extends SASClient>
Created by Jeff Gaynor
on 8/22/22 at 2:11 PMFields in edu.uiuc.ncsa.sas.storage with type parameters of type SASClient Modifier and Type Field Description protected IdentifiableProvider<? extends SASClient>
SASClientStoreProvider. clientProvider
Constructor parameters in edu.uiuc.ncsa.sas.storage with type arguments of type SASClient Constructor Description SASClientStoreProvider(org.apache.commons.configuration.tree.ConfigurationNode config, boolean disableDefaultStore, MyLoggingFacade logger, String type, String target, IdentifiableProvider<? extends SASClient> clientProvider)
-