Uses of Interface
edu.uiuc.ncsa.security.core.Logable
- 
Packages that use Logable Package Description edu.uiuc.ncsa.sas SAS = Subject-action service.edu.uiuc.ncsa.sas.admin edu.uiuc.ncsa.sas.cli A basic implementation of theCLIDriverso that it can be run as an SAS serveredu.uiuc.ncsa.security.core.util edu.uiuc.ncsa.security.servlet edu.uiuc.ncsa.security.servlet.mail This package is used for adding email notification support to Tomcat servlets.edu.uiuc.ncsa.security.storage.cli Things relating to the CLI (Command line interface).edu.uiuc.ncsa.security.util.cli CLI = Command Line Interface, a basic command line for any Java application.edu.uiuc.ncsa.security.util.mail A simple mail system.edu.uiuc.ncsa.security.util.ssl Package to add basic and easy SSL support.edu.uiuc.ncsa.security.util.testing Created by Jeff Gaynor
 A package whose sole function is to allow testing of the configuration package.
- 
- 
Uses of Logable in edu.uiuc.ncsa.sasClasses in edu.uiuc.ncsa.sas that implement Logable Modifier and Type Class Description classSASEnvironmentCreated by Jeff Gaynor
 on 8/15/22 at 8:33 AMclassSASServletCreated by Jeff Gaynor
 on 8/15/22 at 8:29 AM
- 
Uses of Logable in edu.uiuc.ncsa.sas.adminClasses in edu.uiuc.ncsa.sas.admin that implement Logable Modifier and Type Class Description classSASCommandsCreated by Jeff Gaynor
 on 8/15/22 at 2:48 PM
- 
Uses of Logable in edu.uiuc.ncsa.sas.cliClasses in edu.uiuc.ncsa.sas.cli that implement Logable Modifier and Type Class Description static classSASCLIDriver.DC
- 
Uses of Logable in edu.uiuc.ncsa.security.core.utilClasses in edu.uiuc.ncsa.security.core.util that implement Logable Modifier and Type Class Description classAbstractEnvironmentBasic runtime environment.classMyLoggingFacadeA simple front for logging.Constructors in edu.uiuc.ncsa.security.core.util with parameters of type Logable Constructor Description Benchmarker(Logable myLogger)
- 
Uses of Logable in edu.uiuc.ncsa.security.servletClasses in edu.uiuc.ncsa.security.servlet that implement Logable Modifier and Type Class Description classAbstractServletVery straightforward servlet wrapper.
- 
Uses of Logable in edu.uiuc.ncsa.security.servlet.mailClasses in edu.uiuc.ncsa.security.servlet.mail that implement Logable Modifier and Type Class Description classServletMailUtilNote this is used in OA4MP and CILogon.
- 
Uses of Logable in edu.uiuc.ncsa.security.storage.cliClasses in edu.uiuc.ncsa.security.storage.cli that implement Logable Modifier and Type Class Description classStoreCommandsThis also has the machinery for parsing configurations since the user should be able to load one from the command line.classStoreCommands2This also has the machinery for parsing configurations since the user should be able to load one from the command line.
- 
Uses of Logable in edu.uiuc.ncsa.security.util.cliSubinterfaces of Logable in edu.uiuc.ncsa.security.util.cli Modifier and Type Interface Description interfaceCommandsAll sets of commands implement this interface.Classes in edu.uiuc.ncsa.security.util.cli that implement Logable Modifier and Type Class Description classAbstractCommandsImplClass that collects the startup logic forCommandsimplementationsclassCLITool2Basic class for writing command line tools.classCommonCommandsUtilities that are used by any reasonable implementation of the Commands interface.classCommonCommands2Utilities that are used by any reasonable implementation of the Commands interface.classConfigurableCommandsImplBasic implementation of Commands.classConfigurableCommandsImpl2Basic implementation of Commands that supports loading configurations.classTestCCIclassTestCCI.CCIComponentclassTestCommandsA set of commands for debugging theCLIDriveronly.
- 
Uses of Logable in edu.uiuc.ncsa.security.util.mailSubinterfaces of Logable in edu.uiuc.ncsa.security.util.mail Modifier and Type Interface Description interfaceMailUtilInterfaceCreated by Jeff Gaynor
 on 11/7/23 at 6:20 AMClasses in edu.uiuc.ncsa.security.util.mail that implement Logable Modifier and Type Class Description classJakartaMailUtilA utility for sending messages via SMTP or SMTPS using Java mail.classMailEnvironmentCreated by Jeff Gaynor
 on 11/7/23 at 12:31 AMclassMailUtilA utility for sending messages via SMTP or SMTPS using Java mail.
- 
Uses of Logable in edu.uiuc.ncsa.security.util.sslClasses in edu.uiuc.ncsa.security.util.ssl that implement Logable Modifier and Type Class Description classVerifyingHTTPClientFactoryCreates HTTP clients which validate connections against a keystore.
- 
Uses of Logable in edu.uiuc.ncsa.security.util.testingClasses in edu.uiuc.ncsa.security.util.testing that implement Logable Modifier and Type Class Description classTestEnvironmentAn implementation ofAbstractEnvironmentsolely for testing.
 
-