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.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.sas
Classes in edu.uiuc.ncsa.sas that implement Logable Modifier and Type Class Description class
SASEnvironment
Created by Jeff Gaynor
on 8/15/22 at 8:33 AMclass
SASServlet
Created by Jeff Gaynor
on 8/15/22 at 8:29 AM -
Uses of Logable in edu.uiuc.ncsa.sas.admin
Classes in edu.uiuc.ncsa.sas.admin that implement Logable Modifier and Type Class Description class
SASCommands
Created by Jeff Gaynor
on 8/15/22 at 2:48 PM -
Uses of Logable in edu.uiuc.ncsa.security.core.util
Classes in edu.uiuc.ncsa.security.core.util that implement Logable Modifier and Type Class Description class
AbstractEnvironment
Basic runtime environment.class
MyLoggingFacade
A 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.servlet
Classes in edu.uiuc.ncsa.security.servlet that implement Logable Modifier and Type Class Description class
AbstractServlet
Very straightforward servlet wrapper. -
Uses of Logable in edu.uiuc.ncsa.security.servlet.mail
Classes in edu.uiuc.ncsa.security.servlet.mail that implement Logable Modifier and Type Class Description class
ServletMailUtil
Note this is used in OA4MP and CILogon. -
Uses of Logable in edu.uiuc.ncsa.security.storage.cli
Classes in edu.uiuc.ncsa.security.storage.cli that implement Logable Modifier and Type Class Description class
StoreCommands
This also has the machinery for parsing configurations since the user should be able to load one from the command line.class
StoreUtil
A storage utility that will allow for server administrators to do basic store operations such as delete, read, create or update from the command line. -
Uses of Logable in edu.uiuc.ncsa.security.util.cli
Subinterfaces of Logable in edu.uiuc.ncsa.security.util.cli Modifier and Type Interface Description interface
Commands
All sets of commands implement this interface.Classes in edu.uiuc.ncsa.security.util.cli that implement Logable Modifier and Type Class Description class
CLITool
Basic class for writing command line tools.class
CommonCommands
Utilities that are used by any reasonable implementation of the Commands interface.class
ConfigurableCommandsImpl
Basic implementation of Commands.class
ParserCommands
Deprecated. -
Uses of Logable in edu.uiuc.ncsa.security.util.mail
Subinterfaces of Logable in edu.uiuc.ncsa.security.util.mail Modifier and Type Interface Description interface
MailUtilInterface
Created 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 class
JakartaMailUtil
A utility for sending messages via SMTP or SMTPS using Java mail.class
MailEnvironment
Created by Jeff Gaynor
on 11/7/23 at 12:31 AMclass
MailUtil
A utility for sending messages via SMTP or SMTPS using Java mail. -
Uses of Logable in edu.uiuc.ncsa.security.util.ssl
Classes in edu.uiuc.ncsa.security.util.ssl that implement Logable Modifier and Type Class Description class
VerifyingHTTPClientFactory
Creates HTTP clients which validate connections against a keystore. -
Uses of Logable in edu.uiuc.ncsa.security.util.testing
Classes in edu.uiuc.ncsa.security.util.testing that implement Logable Modifier and Type Class Description class
TestEnvironment
Created by Jeff Gaynor
on 4/21/16 at 1:54 PM
-