edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.basic
Class AbstractAttributeTargetedRegexMatchFunctor
java.lang.Object
edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.basic.AbstractMatchFunctor
edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.basic.AbstractRegexMatchFunctor
edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.basic.AbstractAttributeTargetedRegexMatchFunctor
- All Implemented Interfaces:
- MatchFunctor
- Direct Known Subclasses:
- AttributeScopeRegexMatchFunctor, AttributeValueRegexMatchFunctor
public abstract class AbstractAttributeTargetedRegexMatchFunctor
- extends AbstractRegexMatchFunctor
Base class for match functions that match a regular expresion against an attribute's value.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractAttributeTargetedRegexMatchFunctor
public AbstractAttributeTargetedRegexMatchFunctor()
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 © 2006-2009 Internet2. All Rights Reserved.