Uses of Interface
edu.uiuc.ncsa.security.core.XMLConverter
- 
Packages that use XMLConverter Package Description edu.uiuc.ncsa.sas.client This client exists only on the server to model the state and configuration.edu.uiuc.ncsa.sas.storage edu.uiuc.ncsa.security.core edu.uiuc.ncsa.security.storage edu.uiuc.ncsa.security.storage.data edu.uiuc.ncsa.security.storage.monitored Utilities and classes for working with objects that are sent to/retrieved from aStore.edu.uiuc.ncsa.security.storage.sql Classes that setup a specific type of correspondence between java objects and rows of an SQL table.edu.uiuc.ncsa.security.util.json Some utilities for working with JSON.
- 
- 
Uses of XMLConverter in edu.uiuc.ncsa.sas.clientClasses in edu.uiuc.ncsa.sas.client that implement XMLConverter Modifier and Type Class Description classClientConverter<V extends SASClient>Created by Jeff Gaynor
 on 8/15/22 at 9:38 AM
- 
Uses of XMLConverter in edu.uiuc.ncsa.sas.storageMethods in edu.uiuc.ncsa.sas.storage that return XMLConverter Modifier and Type Method Description XMLConverter<V>ClientMemoryStore. getXMLConverter()
- 
Uses of XMLConverter in edu.uiuc.ncsa.security.coreMethods in edu.uiuc.ncsa.security.core that return XMLConverter Modifier and Type Method Description XMLConverter<V>Store. getXMLConverter()
- 
Uses of XMLConverter in edu.uiuc.ncsa.security.storageMethods in edu.uiuc.ncsa.security.storage that return XMLConverter Modifier and Type Method Description XMLConverterAggregateStore. getXMLConverter()XMLConverter<V>FileStore. getXMLConverter()
- 
Uses of XMLConverter in edu.uiuc.ncsa.security.storage.dataClasses in edu.uiuc.ncsa.security.storage.data that implement XMLConverter Modifier and Type Class Description classMapConverter<V extends Identifiable>A class that converts between objects and maps.
- 
Uses of XMLConverter in edu.uiuc.ncsa.security.storage.monitoredClasses in edu.uiuc.ncsa.security.storage.monitored that implement XMLConverter Modifier and Type Class Description classMonitoredConverter<V extends Monitored>Created by Jeff Gaynor
 on 3/29/23 at 8:26 AMMethods in edu.uiuc.ncsa.security.storage.monitored that return XMLConverter Modifier and Type Method Description XMLConverter<V>MonitoredMemoryStore. getXMLConverter()
- 
Uses of XMLConverter in edu.uiuc.ncsa.security.storage.sqlMethods in edu.uiuc.ncsa.security.storage.sql that return XMLConverter Modifier and Type Method Description XMLConverter<V>SQLStore. getXMLConverter()
- 
Uses of XMLConverter in edu.uiuc.ncsa.security.util.jsonMethods in edu.uiuc.ncsa.security.util.json that return XMLConverter Modifier and Type Method Description XMLConverter<V>TestMemStore. getXMLConverter()
 
-