Description Syntax Example addFederationPropertyMapEntry

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

9.2.15.3 Example

The following command changes the message store to RDBMS: wls:mydomainserverConfig changeMessageStoreRDBMS,jdbcmydb

9.2.16 changePeerProviderDescription

Online command that changes the peer provider description.

9.2.16.1 Description

This command updates a peer provider description in cot.xml.

9.2.16.2 Syntax

changePeerProviderDescriptionproviderID,description

9.2.16.3 Example

The following command updates the description of a provider: wls:mydomainserverConfig changePeerProviderDescriptionproviderA,new description

9.2.17 changeSessionStore

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

9.2.17.1 Description

This command changes the session store to memory or RDBMS.

9.2.17.2 Syntax

changeSessionStoretype,jndiname

9.2.17.3 Example

The following command changes the session store to RDBMS. wls:mydomainserverConfig changeSessionStoreRDBMS,jdbcmydb

9.2.18 createConfigPropertyList

Online command that creates a property list.

9.2.18.1 Description

This command creates a property list in config.xml. Argument Definition providerID Specifies the provider ID. description Specifies the provider description. 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.