| Constructor and Description |
|---|
SingleSignOnSetting() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
clientSslContext()
Reference to the SSL context used to secure back-channel logout
connection.
|
T |
clientSslContext(String value)
Reference to the SSL context used to secure back-channel logout
connection.
|
String |
cookieName()
Name of the cookie
|
T |
cookieName(String value)
Name of the cookie
|
Map |
credentialReference()
The credential reference to decrypt the private key entry.
|
T |
credentialReference(Map value)
The credential reference to decrypt the private key entry.
|
T |
credentialReference(String key,
Object value)
The credential reference to decrypt the private key entry.
|
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 |
keyAlias()
Alias of the private key entry used for signing and verifying
back-channel logout connection.
|
T |
keyAlias(String value)
Alias of the private key entry used for signing and verifying
back-channel logout connection.
|
String |
keyStore()
Reference to key store containing a private key entry.
|
T |
keyStore(String value)
Reference to key store containing a private key entry.
|
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 void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
@ModelNodeBinding(detypedName="client-ssl-context") public String clientSslContext()
public T clientSslContext(String value)
@ModelNodeBinding(detypedName="cookie-name") public String cookieName()
@ModelNodeBinding(detypedName="credential-reference") public Map credentialReference()
public T credentialReference(Map value)
public T credentialReference(String key, Object value)
@ModelNodeBinding(detypedName="domain") public String domain()
@ModelNodeBinding(detypedName="http-only") public Boolean httpOnly()
@ModelNodeBinding(detypedName="key-alias") public String keyAlias()
public T keyAlias(String value)
@ModelNodeBinding(detypedName="key-store") public String keyStore()
@ModelNodeBinding(detypedName="path") public String path()
@ModelNodeBinding(detypedName="secure") public Boolean secure()
Copyright © 2019 JBoss by Red Hat. All rights reserved.