Description Syntax Example addFederationMapEntryInMap

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

9.2.13.1 Description

This command deletes federations for given provider ID.

9.2.13.2 Syntax

deleteProviderFederationproviderID

9.2.13.3 Example

The following command deletes providerA: wls:mydomainserverConfig deleteProviderFederationproviderA

9.2.14 deleteUserFederations

Online command that deletes federations for given users.

9.2.14.1 Description

This command deletes federations for the given list of users.

9.2.14.2 Syntax

deleteUserFederations[user1,..]

9.2.14.3 Example

The following command deletes federations for three users: wls:mydomainserverConfig deleteUserFederations[userA,userB,userC]

9.2.15 changeMessageStore

Online command that changes the message store between memory and RDBMS.

9.2.15.1 Description

This command changes the message store to memory or RDBMS.

9.2.15.2 Syntax

changeMessageStoretype,jndiname Argument Definition providerID Specifies the ProviderID for the peer provider for which federation is to be deleted. Argument Definition user1 Specifies a comma-separated list of users whose federations are to be deleted. At least one user must be specified. Argument Definition type Specifies the type of store, RDBMS or Memory. Default is Memory. jndiname Specifies the jndi name to set for the store. Required if type is RDBMS.