Description Syntax Example removeFederationMapEntryInMap

Oracle Identity Federation Command-Line Tools 9-29 wls:mydomainserverConfig removeFederationPropertyListproviderA,mylistA

9.2.55 removeFederationPropertyMap

Online command that removes a property map.

9.2.55.1 Description

This command removes a property map in cot.xml.

9.2.55.2 Syntax

removeFederationPropertyMapproviderID, mapName

9.2.55.3 Example

The following command removes a map: wls:mydomainserverConfig removeFederationPropertyMapproviderA,mapA

9.2.56 removeFederationPropertyMapEntry

Online command that removes a property value from a map.

9.2.56.1 Description

This command removes a property value from a map in cot.xml.

9.2.56.2 Syntax

removeFederationPropertyMapEntryproviderID, mapName, propName

9.2.56.3 Example

The following command removes property propA from a map: wls:mydomainserverConfig removeFederationPropertyMapEntryproviderA,mapA, propA

9.2.57 removePeerProviderEntry

Online command that removes a peer provider entry.

9.2.57.1 Description

This command removes a peer provider entry from cot.xml. Argument Definition providerID Specifies the name of the peer provider to be accessed. mapName Specifies the name of the property map to be removed. Argument Definition providerID Specifies the name of the peer provider to be accessed. mapName Specifies the name of the property map to be updated. propName Specifies the name of the property to be removed from the map. 9-30 Oracle Fusion Middleware Administrators Guide for Oracle Identity Federation

9.2.57.2 Syntax

removePeerProviderEntryproviderID

9.2.57.3 Example

The following command removes providerA: wls:mydomainserverConfig removePeerProviderEntryproviderA

9.2.58 setConfigProperty

Online command that sets a property value in config.xml.

9.2.58.1 Description

This command adds or updates a property value in config.xml.

9.2.58.2 Syntax

setConfigPropertyconfigname, propName, value, type

9.2.58.3 Example

The following command sets the property myvarA and its value in the server configuration: wls:mydomainserverConfig setConfigPropertyserverconfig,myvarA,myvalA,string

9.2.59 setCustomAuthnEngine

Online command that updates a custom authentication integration engine.

9.2.59.1 Description

This command updates a custom authentication integration engine in config.xml.

9.2.59.2 Syntax

setCustomAuthnEngineengineID, name, enabled, webContext, authnRelativePath, logoutRelativePath, logoutEnabled Argument Definition providerID Specifies the name of the peer provider to be removed. Argument Definition configname Specifies the name of the configuration for example, idpsaml20, serverconfig, spsaml20,.. to be updated. propname Specifies the name of the property to be addedupdated in config.xml. value Specifies the property value. type Specifies the type of property, BOOLEAN or STRING or LONG. Argument Definition engineID Specifies the engine ID of an existing engine.