Description Syntax Example removeFederationPropertyList

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. Oracle Identity Federation Command-Line Tools 9-31

9.2.59.3 Example

The following command updates the configuration of custom authentication engine abcdef: wls:mydomainserverConfig setCustomAuthnEngineabcdef, custom one,false,oracle:fed:authentication:unspecified,webcontext

9.2.60 setCustomSPEngine

Online command that updates a custom SP integration engine.

9.2.60.1 Description

This command updates an existing custom SP integration engine in config.xml.

9.2.60.2 Syntax

setCustomSPEngineengineID ,name, enabled, authnMech, webContext, authnRelativePath, logoutRelativePath, logoutEnabled

9.2.60.3 Example

The following command sets the name and the enabled flag for the engine with ID engineID2: wls:mydomainserverConfig setCustomSPEngineengineid2,test,true

9.2.61 setFederationProperty

Online command that adds or updates a property value. 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 engineID Specifies the engine ID of an existing custom engine. 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. Argument Definition