public class SessionCookieSetting extends Object
| Constructor and Description |
|---|
SessionCookieSetting() |
| Modifier and Type | Method and Description |
|---|---|
String |
comment()
Cookie comment
|
SessionCookieSetting |
comment(String value)
Cookie comment
|
String |
domain()
Cookie domain
|
SessionCookieSetting |
domain(String value)
Cookie domain
|
String |
getKey() |
Boolean |
httpOnly()
Is cookie http-only
|
SessionCookieSetting |
httpOnly(Boolean value)
Is cookie http-only
|
Integer |
maxAge()
Max age of cookie
|
SessionCookieSetting |
maxAge(Integer value)
Max age of cookie
|
String |
name()
Name of the cookie
|
SessionCookieSetting |
name(String value)
Name of the cookie
|
Boolean |
secure()
Is cookie secure?
|
SessionCookieSetting |
secure(Boolean value)
Is cookie secure?
|
public String getKey()
public String comment()
public SessionCookieSetting comment(String value)
public String domain()
public SessionCookieSetting domain(String value)
public Boolean httpOnly()
public SessionCookieSetting httpOnly(Boolean value)
public Integer maxAge()
public SessionCookieSetting maxAge(Integer value)
public String name()
public SessionCookieSetting name(String value)
public Boolean secure()
public SessionCookieSetting secure(Boolean value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.