Uses of Class
edu.uiuc.ncsa.security.util.cli.CLIDriver
-
Packages that use CLIDriver Package Description edu.uiuc.ncsa.sas SAS = Subject-action service.edu.uiuc.ncsa.sas.cli A basic implementation of theCLIDriver
so that it can be run as an SAS serveredu.uiuc.ncsa.security.util.cli CLI = Command Line Interface, a basic command line for any Java application. -
-
Uses of CLIDriver in edu.uiuc.ncsa.sas
Subclasses of CLIDriver in edu.uiuc.ncsa.sas Modifier and Type Class Description class
SASCLIDriver
ExtendsCLIDriver
tp run as a SAS executable on the server. -
Uses of CLIDriver in edu.uiuc.ncsa.sas.cli
Subclasses of CLIDriver in edu.uiuc.ncsa.sas.cli Modifier and Type Class Description class
SASServerSideCLiDriver
Created by Jeff Gaynor
on 3/6/24 at 3:02 PM -
Uses of CLIDriver in edu.uiuc.ncsa.security.util.cli
Methods in edu.uiuc.ncsa.security.util.cli that return CLIDriver Modifier and Type Method Description CLIDriver
CommonCommands. getDriver()
Methods in edu.uiuc.ncsa.security.util.cli with parameters of type CLIDriver Modifier and Type Method Description void
CommonCommands. setDriver(CLIDriver driver)
-