Class BasicAttribute
java.lang.Object
net.shibboleth.idp.attribute.resolver.ad.impl.ScriptedIdPAttributeImpl
edu.internet2.middleware.shibboleth.common.attribute.provider.BasicAttribute
- All Implemented Interfaces:
ScriptedIdPAttribute
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 Summary
Constructors -
Method Summary
Methods inherited from class net.shibboleth.idp.attribute.resolver.ad.impl.ScriptedIdPAttributeImpl
addValue, getId, getLogPrefix, getNativeAttribute, getResultingAttribute, getValues
-
Constructor Details
-
BasicAttribute
Constructor.- Parameters:
id
- The attribute Id.
-