Uses of Interface
edu.uiuc.ncsa.security.core.DateComparable
-
Packages that use DateComparable Package Description edu.uiuc.ncsa.sas.client This client exists only on the server to model the state and configuration.edu.uiuc.ncsa.security.storage.monitored Utilities and classes for working with objects that are sent to/retrieved from aStore
. -
-
Uses of DateComparable in edu.uiuc.ncsa.sas.client
Classes in edu.uiuc.ncsa.sas.client that implement DateComparable Modifier and Type Class Description class
SASClient
Contains the information for a client of the system -- such as keys, name, etc. -
Uses of DateComparable in edu.uiuc.ncsa.security.storage.monitored
Classes in edu.uiuc.ncsa.security.storage.monitored that implement DateComparable Modifier and Type Class Description class
Monitored
Interface forIdentifiable
(or other) objects that need to have their creation, access and last modified times monitored.
-