The auth-protect action provides you the information, so you can do the
following

<map:act type="auth-protect">
  <map:parameter name="handler" value="yourhandler"/>

   <map:generate src="{ID}"/> <!-- The id of the user -->
   <map:transform src="{stylesheet}"/> <!-- information stored in
/authentication/data/stylesheet
   ...
</map:act>

In general, you can access /authentication/data/xxx via {xxx} and
/authentication/yyy via {yyy}, if xxx or yyy is an element with a
text value.

Carsten

> -----Original Message-----
> From: EXT / TRANSICIEL MASSOUD Bertrand
> [mailto:[EMAIL PROTECTED]
> Sent: Thursday, August 28, 2003 11:37 AM
> To: '[EMAIL PROTECTED]'
> Subject: Get authentication data in sitemap
>
>
> I want to use authentication data in sitemap.
>
> I see that {session-attr:userid} and {session-attr:password} can
> give login
> form informations but what about additional informations contained in
> authentication structure like /authentication/data/xxx?
>
> Is there some {session:xxx} expression that can be used for this?
>
> Or must I aggregate an xml file with <session:getxml ...> and use
> a session
> transformer on it?
>
> Thanks
> Bertrand.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to