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.
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.
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 © 1999-2012. All Rights Reserved.