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.dynamodb 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.client
Classes in edu.uiuc.ncsa.sas.client that implement XMLConverter Modifier and Type Class Description class
ClientConverter<V extends SASClient>
Created by Jeff Gaynor
on 8/15/22 at 9:38 AM -
Uses of XMLConverter in edu.uiuc.ncsa.sas.storage
Methods 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.core
Methods 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.storage
Methods in edu.uiuc.ncsa.security.storage that return XMLConverter Modifier and Type Method Description XMLConverter
AggregateStore. getXMLConverter()
XMLConverter<V>
FileStore. getXMLConverter()
-
Uses of XMLConverter in edu.uiuc.ncsa.security.storage.data
Classes in edu.uiuc.ncsa.security.storage.data that implement XMLConverter Modifier and Type Class Description class
MapConverter<V extends Identifiable>
A class that converts between objects and maps. -
Uses of XMLConverter in edu.uiuc.ncsa.security.storage.dynamodb
Methods in edu.uiuc.ncsa.security.storage.dynamodb that return XMLConverter Modifier and Type Method Description XMLConverter<V>
DynamoDBStore. getXMLConverter()
-
Uses of XMLConverter in edu.uiuc.ncsa.security.storage.monitored
Classes in edu.uiuc.ncsa.security.storage.monitored that implement XMLConverter Modifier and Type Class Description class
MonitoredConverter<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.sql
Methods 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.json
Methods in edu.uiuc.ncsa.security.util.json that return XMLConverter Modifier and Type Method Description XMLConverter<V>
TestMemStore. getXMLConverter()
-