Description Syntax Example loadMetadata

9-24 Oracle Fusion Middleware Administrators Guide for Oracle Identity Federation

9.2.43.1 Description

This command removes a list property nested in a map from config.xml.

9.2.43.2 Syntax

removeConfigListInMapconfigName, mapName, listName

9.2.43.3 Example

The following command removes the list property mylistA: wls:mydomainserverConfig removeConfigListInMapserverConfig,mymapA,mylistA

9.2.44 removeConfigMapEntryInMap

Online command that removes a map property nested in a map.

9.2.44.1 Description

This command removes a map property entry nested in a map from config.xml.

9.2.44.2 Syntax

oifStatusserverurl, configfile, keyfile

9.2.44.3 Example

The following command removes the nested property myvarA: wls:mydomainserverConfig removeConfigMapEntryInMapserverconfig,mymap,nestedmapA,myvarA

9.2.45 removeConfigMapInMap

Online command that removes a map property nested in a map.

9.2.45.1 Description

This command removes a map property entry nested in a map from config.xml.

9.2.45.2 Syntax

removeConfigMapEntryInMapconfigName, mapname, nestedMapName, propName Argument Definition configName Specifies the name of the configuration for example, idpsaml20, serverconfig, spsaml20,.. to be accessed. mapName Specifies the name of the property map. listName Specifies the name of the list to be removed from the map. Argument Definition serverurl Specifies the name of the configuration for example, idpsaml20, serverconfig, spsaml20,.. to be accessed. configfile Specifies the name of the property map. keyfile Specifies the name of the nested property map. Oracle Identity Federation Command-Line Tools 9-25

9.2.45.3 Example

The following command removes the nested property myvarA: wls:mydomainserverConfig removeConfigMapEntryInMapserverconfig,mymap,nestedmapA,myvarA

9.2.46 removeConfigProperty

Online command that removes a configuration property.

9.2.46.1 Description

This command removes a property from config.xml.

9.2.46.2 Syntax

removeConfigPropertyconfigName, propName

9.2.46.3 Example

The following command removes the property myvarA: wls:mydomainserverConfig removeConfigPropertyserverconfig,myvarA

9.2.47 removeConfigPropertyList

Online command that removes a configuration property list.

9.2.47.1 Description

This command removes a property list from config.xml.

9.2.47.2 Syntax

removeConfigPropertyListconfigName, listName Argument Definition configName Specifies the name of the configuration for example, idpsaml20, serverconfig, spsaml20,.. to be updated. mapName Specifies the name of the property map. nestedmapName Specifies the name of the nested property map. propName Specifies the name of the property to be removed from the nested map. Argument Definition configName Specifies the name of the configuration for example, idpsaml20, serverconfig, spsaml20,.. to be updated. propName Specifies the name of the property to be removed. Argument Definition configName Specifies the name of the configuration for example, idpsaml20, serverconfig, spsaml20,.. to be updated. listName Specifies the name of the property list to be removed.