public class SingleSignOnSetting<T extends SingleSignOnSetting<T>> extends Object
| Constructor and Description | 
|---|
SingleSignOnSetting()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener 
 | 
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. 
 | 
void | 
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener 
 | 
Boolean | 
secure()
Set Cookie secure attribute. 
 | 
T | 
secure(Boolean value)
Set Cookie secure attribute. 
 | 
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String cookieName()
public String domain()
public Boolean httpOnly()
public String path()
public Boolean secure()
Copyright © 2018 JBoss by Red Hat. All rights reserved.