Uses of Class
edu.uiuc.ncsa.security.storage.XMLMap
- 
Packages that use XMLMap Package Description edu.uiuc.ncsa.sas.webclient edu.uiuc.ncsa.security.storage edu.uiuc.ncsa.security.storage.cli Things relating to the CLI (Command line interface).
- 
- 
Uses of XMLMap in edu.uiuc.ncsa.sas.webclientMethods in edu.uiuc.ncsa.sas.webclient that return XMLMap Modifier and Type Method Description XMLMapClient. getConfig()protected static XMLMapClient. readConfig(String fileName)Methods in edu.uiuc.ncsa.sas.webclient with parameters of type XMLMap Modifier and Type Method Description protected static voidClient. editConfigFile(XMLMap xmlMap)protected static voidClient. newConfigFile(XMLMap xmlMap)voidClient. setConfig(XMLMap config)protected voidWebClientConfig. setValue(XMLMap map, String key, String value)protected static voidClient. updateItem(XMLMap xmlMap, String key)
- 
Uses of XMLMap in edu.uiuc.ncsa.security.storageMethods in edu.uiuc.ncsa.security.storage that return XMLMap Modifier and Type Method Description static XMLMapGenericStoreUtils. toXML(Store store, Identifiable identifiable)Convert an identifiable object to anXMLMap.Methods in edu.uiuc.ncsa.security.storage with parameters of type XMLMap Modifier and Type Method Description static IdentifiableGenericStoreUtils. fromXML(Store store, XMLMap map)This will convert a map into an object.static voidGenericStoreUtils. fromXMLAndSave(Store store, XMLMap map)
- 
Uses of XMLMap in edu.uiuc.ncsa.security.storage.cliMethods in edu.uiuc.ncsa.security.storage.cli that return XMLMap Modifier and Type Method Description protected XMLMapStoreCommands. toXMLMap(Identifiable identifiable)Once an object is found in the store, convert it to JSON so that the properties may be accessed in a canonical way.protected XMLMapStoreCommands2. toXMLMap(Identifiable identifiable)Once an object is found in the store, convert it to JSON so that the properties may be accessed in a canonical way.Methods in edu.uiuc.ncsa.security.storage.cli with parameters of type XMLMap Modifier and Type Method Description protected IdentifiableStoreCommands. fromXMLMap(XMLMap map)Take the updated values for the object and return a new, updated object.protected IdentifiableStoreCommands2. fromXMLMap(XMLMap map)Take the updated values for the object and return a new, updated object.protected ObjectStoreCommands. updateSingleValue(XMLMap map, String key)Update a single value for a key, prompting the user for each value.protected ObjectStoreCommands2. updateSingleValue(XMLMap map, String key)Update a single value for a key, prompting the user for each value.
 
-