Hitachi

uCosminexus Application Server Security Management Guide


16.2.1 The <ua:attributeEntries>Entries</ua:attributeEntries> tag

Organization of this subsection

(1) Description

Used together with <ua:attributeEntry/> tags to specify a list of user attributes to be obtained at login. To specify this list, enter two or more <ua:attributeEntry/> tags for Entries.

<ua:attributeEntries id="ae">
  <ua:attributeEntry attrName="cn" />
  <ua:attributeEntry attrName="sn" />
  ...
</ua:attributeEntries>

(2) Tag attributes

The following table lists the tag attributes.

Table 16‒2: Tag attributes (<ua:attributeEntries>Entries</ua:attributeEntries> tag)

Tag attribute

Description

Type

Required?

C/E

id="id"

Specifies the identifier of an instance (array) of the AttributeEntry class. This tag attribute can also be used for the name of the script variable that references this instance. This instance has the scope that is specified with the scope tag attribute. The specified identifier should be unique for each scope.

AttributeEntry[]

R

C

scope="scope"

Specifies the scope of the script variable that is specified with the id tag attribute. The scope can be specified as page, request, session, or application. For the meanings of these values, see the description for the <jsp:useBean/> tag. If the scope tag attribute is omitted, page is assumed.

n/a

O

C

Legend:

R: Required

O: Optional

n/a: Not applicable

C: Indicates that the tag attribute value is evaluated at JSP compile time.