Description Syntax Example getFederationProperty

Oracle Identity Federation Command-Line Tools 9-21 When you execute the script, you are prompted for the WebLogic administrator credentials and the connection URL; for the latter, specify the managed server port, not the admin server port. File Format The format of the extract file is: TYPE:NAME:PROPNAME:PROPVALUE:PROPTYPE For example: X:X:sendattribute:false:boolean MAP:attributelistmailemail:datastore-attr:mail:string LIST:sendattributefornameid:unspecified::string

9.2.37 setproviderprops

Script command to set properties of a provider using values from a text file.

9.2.37.1 Description

Script command to set properties of a provider using values from a text file. The text file is generated by the extractproviderprops command.

9.2.37.2 Syntax

java weblogic.WLST setproviderprops.py providerID filename When you execute the script, you are prompted for the WebLogic administrator credentials and the connection URL; for the latter, specify the managed server port, not the admin server port.

9.2.38 getFederationPropertyMapEntry

Online command that returns a property value from a map.

9.2.38.1 Description

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

9.2.38.2 Syntax

getFederationPropertyMapEntryproviderID, mapName, propName Note: This is a script command and cannot be executed directly from the online WLST prompt. Oracle Identity Federation scripts are located in ORACLE_HOMEfedscripts. Argument Definition providerID Specifies the name of the provider whose properties are to be updated. filename Specifies the name of the input file from which to read the properties. 9-22 Oracle Fusion Middleware Administrators Guide for Oracle Identity Federation

9.2.38.3 Example

The following command returns property propA from a map: wls:mydomainserverConfig getFederationPropertyMapEntryproviderA,mapA, propA

9.2.39 listCustomAuthnEngines

Online command that returns a list of custom authentication integration engines.

9.2.39.1 Description

This command returns a list of custom authentication integration engines from config.xml.

9.2.39.2 Syntax

listCustomAuthnEngines

9.2.39.3 Example

The following command returns the list of all SP engines: wls:mydomainserverConfig listCustomAuthnEngines

9.2.40 listCustomSPEngines

Online command that returns a list of custom SP integration engines.

9.2.40.1 Description

This command returns a list of custom service provider SP integration engines from config.xml.

9.2.40.2 Syntax

listCustomSPEngines

9.2.40.3 Example

The following command returns the list of all SP integration engines: wls:mydomainserverConfig listCustomSPEngines

9.2.41 loadMetadata

Online command that loads metadata from an input file.

9.2.41.1 Description

This command loads metadata from an input file into cot.xml. Argument Definition providerID Specifies the name of the peer provider to be accessed. mapName Specifies the name of the property map. propName Specifies the name of the property to be fetched from the nested map.