|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.basic.AbstractMatchFunctor
edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.basic.AbstractStringMatchFunctor
public abstract class AbstractStringMatchFunctor
Base class for match function that match one string value against a given string value.
Constructor Summary | |
---|---|
AbstractStringMatchFunctor()
|
Method Summary | |
---|---|
String |
getMatchString()
Gets the string to match for a positive evaluation. |
boolean |
isCaseSensitive()
Gets whether the match evaluation is case sensitive. |
protected boolean |
isMatch(Object value)
Matches the given value against the provided match string. |
void |
setCaseSensitive(boolean isCaseSensitive)
Sets whether the match evaluation is case sensitive. |
void |
setMatchString(String match)
Sets the string to match for a positive evaluation. |
Methods inherited from class edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.basic.AbstractMatchFunctor |
---|
doEvaluatePolicyRequirement, doEvaluateValue, evaluateDenyRule, evaluatePermitValue, evaluatePolicyRequirement |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractStringMatchFunctor()
Method Detail |
---|
public String getMatchString()
public void setMatchString(String match)
match
- string to match for a positive evaluationpublic boolean isCaseSensitive()
public void setCaseSensitive(boolean isCaseSensitive)
isCaseSensitive
- whether the match evaluation is case sensitiveprotected boolean isMatch(Object value)
Object.toString()
is used to produce the
string value to evaluate.
value
- the value to evaluate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |