...
Code Block | ||
---|---|---|
| ||
#set ($spEntityId = $profileRequestContext.getSubcontext('net.shibboleth.profile.context.RelyingPartyContext').getRelyingPartyId()) ... #if ($spEntityId.equals("https://sp.examle.org/shibboleth")) <a>particular HTML element</a> #end |
Display
...
the first value of an attribute
...
or a default value
Code Block | ||
---|---|---|
| ||
$attributeHelper.getFirstAttributeValuegetFirstAttributeDisplayValue($profileRequestContext, "eppn", "Jane Doe") |