Description Syntax Example removeConfigPropertyList

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. 9-28 Oracle Fusion Middleware Administrators Guide for Oracle Identity Federation

9.2.52.3 Example

The following command removes map property entry myvarA: wls:mydomainserverConfig removeFederationMapEntryInMapproviderA,mymap,nestedmapA,myvarA

9.2.53 removeFederationProperty

Online command that removes a property value.

9.2.53.1 Description

This command removes a property entry in cot.xml.

9.2.53.2 Syntax

removeFederationPropertyproviderID, propName

9.2.53.3 Example

The following command removes the provider property myvarA: wls:mydomainserverConfig removeFederationPropertyproviderA,myvarA’

9.2.54 removeFederationPropertyList

Online command that removes a property list entry.

9.2.54.1 Description

This command removes a property list entry in cot.xml.

9.2.54.2 Syntax

removeFederationPropertyListproviderID, listName

9.2.54.3 Example

The following command removes mylistA: 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. propName Specifies the name of the property to be removed from the nested map. Argument Definition providerID Specifies the name of the peer provider to be updated. propName Specifies the name of the property to be removed. Argument Definition providerID Specifies the name of the peer provider to be accessed. listName Specifies the name of the property list to be removed.