Ensemble Tags
Tag authsourcedata


This stores a list of available auth sources for the currently requested resource in memory. The data is stored as a collection, and each item in the collection is a data object containing information about the auth source (prefix, name, description) accessible through the data object dot notation ($curauth.name).

Example:
<pt:ensemble.authsourcedata pt:key="sources"/>
<pt:logic.foreach pt:data="sources" pt:var="source">
<pt:logic.value pt:value="$source.prefix"/>
<pt:logic.value pt:value="$source.name"/>
<pt:logic.value pt:value="$source.description"/>
<pt:logic.separator><br>-----<br></pt:logic.separator>
</pt:logic.foreach>


Tag Information
Tag Nameauthsourcedata

Attributes
NameTypeRequiredDefault ValueDescription
keystringtruenullThe key used to store the data list in memory.
scopescopefalseportlet requestThe scope used to store the data list in memory. See the Logic Tag Library description for more details about valid scope arguments.


Copyright 2005 Plumtree Software, Inc.