Description Syntax Example removeConfigMapInMap

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

9.2.47.3 Example

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

9.2.48 removeConfigPropertyMap

Online command that removes a property map.

9.2.48.1 Description

This command removes a property map in config.xml.

9.2.48.2 Syntax

removeConfigPropertyMapconfigName, mapName

9.2.48.3 Example

The following command removes mapA: wls:mydomainserverConfig removeConfigPropertyMapserverconfig,mapA

9.2.49 removeConfigPropertyMapEntry

Online command that removes a property value from a map.

9.2.49.1 Description

This command removes a property value from a map in config.xml.

9.2.49.2 Syntax

removeConfigPropertyMapEntryconfigName, mapName, propName

9.2.49.3 Example

The following command removes property propA: wls:mydomainserverConfig removeConfigPropertyMapEntryserverconfig,mapA, propA

9.2.50 removeFederationListInMap

Online command that removes a property list in a map. 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 to be removed. 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 to be updated. propName Specifies the name of the property to be removed from the map. Oracle Identity Federation Command-Line Tools 9-27

9.2.50.1 Description

This command removes a property list in a map, in cot.xml.

9.2.50.2 Syntax

removeFederationListInMapproviderID, mapName, listName

9.2.50.3 Example

The following command removes mylistA in mymapA: wls:mydomainserverConfig removeFederationListInMapproviderA,mymapA,mylistA

9.2.51 removeFederationMapInMap

Online command that removes a nested map in a map.

9.2.51.1 Description

This command removes a property map nested inside a map in cot.xml.

9.2.51.2 Syntax

removeFederationMapInMapproviderID, mapname, nestedMapName

9.2.51.3 Example

The following command removes nestedmapA in mymap: wls:mydomainserverConfig removeFederationMapInMapproviderA,mymap,nestedmapA

9.2.52 removeFederationMapEntryInMap

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

9.2.52.1 Description

This command removes a property namevalue pair to a map nested inside a map in cot.xml.

9.2.52.2 Syntax

removeFederationMapEntryInMapproviderID, mapname, nestedMapName, propName Argument Definition providerID Specifies the name of the peer provider to be accessed. mapName Specifies the name of the property map. listName Specifies the name of the property list to be removed. Argument Definition providerID Specifies the name of the peer provider to be accessed. mapName Specifies the name of the property map containing the nested map. nestedmapName Specifies the name of the nested property map to be removed.