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.client
Subclasses of IdentifiableImpl in edu.uiuc.ncsa.sas.client Modifier and Type Class Description class
SASClient
Contains the information for a client of the system -- such as keys, name, etc. -
Uses of IdentifiableImpl in edu.uiuc.ncsa.security.core.util
Methods in edu.uiuc.ncsa.security.core.util that return IdentifiableImpl Modifier and Type Method Description IdentifiableImpl
IdentifiableImpl. clone()
-
Uses of IdentifiableImpl in edu.uiuc.ncsa.security.storage.monitored
Subclasses of IdentifiableImpl in edu.uiuc.ncsa.security.storage.monitored Modifier and Type Class Description class
Monitored
Interface 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.json
Subclasses of IdentifiableImpl in edu.uiuc.ncsa.security.util.json Modifier and Type Class Description class
JSONEntry
This 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 IdentifiableImpl
JSONEntry. clone()
-