public static final class ALBHttpCookiePersistenceProfile.Builder
extends java.lang.Object
ALBHttpCookiePersistenceProfile.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ALBHttpCookiePersistenceProfile. |
| Modifier and Type | Method and Description |
|---|---|
ALBHttpCookiePersistenceProfile |
build() |
ALBHttpCookiePersistenceProfile.Builder |
setAlwaysSendCookie(java.lang.Boolean alwaysSendCookie)
If no persistence cookie was received from the client, always send it.
|
ALBHttpCookiePersistenceProfile.Builder |
setCookieName(java.lang.String cookieName)
HTTP cookie name for cookie persistence.
|
ALBHttpCookiePersistenceProfile.Builder |
setEncryptionKey(java.lang.String encryptionKey)
Key name to use for cookie encryption.
|
ALBHttpCookiePersistenceProfile.Builder |
setKey(java.util.List<ALBHttpCookiePersistenceKey> key)
Placeholder for description of property key of obj type
HttpCookiePersistenceProfile field type str type array.
|
ALBHttpCookiePersistenceProfile.Builder |
setTimeout(java.lang.Long timeout)
The maximum lifetime of any session cookie.
|
public Builder()
ALBHttpCookiePersistenceProfile.public ALBHttpCookiePersistenceProfile.Builder setAlwaysSendCookie(java.lang.Boolean alwaysSendCookie)
alwaysSendCookie - New value for the property.public ALBHttpCookiePersistenceProfile.Builder setCookieName(java.lang.String cookieName)
cookieName - New value for the property.public ALBHttpCookiePersistenceProfile.Builder setEncryptionKey(java.lang.String encryptionKey)
encryptionKey - New value for the property.public ALBHttpCookiePersistenceProfile.Builder setKey(java.util.List<ALBHttpCookiePersistenceKey> key)
key - New value for the property.public ALBHttpCookiePersistenceProfile.Builder setTimeout(java.lang.Long timeout)
timeout - New value for the property.public ALBHttpCookiePersistenceProfile build()