Description Syntax Example removePeerProviderEntry

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 9-32 Oracle Fusion Middleware Administrators Guide for Oracle Identity Federation

9.2.61.1 Description

This command adds a property entry or updates an existing entry in cot.xml.

9.2.61.2 Syntax

setFederationPropertyproviderID, propName, value, type

9.2.61.3 Example

The following command creates the property myvarA and sets its value: wls:mydomainserverConfig setFederationPropertyproviderA,myvarA,myvalA,string Argument Definition providerID Specifies the name of the peer provider to be updated. propname Specifies the name of the property to be addedupdated in cot.xml. value Specifies the property value. type Specifies the type of property, BOOLEAN or STRING or LONG.