Description Syntax Example addCustomSPEngine

Oracle Identity Federation Command-Line Tools 9-9

9.2.8.3 Example

The following command adds a value of type string to the myvarA property in a nested map. wls:mydomainserverConfig addFederationMapEntryInMapproviderA,mymap,nestedmapA,myvarA,valueA, string

9.2.9 addFederationPropertyListEntry

Online command that adds a list property entry.

9.2.9.1 Description

This command adds a property value to a list in cot.xml.

9.2.9.2 Syntax

addFederationPropertyListEntryproviderID, listName, value, type

9.2.9.3 Example

The following command adds a value in string format to a specified property list. wls:mydomainserverConfig addFederationPropertyListEntryproviderA,mylistA,valueA,string

9.2.10 addFederationPropertyMapEntry

Online command that a property namevalue entry in a map.

9.2.10.1 Description

This command adds a property namevalue pair to a map in cot.xml.

9.2.10.2 Syntax

addFederationPropertyMapEntryproviderID, mapName, propName,value, type Argument Definition providerID Specifies the provider ID. listname Specifies the name of the property list to be updated. value Specifies the property list value to be added. The entered value is appended to the list. type Specifies the type of property, BOOLEAN or STRING or LONG. Argument Definition providerID Specifies the provider ID. mapname Specifies the name of the property map to be changed in cot.xml. propName Specifies the name of the property to be added in the map. value Specifies the property value to be added. type Specifies the type of property, BOOLEAN or STRING or LONG. 9-10 Oracle Fusion Middleware Administrators Guide for Oracle Identity Federation

9.2.10.3 Example

The following command adds boolean property myvarB to a map. wls:mydomainserverConfig addFederationPropertyMapEntryproviderA,mymapB,myvarB,true,boolean

9.2.11 deleteCustomAuthnEngine

Online command that deletes a custom authentication integration engine from the configuration.

9.2.11.1 Description

This command deletes a custom authentication integration engine in config.xml. You must provide the engine ID for an existing custom authentication engine in config.xml.

9.2.11.2 Syntax

deleteCustomAuthnEngineengineID

9.2.11.3 Example

The following command deletes the authentication engine with ID id1234. wls:mydomainserverConfig deleteCustomAuthnEngineid1234

9.2.12 deleteCustomSPEngine

Online command that deletes a custom service provider SP integration engine from the configuration.

9.2.12.1 Description

This command deletes a custom SP integration engine in config.xml. The EngineID for an existing custom SP engine in config.xml must be provided.

9.2.12.2 Syntax

ddeleteCustomSPEngineengineID

9.2.12.3 Example

The following command deletes the engine with ID id1234. wls:mydomainserverConfig deleteCustomSPEngineid1234

9.2.13 deleteProviderFederation

Online command that deletes federations for given provider. Argument Definition engineID Specifies the engine ID of an existing engine to be deleted. Argument Definition engineID Specifies the engine ID of an existing engine to be deleted.