|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.http.impl.cookie.PublicSuffixFilter
PublicSuffixDomainFilter
@Deprecated public class PublicSuffixFilter
Wraps a CookieAttributeHandler and leverages its match method to never match a suffix from a black list. May be used to provide additional security for cross-site attack types by preventing cookies from apparent domains that are not publicly available. An uptodate list of suffixes can be obtained from publicsuffix.org
Constructor Summary | |
---|---|
PublicSuffixFilter(CookieAttributeHandler wrapped)
Deprecated. |
Method Summary | |
---|---|
boolean |
match(Cookie cookie,
CookieOrigin origin)
Deprecated. Never matches if the cookie's domain is from the blacklist. |
void |
parse(SetCookie cookie,
String value)
Deprecated. Parse the given cookie attribute value and update the corresponding Cookie property. |
void |
setExceptions(Collection<String> exceptions)
Deprecated. Sets the exceptions from the blacklist. |
void |
setPublicSuffixes(Collection<String> suffixes)
Deprecated. Sets the suffix blacklist patterns. |
void |
validate(Cookie cookie,
CookieOrigin origin)
Deprecated. Peforms cookie validation for the given attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PublicSuffixFilter(CookieAttributeHandler wrapped)
Method Detail |
---|
public void setPublicSuffixes(Collection<String> suffixes)
suffixes
- public void setExceptions(Collection<String> exceptions)
exceptions
- public boolean match(Cookie cookie, CookieOrigin origin)
match
in interface CookieAttributeHandler
cookie
- Cookie
to matchorigin
- the cookie source to match against
true
if the match is successful; false
otherwisepublic void parse(SetCookie cookie, String value) throws MalformedCookieException
CookieAttributeHandler
Cookie
property.
parse
in interface CookieAttributeHandler
cookie
- Cookie
to be updatedvalue
- cookie attribute value from the cookie response header
MalformedCookieException
public void validate(Cookie cookie, CookieOrigin origin) throws MalformedCookieException
CookieAttributeHandler
validate
in interface CookieAttributeHandler
cookie
- Cookie
to validateorigin
- the cookie source to validate against
MalformedCookieException
- if cookie validation fails for this attribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |