Description Syntax Example getConfigListValueInMap

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. Oracle Identity Federation Command-Line Tools 9-19

9.2.32.2 Syntax

getFederationListValueInMapproviderID, mapName, listName

9.2.32.3 Example

The following command returns nested list mylistA: wls:mydomainserverConfig getFederationListValueInMapproviderA,mymapA,mylistA

9.2.33 getFederationMapEntryInMap

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

9.2.33.1 Description

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

9.2.33.2 Syntax

getFederationMapEntryInMapproviderID, mapname, nestedMapName, propName

9.2.33.3 Example

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

9.2.34 getFederationProperty

Online command that returns a property value.

9.2.34.1 Description

This command returns a property value from cot.xml.

9.2.34.2 Syntax

getFederationPropertyproviderID, 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 list to be fetched from the map. Argument Definition providerID Specifies the name of the peer provider 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 providerID Specifies the name of the peer provider to be accessed.