Description Syntax Example getConfigProperty

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

9.2.34.3 Example

The following command returns property myvarA: wls:mydomainserverConfig getFederationPropertyproviderA,myvarA

9.2.35 getFederationPropertyList

Online command that returns a property list.

9.2.35.1 Description

This command returns a property list from cot.xml.

9.2.35.2 Syntax

getFederationPropertyListproviderID, listName

9.2.35.3 Example

The following command returns list mylistA: wls:mydomainserverConfig getFederationPropertyListproviderA,mylistA

9.2.36 extractproviderprops

Script command to export properties of a provider.

9.2.36.1 Description

Script command that extracts all the configuration properties of the specified provider and exports them to a text file. You can later use this file to set the same properties on another provider.

9.2.36.2 Syntax

java weblogic.WLST extractproviderprops.py providerID filename propName Specifies the name of the property to be fetched from cot.xml. Argument Definition providerID Specifies the name of the peer provider to be accessed. listName Specifies the name of the list to be fetched from the map. Note: This is a script command and cannot be executed directly from the online WLST prompt. Oracle Identity Federation scripts are located in ORACLE_HOMEfedscripts. Argument Definition providerID Specifies the name of the provider whose properties are to be extracted. filename Specifies the name of the text file to which the provider properties are extracted. Argument Definition