| Package | Description |
|---|---|
| org.wildfly.swarm.config.undertow | |
| org.wildfly.swarm.config.undertow.servlet_container |
| Modifier and Type | Method and Description |
|---|---|
SessionCookieSetting |
ServletContainer.sessionCookieSetting()
Session cookie configuration
|
| Modifier and Type | Method and Description |
|---|---|
ServletContainer |
ServletContainer.sessionCookieSetting(SessionCookieSetting value)
Session cookie configuration
|
| Modifier and Type | Method and Description |
|---|---|
SessionCookieSetting |
SessionCookieSetting.comment(String value)
Cookie comment
|
SessionCookieSetting |
SessionCookieSetting.domain(String value)
Cookie domain
|
SessionCookieSetting |
SessionCookieSetting.httpOnly(Boolean value)
Is cookie http-only
|
SessionCookieSetting |
SessionCookieSetting.maxAge(Integer value)
Max age of cookie
|
SessionCookieSetting |
SessionCookieSetting.name(String value)
Name of the cookie
|
SessionCookieSetting |
SessionCookieSetting.secure(Boolean value)
Is cookie secure?
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.