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
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 onlyScriptedIdPAttributeImpl.getValues()would be called from then on.
-
-
Constructor Summary
Constructors Constructor Description BasicAttribute(String id)Constructor.
-
Method Summary
-
Methods inherited from class net.shibboleth.idp.attribute.resolver.ad.impl.ScriptedIdPAttributeImpl
addValue, getId, getLogPrefix, getNativeAttribute, getResultingAttribute, getValues
-
-
-
-
Constructor Detail
-
BasicAttribute
public BasicAttribute(String id)
Constructor.- Parameters:
id- The attribute Id.
-
-