Description Syntax Example getFederationPropertyMapEntry

Oracle Identity Federation Command-Line Tools 9-23

9.2.41.2 Syntax

loadMetadatametadatafile,description

9.2.41.3 Example

The following command loads metadata from the file metadatafile.xml: wls:mydomainserverConfig loadMetadatahomemetadatafile.xml,some description

9.2.42 oifStatus

Online command that reports the current status of the Oracle Identity Federation application in the managed server to which WLST is connected.

9.2.42.1 Description

This command displays the current status of Oracle Identity Federation on the managed server.

9.2.42.2 Syntax

oifStatusserverurl, configfile, keyfile

9.2.42.3 Example

The following command provides no arguments; WLST prompts you for the Oracle WebLogic Server username, password, and the managed server URL, then displays the federation server status: wls:mydomainserverConfig oifStatus The following command provides only the managed server URL; WLST prompts you for the Oracle WebLogic Server username and password: wls:mydomainserverConfig oifStatus, , t3:localhost:7499 The following command provides all arguments needed for WLST to display the federation server status: wls:mydomainserverConfig oifStatusconfigfileA, keyfileB, t3:localhost:7499

9.2.43 removeConfigListInMap

Online command that removes a list property nested in a map. Argument Definition metadatafile Specifies the metadata file of the peer provider to be added or updated. description This is a brief description of the peer provider to be loaded. Argument Definition serverurl Specifies the URL of the managed server. configfile This is a pre-defined user configuration file created with the WLST storeUserConfig command. keyfile This is a pre-defined key file created with the WLST storeUserConfig command 9-24 Oracle Fusion Middleware Administrators Guide for Oracle Identity Federation

9.2.43.1 Description

This command removes a list property nested in a map from config.xml.

9.2.43.2 Syntax

removeConfigListInMapconfigName, mapName, listName

9.2.43.3 Example

The following command removes the list property mylistA: wls:mydomainserverConfig removeConfigListInMapserverConfig,mymapA,mylistA

9.2.44 removeConfigMapEntryInMap

Online command that removes a map property nested in a map.

9.2.44.1 Description

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

9.2.44.2 Syntax

oifStatusserverurl, configfile, keyfile

9.2.44.3 Example

The following command removes the nested property myvarA: wls:mydomainserverConfig removeConfigMapEntryInMapserverconfig,mymap,nestedmapA,myvarA

9.2.45 removeConfigMapInMap

Online command that removes a map property nested in a map.

9.2.45.1 Description

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

9.2.45.2 Syntax

removeConfigMapEntryInMapconfigName, mapname, nestedMapName, propName 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. listName Specifies the name of the list to be removed from the map. Argument Definition serverurl Specifies the name of the configuration for example, idpsaml20, serverconfig, spsaml20,.. to be accessed. configfile Specifies the name of the property map. keyfile Specifies the name of the nested property map.