<#-- $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

Current user

<#if currentUser?has_content> <#list currentUser.permissionSetUris as role> <#else>
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}
Not logged in

Identifiers:

<#list identifiers as identifier>
${identifier}

AssociatedIndividuals: <#if matchingProperty??> (match by ${matchingProperty}) <#else> (matching property is not defined)

<#if associatedIndividuals?has_content> <#list associatedIndividuals as associatedIndividual> <#if associatedIndividual.editable> <#else> <#else>
${associatedIndividual.uri}May editMay not edit
none

Identifier factories:

<#list factories as factory>
${factory}

Policies:

<#list policies as policy>
${policy}

Authenticator:

${authenticator}