Description Syntax Example addConfigPropertyMapEntry

9-8 Oracle Fusion Middleware Administrators Guide for Oracle Identity Federation addCustomSPEnginenew engine,false,oracle:fed:authentication:unspecified,webcontext

9.2.7 addFederationListEntryInMap

Online command that adds a list property entry in a map.

9.2.7.1 Description

This command adds a property value to a nested list inside a map in cot.xml.

9.2.7.2 Syntax

addFederationListEntryInMapproviderID, mapname, listName, value, type

9.2.7.3 Example

The following command adds a boolean property list to mymap. wls:mydomainserverConfig addFederationListEntryInMapproviderB,mymap,mylistB,true,boolean

9.2.8 addFederationMapEntryInMap

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

9.2.8.1 Description

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

9.2.8.2 Syntax

addFederationMapEntryInMapproviderID, mapname, nestedMapName, propName, value, type Argument Definition providerID Specifies the provider ID. mapname Specifies the name of the property map to be changed in cot.xml. listname Specifies the name of the property list to be added to the map. value Specifies the property list value to be added. The entered value is appended to the list. type Specifies the type of property, BOOLEAN or STRING or LONG. Argument Definition providerID Specifies the provider ID. mapname Specifies the name of the property map to be changed in cot.xml. nestedMapName Specifies the name of the nested property map to be changed. propName Specifies the name of the property to be updated in the map. value Specifies the property value to be added. The entered value is appended to the list. type Specifies the type of property, BOOLEAN or STRING or LONG. Oracle Identity Federation Command-Line Tools 9-9

9.2.8.3 Example

The following command adds a value of type string to the myvarA property in a nested map. wls:mydomainserverConfig addFederationMapEntryInMapproviderA,mymap,nestedmapA,myvarA,valueA, string

9.2.9 addFederationPropertyListEntry

Online command that adds a list property entry.

9.2.9.1 Description

This command adds a property value to a list in cot.xml.

9.2.9.2 Syntax

addFederationPropertyListEntryproviderID, listName, value, type

9.2.9.3 Example

The following command adds a value in string format to a specified property list. wls:mydomainserverConfig addFederationPropertyListEntryproviderA,mylistA,valueA,string

9.2.10 addFederationPropertyMapEntry

Online command that a property namevalue entry in a map.

9.2.10.1 Description

This command adds a property namevalue pair to a map in cot.xml.

9.2.10.2 Syntax

addFederationPropertyMapEntryproviderID, mapName, propName,value, type Argument Definition providerID Specifies the provider ID. listname Specifies the name of the property list to be updated. value Specifies the property list value to be added. The entered value is appended to the list. type Specifies the type of property, BOOLEAN or STRING or LONG. Argument Definition providerID Specifies the provider ID. mapname Specifies the name of the property map to be changed in cot.xml. propName Specifies the name of the property to be added in the map. value Specifies the property value to be added. type Specifies the type of property, BOOLEAN or STRING or LONG.