[External] Using SP Entity ID in RelationalDatabase Dataconnector
Cantor, Scott
cantor.2 at osu.edu
Fri Mar 22 13:37:33 EDT 2019
On 3/22/19, 1:30 PM, "users on behalf of Domingues, Michael D" <users-bounces at shibboleth.net on behalf of michael-domingues at uiowa.edu> wrote:
> $resolutionContext.attributeRecipientID
For anything but unusual cases with queries and attribute aggregation, that is the way, as documented. It's possible the extra parentheses you included are causing an issue but Velocity is pretty forgiving with that.
Using parens is a "method" call, and would be precisely done as $resolutionContext.getAttributeRecipientID()
Standard Java bean property vs. getter syntax difference.
"requestContext" is a V2 compatibility variable and should not be used any longer.
-- Scott
More information about the users
mailing list