@jws:av-identity Tag

Specifies the target Application View for an Application View control.

Syntax

@jws:av-identity
	name="applicationViewName"
	[user-id="username"]
	[password="password"]
	[passwordEncrypted="true" | "false"]

Attributes

name

Required. Specifies the name of the target Application View. The Application View must be deployed before the Application View control will function.

user-id

Optional. Specifies the username to use when accessing the target Application View.

password

Optional. Specifies the password to use when accessing the target Application View.

passwordEncrypted

Optional. Specifies whether the value of the password attribute is encrypted or not. If not present, default value is "false" and password is assumed to be clear text.

Note: the passwordEncrypted attribute was added in the SP1 release of WebLogic Workshop 7.0. ApplicationView controls created prior to SP1 will contain clear text passwords. If you wish to encrypt the password in an existing control, create a new control (for which the password will be encrypted by default), then copy the password and passwordEncrypted attributes and their values from the new control to the existing control.

Remarks

The following rules apply to this tag's use:

Related Topics

Application View Control: Accessing an Enterprise Application from a Web Service

@jws:av-service Tag