| Package | Description |
|---|---|
| org.wildfly.swarm.config.undertow.server | |
| org.wildfly.swarm.config.undertow.server.host |
| Modifier and Type | Method and Description |
|---|---|
SingleSignOnSetting |
Host.singleSignOnSetting()
The SSO configuration for this virtual server.
|
| Modifier and Type | Method and Description |
|---|---|
Host |
Host.singleSignOnSetting(SingleSignOnSetting value)
The SSO configuration for this virtual server.
|
| Modifier and Type | Method and Description |
|---|---|
SingleSignOnSetting |
SingleSignOnSetting.cookieName(String value)
Name of the cookie
|
SingleSignOnSetting |
SingleSignOnSetting.domain(String value)
The cookie domain that will be used.
|
SingleSignOnSetting |
SingleSignOnSetting.httpOnly(Boolean value)
Set Cookie httpOnly attribute.
|
SingleSignOnSetting |
SingleSignOnSetting.path(String value)
Cookie path.
|
SingleSignOnSetting |
SingleSignOnSetting.secure(Boolean value)
Set Cookie secure attribute.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.