Function use in the IdP
Tom Zeller
tzeller at dragonacea.biz
Tue Nov 11 15:58:55 EST 2014
On Tue, Nov 11, 2014 at 11:26 AM, Rod Widdowson
<rdw at steadingsoftware.com> wrote:
> 3) Attribute Consent and Interceptor &c : Primarily this uses Functions to
> calculate hashes:
> Function<Collection<IdPAttributeValue<?>>, String> hashFunction
> Function<String, String> hashFunction
> It also uses Functions for display purposes: Function<IdPAttribute, String>
> It feels like all three of these might be useful if available Scripted, but
> I'd defer to Tom for that.
I'm thinking that the function which returns HTML to display an
attribute value is probably better left to Velocity or JSP, and the
hash functions will probably use Brent's StringDigester, so I'm not
sure how much scripting support we'll need.
More information about the dev
mailing list