(Quick Reference)

s:info

Purpose

Returns information about the currently logged-in user.

This uses the underlying security provider to access the provider-specific user object. The properties available are not defined by the Security API, see your security provider documentation.

Typically this will provide access to the user principal.

Example

Your full name is <s:info property="fullName"/>

Attributes

NamePurpose
propertyRequired - The property of the user object to return