creating a binary attribute using a scripted attribute definition

Liam Hoekenga liamr at umich.edu
Thu Mar 26 14:35:00 EDT 2015


I'd like to create a binary attribute using a scripted attribute
definition.  I see in the documentation (
https://wiki.shibboleth.net/confluence/display/IDP30/ScriptedAttributeDefinition#ScriptedAttributeDefinition-AddingValues).
..

    Values are added to the attributed by calling the addValue() method.
    This must take either a String value or an object which implements
     net.shibboleth.idp.attribute.AttributeValue (Volatile link).  The
former
     is the most likely example. A useful example of the latter is
     net.shibboleth.idp.attribute.ScopedStringAttributeValue (Volatile link)
     which has two constructor parameters - the  value and scope,
respectively.

The links point in to the shibboleth build system.  I'm wondering if you
could add binary data using a net.shibboleth.idp.attribute.AttributeValue
object?

Liam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20150326/c54317e9/attachment.html 


More information about the users mailing list