Description Syntax Example updateOAMIdentityAsserter

4-88 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

4.7.3.1 Description

Updates the value of given parameters of the domain Oracle Access Manager identity asserter. In the event of an error, the command returns a WLSTException.

4.7.3.2 Syntax

updateOAMIdentityAssertername, paramNameValueList

4.7.3.3 Example

The following invocation updates the parameters accessGateName, accessGatePwd, pAccessServer, and ssoHeaderName in the Oracle Access Manager identity asserter named myIdAsserter: updateOAMIdentityAssertername=myIdAsserter, accessGateName=OAM IAP AccessGate, accessGatePwd=welcome1, pAccessServer=myhost.domain.com:5543, ssoHeaderName=OAM_SSO_HEADER Argument Definition name Specifies the name of the Oracle Access Manager identity asserter whose parameter values to update. paramNameValueList Specifies the comma-separated list of pairs of parameter name-value to be updated. The format of each pair is: paramName=paramValue The parameter names that can be updated are the following only: ■ accessGateName—The name of the AccessGate used by the authenticator. ■ accessGatePwd—The password to the AccessGate used by the authenticator. ■ pAccessServer—The name of the primary access server. Values must have the format hostName:portNumber. ■ sAccessServer—The name of the secondary access server. Values must have the format hostName:portNumber. ■ transportSecurity—The mode of communication between AccessGate and OAM Access Server. ■ keystorePwd—The password to access the domain key store. ■ keystorePath—The absolute path of the JKS key store used for SSL communication between the authenticator and OAM Access Server. ■ simpleModePassphrase—The password shared by AccessGate and OAM Access Server in simple communication mode. ■ truststorePath —The absolute path of the JKS trust store used for SSL communication between the authenticator and OAM Access Server. ■ poolMaxConnections—The maximum number of connections in the OAM Server connection pool. ■ poolMinConnections—The minimum number of connections in the OAM Server connection pool. ■ ssoHeaderName—The SSO header name. ■ controlFlag—The JAAS control flag that sets up dependencies among all authenticators in the domain. Values can be only REQUIRED, SUFFICIENT, REQUISITE, or OPTIONAL. ■ appDomain—The name of the application domain. Infrastructure Security Custom WLST Commands 4-89

4.7.4 createOAMAuthenticator