<#-- $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> <#list currentUser.permissionSetUris as role>
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}
Role:${role}
<#else>

Not logged in

<#list identifiers as identifier>
Identifiers:
${identifier}
<#if associatedIndividuals?has_content> <#list associatedIndividuals as associatedIndividual> <#if associatedIndividual.editable> <#else> <#else>
AssociatedIndividuals: <#if matchingProperty??> (match by
${matchingProperty}
) <#else> (matching property is not defined)
${associatedIndividual.uri}May editMay not edit
none
<#list factories as factory>
Identifier factories:
${factory}
<#list policies as policy>
Policies:
${policy}