A C H

A

addHttpOnlyCookie(HttpServletResponse, Cookie) - Static method in class com.atlassian.security.cookie.HttpOnlyCookies
Deprecated. Adds the specified Cookie to the specified HttpServletResponse with the HttpOnly flag.
addHttpOnlyCookies(HttpServletResponse, Cookie[]) - Static method in class com.atlassian.security.cookie.HttpOnlyCookies
Deprecated. Adds the specified Cookies to the specified HttpServletResponse with the HttpOnly flag.

C

com.atlassian.security.cookie - package com.atlassian.security.cookie
 

H

HttpOnlyCookies - Class in com.atlassian.security.cookie
Deprecated. Use Cookie#setHttpOnly(boolean) instead. Since Servlet 3.0.

A C H

Copyright © 2014 Atlassian. All rights reserved.