Description Syntax Example changeMessageStore

Oracle Identity Federation Command-Line Tools 9-13

9.2.18.2 Syntax

createConfigPropertyListconfigName, listName

9.2.18.3 Example

The following command creates property list mylistA. wls:mydomainserverConfig createConfigPropertyListserverconfig,mylistA

9.2.19 createConfigPropertyListInMap

Online command that creates a property list nested in the property map.

9.2.19.1 Description

This command creates a property list, nested in the property map, in config.xml.

9.2.19.2 Syntax

createConfigPropertyListInMapconfigName, mapName, listName

9.2.19.3 Example

The following command creates property list mylistA nested in a property map. wls:mydomainserverConfig createConfigPropertyListInMapserverconfig,mymapA,mylistA

9.2.20 createConfigPropertyMap

Online command that creates a property map.

9.2.20.1 Description

This command that creates a property map in config.xml.

9.2.20.2 Syntax

createConfigPropertyMapconfigName, mapName Argument Definition configName Specifies the name of the configuration for example, idpsaml20, serverconfig, spsaml20,.. to be updated. listName Specifies the property list name. Argument Definition configName Specifies the name of the configuration for example, idpsaml20, serverconfig, spsaml20,.. to be updated. mapName Specifies an existing property map to contain the nested list. listName Specifies the property list name. Argument Definition configName Specifies the name of the configuration for example, idpsaml20, serverconfig, spsaml20,.. to be updated. mapName Specifies the property map to create. 9-14 Oracle Fusion Middleware Administrators Guide for Oracle Identity Federation

9.2.20.3 Example

The following command creates property map mymapA: wls:mydomainserverConfig createConfigPropertyMapserverconfig,mymapA

9.2.21 createConfigPropertyMapInMap

Online command that creates a property map.

9.2.21.1 Description

This command that creates a property map in config.xml.

9.2.21.2 Syntax

ccreateConfigPropertyMapInMapserverconfig,mymapA,nestedmapA

9.2.21.3 Example

The following command creates nested property map nestedmymapA: wls:mydomainserverConfig createConfigPropertyMapInMapserverconfig,mymapA,nestedmapA

9.2.22 createFederationPropertyList

Online command that creates a property list.

9.2.22.1 Description

This command creates a property list in cot.xml.

9.2.22.2 Syntax

9.2.22.3 Example

The following command creates property list mylistA: wls:mydomainserverConfig createFederationPropertyListproviderA,mylistA

9.2.23 createFederationPropertyListInMap

Online command that creates a property list nested in a property map. Argument Definition configName Specifies the name of the configuration for example, idpsaml20, serverconfig, spsaml20,.. to be updated. mapName Specifies the name of an existing property map. nestedMapName Specifies the name of the property map to create nested inside mapName. Argument Definition providerID Specifies the provider ID. listName Specifies the name of the property list.