|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.ValueMap.SourceValue
public class ValueMap.SourceValue
Represents incoming attribute values and rules used for matching them. The value may include regular expressions.
Field Summary | |
---|---|
private boolean |
ignoreCase
Whether case should be ignored when matching. |
private boolean |
partialMatch
Whether partial matches should be allowed. |
private String |
value
Value string. |
Constructor Summary | |
---|---|
ValueMap.SourceValue(String newValue,
boolean newIgnoreCase,
boolean newPartialMatch)
Constructor. |
Method Summary | |
---|---|
String |
getValue()
Gets the value string. |
boolean |
isIgnoreCase()
Gets whether case should be ignored when matching. |
boolean |
isPartialMatch()
Gets whether partial matches should be allowed. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private String value
private boolean ignoreCase
private boolean partialMatch
Constructor Detail |
---|
public ValueMap.SourceValue(String newValue, boolean newIgnoreCase, boolean newPartialMatch)
newValue
- value stringnewIgnoreCase
- whether case should be ignored when matchingnewPartialMatch
- whether partial matches should be allowedMethod Detail |
---|
public boolean isIgnoreCase()
public boolean isPartialMatch()
public String getValue()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |