Description Syntax Example createFederationPropertyMapInMap

Oracle Identity Federation Command-Line Tools 9-17

9.2.27.3 Example

The following command returns mylistA: wls:mydomainserverConfig getConfigListValueInMapserverConfig,mymapA,mylistA

9.2.28 getConfigMapEntryInMap

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

9.2.28.1 Description

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

9.2.28.2 Syntax

getConfigMapEntryInMapconfigName, mapname, nestedMapName, propName

9.2.28.3 Example

The following command returns property entry myvarA: wls:mydomainserverConfig getConfigMapEntryInMapserverconfig,mymap,nestedmapA,myvarA

9.2.29 getConfigProperty

Online command that returns a property value.

9.2.29.1 Description

This command returns a property value from config.xml.

9.2.29.2 Syntax

getConfigPropertyconfigName, propName

9.2.29.3 Example

The following command returns property myvarA: wls:mydomainserverConfig getConfigPropertyserverconfig,myvarA 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. nestedmapName Specifies the name of the nested property map. propName Specifies the name of the property to be fetched from the nested map. Argument Definition configName Specifies the name of the configuration for example, idpsaml20, serverconfig, spsaml20,.. to be accessed. propName Specifies the name of the property to be fetched from the nested map. 9-18 Oracle Fusion Middleware Administrators Guide for Oracle Identity Federation

9.2.30 getConfigPropertyList

Online command that returns a property list.

9.2.30.1 Description

This command returns a property list from config.xml.

9.2.30.2 Syntax

getConfigPropertyListconfigName, listName

9.2.30.3 Example

The following command returns mylistA: wls:mydomainserverConfig getConfigPropertyListserverconfig,mylistA

9.2.31 getConfigPropertyMapEntry

Online command that returns a property value from a map.

9.2.31.1 Description

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

9.2.31.2 Syntax

getConfigPropertyMapEntryconfigName, mapName, propName

9.2.31.3 Example

The following command returns property propA: wls:mydomainserverConfig getConfigPropertyMapEntryserverconfig,mapA, propA

9.2.32 getFederationListValueInMap

Online command that returns a list value nested in a map.

9.2.32.1 Description

This command returns a list value nested in a map from cot.xml. Argument Definition configName Specifies the configuration name. listName Specifies the name of the property list to be fetched from config.xml. Argument Definition configName Specifies the configuration name for example, idpsaml20, serverconfig, spsaml20,... mapName Specifies the name of the property map. propName Specifies the name of the property to be fetched from the map in config.xml.