public class SettingSingleSignOn<T extends SettingSingleSignOn> extends Object
| Constructor and Description |
|---|
SettingSingleSignOn() |
| Modifier and Type | Method and Description |
|---|---|
String |
cookieName()
Name of the cookie
|
T |
cookieName(String value)
Name of the cookie
|
String |
domain()
The cookie domain that will be used.
|
T |
domain(String value)
The cookie domain that will be used.
|
String |
getKey() |
Boolean |
httpOnly()
Set Cookie httpOnly attribute.
|
T |
httpOnly(Boolean value)
Set Cookie httpOnly attribute.
|
String |
path()
Cookie path.
|
T |
path(String value)
Cookie path.
|
Boolean |
secure()
Set Cookie secure attribute.
|
T |
secure(Boolean value)
Set Cookie secure attribute.
|
public String getKey()
public String cookieName()
public String domain()
public Boolean httpOnly()
public String path()
public Boolean secure()
Copyright © 2015 JBoss by Red Hat. All rights reserved.