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.webclient
Methods in edu.uiuc.ncsa.sas.webclient that return XMLMap Modifier and Type Method Description XMLMap
Client. getConfig()
protected static XMLMap
Client. readConfig(String fileName)
Methods in edu.uiuc.ncsa.sas.webclient with parameters of type XMLMap Modifier and Type Method Description protected static void
Client. editConfigFile(XMLMap xmlMap)
protected static void
Client. newConfigFile(XMLMap xmlMap)
void
Client. setConfig(XMLMap config)
protected void
WebClientConfig. setValue(XMLMap map, String key, String value)
protected static void
Client. updateItem(XMLMap xmlMap, String key)
-
Uses of XMLMap in edu.uiuc.ncsa.security.storage
Methods in edu.uiuc.ncsa.security.storage that return XMLMap Modifier and Type Method Description static XMLMap
GenericStoreUtils. 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 Identifiable
GenericStoreUtils. fromXML(Store store, XMLMap map)
This will convert a map into an object.static void
GenericStoreUtils. fromXMLAndSave(Store store, XMLMap map)
-
Uses of XMLMap in edu.uiuc.ncsa.security.storage.cli
Methods in edu.uiuc.ncsa.security.storage.cli that return XMLMap Modifier and Type Method Description protected XMLMap
StoreCommands. 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 Identifiable
StoreCommands. fromXMLMap(XMLMap map)
Take the updated values for the object and return a new, updated object.protected boolean
StoreCommands. updateSingleValue(XMLMap map, String key)
-