Description Syntax Example addConfigMapEntryInMap

Oracle Identity Federation Command-Line Tools 9-7

9.2.5 addCustomAuthnEngine

Online command that adds a custom authentication integration engine.

9.2.5.1 Description

This command adds a custom authentication integration engine to config.xml.

9.2.5.2 Syntax

addCustomAuthnEnginename enabled webContext authnRelativePath logoutRelativePath logoutEnabled

9.2.5.3 Example

The following command defines an engine named test and enables it. wls:mydomainserverConfig addCustomAuthnEnginetest,true

9.2.6 addCustomSPEngine

Online command that adds a custom service provider SP engine.

9.2.6.1 Description

This command adds a custom SP integration engine to config.xml.

9.2.6.2 Syntax

addCustomSPEnginename enabled authnMech webContext authnRelativePath logoutRelativePath logoutEnabled

9.2.6.3 Example

The following command adds an engine and gives it a disabled status. Argument Definition name Specifies the name of the custom engine. enabled This flag specifies whether the engine is enabled true or not false. webContext Specifies the web context for the engine. authnRelativePath Specifies the authentication relative path URL for the engine. logoutRelativePath Specifies the logout relative path URL for the engine. logoutEnabled This flag is set true to enable logout for the engine, else false. Argument Definition name Specifies the name of the custom engine. enabled This flag specifies whether the engine is enabled true or not false. authnMech Specifies the authentication mechanism for the engine. webContext Specifies the web context for the engine. authnRelativePath Specifies the authentication relative path URL for the engine. logoutRelativePath Specifies the logout relative path URL for the engine. logoutEnabled This flag is set true to enable logout for the engine, else false. 9-8 Oracle Fusion Middleware Administrators Guide for Oracle Identity Federation addCustomSPEnginenew engine,false,oracle:fed:authentication:unspecified,webcontext

9.2.7 addFederationListEntryInMap

Online command that adds a list property entry in a map.

9.2.7.1 Description

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

9.2.7.2 Syntax

addFederationListEntryInMapproviderID, mapname, listName, value, type

9.2.7.3 Example

The following command adds a boolean property list to mymap. wls:mydomainserverConfig addFederationListEntryInMapproviderB,mymap,mylistB,true,boolean

9.2.8 addFederationMapEntryInMap

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

9.2.8.1 Description

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

9.2.8.2 Syntax

addFederationMapEntryInMapproviderID, mapname, nestedMapName, propName, value, type Argument Definition providerID Specifies the provider ID. mapname Specifies the name of the property map to be changed in cot.xml. listname Specifies the name of the property list to be added to the map. 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. nestedMapName Specifies the name of the nested property map to be changed. propName Specifies the name of the property to be updated in the map. value Specifies the property value to be added. The entered value is appended to the list. type Specifies the type of property, BOOLEAN or STRING or LONG.