Package org.wildfly.test.undertow.common
Class SingleSignOnSetting.Builder
java.lang.Object
org.wildfly.test.undertow.common.SingleSignOnSetting.Builder
- Enclosing class:
- SingleSignOnSetting
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Build theSingleSignOnSetting.withClientSSLContext(String clientSSLContext) Set the client SSL context.withCookieName(String cookieName) Set the cookie name.withCredentialReference(CredentialReference credentialReference) Set the credential reference.withDomain(String domain) Set the domain.withHttpOnly(boolean httpOnly) Set the http only flag.withKeyAlias(String keyAlias) Set the key alias.withKeyStore(String keyStore) Set the key store.Set the path.withSecure(boolean secure) Set the secure flag.
-
Method Details
-
withClientSSLContext
Set the client SSL context.- Parameters:
clientSSLContext- the client SSL context.- Returns:
- this
SingleSignOnSetting.Builderto allow method chaining.
-
withCookieName
Set the cookie name.- Parameters:
cookieName- the cookie name.- Returns:
- this
SingleSignOnSetting.Builderto allow method chaining.
-
withCredentialReference
Set the credential reference.- Parameters:
credentialReference- the credential reference.- Returns:
- this
SingleSignOnSetting.Builderto allow method chaining.
-
withDomain
Set the domain.- Parameters:
domain- the domain.- Returns:
- this
SingleSignOnSetting.Builderto allow method chaining.
-
withHttpOnly
Set the http only flag.- Parameters:
httpOnly- the http only flag.- Returns:
- this
SingleSignOnSetting.Builderto allow method chaining.
-
withKeyAlias
Set the key alias.- Parameters:
keyAlias- the key alias.- Returns:
- this
SingleSignOnSetting.Builderto allow method chaining.
-
withKeyStore
Set the key store.- Parameters:
keyStore- the key store.- Returns:
- this
SingleSignOnSetting.Builderto allow method chaining.
-
withPath
Set the path.- Parameters:
path- the path.- Returns:
- this
SingleSignOnSetting.Builderto allow method chaining.
-
withSecure
Set the secure flag.- Parameters:
secure- the secure flag.- Returns:
- this
SingleSignOnSetting.Builderto allow method chaining.
-
build
Build theSingleSignOnSetting.- Returns:
- the built
SingleSignOnSetting.
-