Uses of Class
edu.uiuc.ncsa.security.core.util.IdentifiableImpl
- 
Packages that use IdentifiableImpl Package Description edu.uiuc.ncsa.sas.client This client exists only on the server to model the state and configuration.edu.uiuc.ncsa.security.core.util edu.uiuc.ncsa.security.storage.monitored Utilities and classes for working with objects that are sent to/retrieved from aStore.edu.uiuc.ncsa.security.util.json Some utilities for working with JSON.
- 
- 
Uses of IdentifiableImpl in edu.uiuc.ncsa.sas.clientSubclasses of IdentifiableImpl in edu.uiuc.ncsa.sas.client Modifier and Type Class Description classSASClientContains the information for a client of the system -- such as keys, name, etc.
- 
Uses of IdentifiableImpl in edu.uiuc.ncsa.security.core.utilMethods in edu.uiuc.ncsa.security.core.util that return IdentifiableImpl Modifier and Type Method Description IdentifiableImplIdentifiableImpl. clone()
- 
Uses of IdentifiableImpl in edu.uiuc.ncsa.security.storage.monitoredSubclasses of IdentifiableImpl in edu.uiuc.ncsa.security.storage.monitored Modifier and Type Class Description classMonitoredInterface forIdentifiable(or other) objects that need to have their creation, access and last modified times monitored.
- 
Uses of IdentifiableImpl in edu.uiuc.ncsa.security.util.jsonSubclasses of IdentifiableImpl in edu.uiuc.ncsa.security.util.json Modifier and Type Class Description classJSONEntryThis models a JSONObject that has a unique identifier associated with it.Methods in edu.uiuc.ncsa.security.util.json that return IdentifiableImpl Modifier and Type Method Description IdentifiableImplJSONEntry. clone()
 
-