Package org.openiam.base.response
Class URIPatternRuleToken
- java.lang.Object
-
- org.openiam.base.response.URIPatternRuleToken
-
- All Implemented Interfaces:
Serializable
public class URIPatternRuleToken extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description URIPatternRuleToken()
URIPatternRuleToken(URIPatternMetaType metaType, AbstractMeta meta)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addValue(String key, String value, boolean propagate, boolean propagateOnError, boolean fetchedValue)
String
getContentType()
String
getCookiePath()
URIPatternMetaType
getMetaType()
List<URIPatternRuleValue>
getValueList()
void
setContentType(String contentType)
void
setCookiePath(String cookiePath)
String
toString()
-
-
-
Constructor Detail
-
URIPatternRuleToken
public URIPatternRuleToken()
-
URIPatternRuleToken
public URIPatternRuleToken(URIPatternMetaType metaType, AbstractMeta meta)
-
-
Method Detail
-
addValue
public void addValue(String key, String value, boolean propagate, boolean propagateOnError, boolean fetchedValue)
-
getMetaType
public URIPatternMetaType getMetaType()
-
getValueList
public List<URIPatternRuleValue> getValueList()
-
getContentType
public String getContentType()
-
setContentType
public void setContentType(String contentType)
-
getCookiePath
public String getCookiePath()
-
setCookiePath
public void setCookiePath(String cookiePath)
-
-