#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- Template viewing the authorization mechanisms: current identifiers, factories, policies, etc. -->
${stylesheets.add('')}
Authorization Info
<#if currentUser?has_content>
Current user
URI:
${currentUser.uri}
First name:
${currentUser.firstName}
Last name:
${currentUser.lastName}
Email:
${currentUser.emailAddress}
External Auth ID:
${currentUser.externalAuthId}
Login count:
${currentUser.loginCount}
<#list currentUser.permissionSetUris as role>
Role:
${role}
#list>
<#else>
Not logged in
#if>
Identifiers:
<#list identifiers as identifier>
${identifier}
#list>
AssociatedIndividuals:
<#if matchingProperty??>
(match by
${matchingProperty}
)
<#else>
(matching property is not defined)
#if>
<#if associatedIndividuals?has_content>
<#list associatedIndividuals as associatedIndividual>