java.lang.Object
net.shibboleth.idp.attribute.resolver.ad.impl.ScriptedIdPAttributeImpl
edu.internet2.middleware.shibboleth.common.attribute.provider.BasicAttribute
All Implemented Interfaces:
ScriptedIdPAttribute

public class BasicAttribute extends ScriptedIdPAttributeImpl
A class which is here solely to provide compatibility for V2 scripted attribute definitions. The assumption is that a constructor will be called with a string and that only ScriptedIdPAttributeImpl.getValues() would be called from then on.
  • Constructor Details

    • BasicAttribute

      public BasicAttribute(String id)
      Constructor.
      Parameters:
      id - The attribute Id.