edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.basic
Class AbstractAttributeTargetedStringMatchFunctor
java.lang.Object
edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.basic.AbstractMatchFunctor
edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.basic.AbstractStringMatchFunctor
edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.basic.AbstractAttributeTargetedStringMatchFunctor
- All Implemented Interfaces:
- MatchFunctor
- Direct Known Subclasses:
- AttributeScopeStringMatchFunctor, AttributeValueStringMatchFunctor
public abstract class AbstractAttributeTargetedStringMatchFunctor
- extends AbstractStringMatchFunctor
Base class for match functions that match a string value against an attribute's value.
Field Summary |
private String |
attributeId
ID of the attribute whose values will be evaluated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attributeId
private String attributeId
- ID of the attribute whose values will be evaluated.
AbstractAttributeTargetedStringMatchFunctor
public AbstractAttributeTargetedStringMatchFunctor()
getAttributeId
public String getAttributeId()
- Gets the ID of the attribute whose values will be evaluated.
- Returns:
- ID of the attribute whose values will be evaluated
setAttributeId
public void setAttributeId(String id)
- Sets the ID of the attribute whose values will be evaluated.
- Parameters:
id
- ID of the attribute whose values will be evaluated
Copyright © 1999-2012. All Rights Reserved.