public class SessionCookieSetting<T extends SessionCookieSetting<T>> extends Object
Constructor and Description |
---|
SessionCookieSetting() |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
comment()
Cookie comment
|
T |
comment(String value)
Cookie comment
|
String |
domain()
Cookie domain
|
T |
domain(String value)
Cookie domain
|
String |
getKey() |
Boolean |
httpOnly()
Is cookie http-only
|
T |
httpOnly(Boolean value)
Is cookie http-only
|
Integer |
maxAge()
Max age of cookie
|
T |
maxAge(Integer value)
Max age of cookie
|
String |
name()
Name of the cookie
|
T |
name(String value)
Name of the cookie
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
Boolean |
secure()
Is cookie secure?
|
T |
secure(Boolean value)
Is cookie secure?
|
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String comment()
public String domain()
public Boolean httpOnly()
public Integer maxAge()
public String name()
public Boolean secure()
Copyright © 2019 JBoss by Red Hat. All rights reserved.