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 voidaddValue(String key, String value, boolean propagate, boolean propagateOnError, boolean fetchedValue)StringgetContentType()StringgetCookiePath()URIPatternMetaTypegetMetaType()List<URIPatternRuleValue>getValueList()voidsetContentType(String contentType)voidsetCookiePath(String cookiePath)StringtoString()
-
-
-
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)
-
-