Description Syntax Example createConfigPropertyMap

Oracle Identity Federation Command-Line Tools 9-15

9.2.23.1 Description

This command creates a property list, nested in a property map, in cot.xml.

9.2.23.2 Syntax

createFederationPropertyListInMapproviderID, mapName, listName

9.2.23.3 Example

The following command creates nested property list mylistA: wls:mydomainserverConfig createFederationPropertyListInMapproviderA,mymapA,mylistA

9.2.24 createFederationPropertyMap

Online command that creates a property map.

9.2.24.1 Description

This command that creates a property map in cot.xml.

9.2.24.2 Syntax

createFederationPropertyMapproviderID, mapName

9.2.24.3 Example

The following command creates property map mymapA: wls:mydomainserverConfig createFederationPropertyMapproviderA,mymapA

9.2.25 createFederationPropertyMapInMap

Online command that creates a nested property map.

9.2.25.1 Description

This command creates a property map, nested in another property map, in cot.xml.

9.2.25.2 Syntax

createFederationPropertyMapInMapproviderID, mapName, nestedMapName Argument Definition providerID Specifies the provider ID. mapName Specifies an existing property map to contain the nested list. listName Specifies the name of the property list. Argument Definition providerID Specifies the provider ID. mapName Specifies the name of the property map to be added to cot.xml. Argument Definition providerID Specifies the provider ID. 9-16 Oracle Fusion Middleware Administrators Guide for Oracle Identity Federation

9.2.25.3 Example

The following command creates nested property map nestedmapA: wls:mydomainserverConfig createFederationPropertyMapInMapproviderA,mymapA,nestedmapA

9.2.26 createPeerProviderEntry

Online command that creates a peer provider property map entry.

9.2.26.1 Description

This command creates a peer provider as a Map property entry to cot.xml.

9.2.26.2 Syntax

createPeerProviderEntryproviderID, description, providerType,version

9.2.26.3 Example

The following command creates a SAML 2.0 service provider: wls:mydomainserverConfig createPeerProviderEntryproviderA,idp test,SP,SAML2.0

9.2.27 getConfigListValueInMap

Online command that returns a list nested in a map.

9.2.27.1 Description

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

9.2.27.2 Syntax

getConfigListValueInMapconfigName, mapName, listName mapName Specifies the name of an existing property map. nestedMapName Specifies the name of the property map to be nested inside mapName in cot.xml. Argument Definition providerID Specifies the provider ID to be created. description This is the description of the provider ID. providerType Specifies the provider type of the peer provider to be created. version Specifies the version of the peer provider to be created. 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 fetched from the map. Argument Definition