Package io.hawt.web.auth.oidc
Class NopCookieStore
java.lang.Object
io.hawt.web.auth.oidc.NopCookieStore
- All Implemented Interfaces:
org.apache.http.client.CookieStore
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCookie(org.apache.http.cookie.Cookie cookie) voidclear()booleanclearExpired(Date date) List<org.apache.http.cookie.Cookie>
-
Constructor Details
-
NopCookieStore
public NopCookieStore()
-
-
Method Details
-
addCookie
public void addCookie(org.apache.http.cookie.Cookie cookie) - Specified by:
addCookiein interfaceorg.apache.http.client.CookieStore
-
getCookies
- Specified by:
getCookiesin interfaceorg.apache.http.client.CookieStore
-
clearExpired
- Specified by:
clearExpiredin interfaceorg.apache.http.client.CookieStore
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.http.client.CookieStore
-