Description Syntax Example createRequesterPartnerProfile

Infrastructure Security Custom WLST Commands 4-133

4.8.27.3 Example

The following invocation retrieves the names of all the existing partner profiles and displays them. getAllPartnerProfiles

4.8.28 getPartnerProfile

Online command that retrieves the configuration data of a specific partner profile, and displays the content of the profile.

4.8.28.1 Description

Retrieves the configuration data of the partner profile referenced by the partnerProfileId parameter, and displays the content of the profile.

4.8.28.2 Syntax

getPartnerProfilepartnerProfileId

4.8.28.3 Example

The following invocation retrieves the configuration data of the partner profile referenced by the partnerProfileId parameter, and displays the content of the profile. getPartnerProfilepartnerProfileId=custom-partnerprofile

4.8.29 createRequesterPartnerProfile

Online command that creates a new requester partner profile with default configuration data.

4.8.29.1 Description

Creates a new requester partner profile with default configuration data, and displays the result of the operation. Table 4–9 describes the default configuration created with this command. Argument Definition partnerProfileId Specifies the name of the partner profile. Table 4–9 Default Configuration: createRequesterPartnerProfile Element Description Return Error for Missing Claims Default: false Allow Unmapped Claims Default: false 4-134 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

4.8.29.2 Syntax

createRequesterPartnerProfilepartnerProfileId, defaultRelyingPartyPPID, description

4.8.29.3 Example

The following invocation creates a new requester partner profile with default configuration data, and displays the result of the operation. For default data descriptions, see Table 4–9 . createRequesterPartnerProfilepartnerProfileId=custom-partnerprofile, defaultRelyingPartyPPID=rpPartnerProfileTest, description=custom partner profile Token Type Configuration The Token Type Configuration table includes the following entries. There are no mappings of token type to WS-Trust Validation Template: ■ SAML 1.1 token type mapped to the following External URI: http:docs.oasis-open.orgwssoasis-wss-saml- token-profile-1.1SAMLV1.1 The SAML 1.1 token type is not mapped to any WS-Trust Validation Template. ■ SAML 2.0 token type mapped to the following External URI: http:docs.oasis-open.orgwssoasis-wss-saml- token-profile-1.1SAMLV2.0 The SAML 2.0 token type is not mapped to any WS-Trust Validation Template. ■ Username token type mapped to the following External URI: http:docs.oasis-open.orgwss200401oasis- 200401-wss-username-token-profile-1.0Username Token The Username token type is not mapped to any WS-Trust Validation Template. Note: Token Type Configuration and token type to Validation Template mapping are both empty Attribute Name Mapping Default: The Attribute Name Mapping table is empty by default. Argument Definition partnerProfileId Specifies the name of the partner profile. defaultRelyingPartyPPID Specifies the relying party partner profile to use, if the AppliesTo field is missing from the RST or if it could not be mapped to a Relying Party Partner. description Specifies the optional description for this partner profile Table 4–9 Cont. Default Configuration: createRequesterPartnerProfile Element Description Infrastructure Security Custom WLST Commands 4-135

4.8.30 createRelyingPartyPartnerProfile