public class CookieAuthConfig extends Object implements Serializable
| Constructor and Description |
|---|
CookieAuthConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCookieName() |
int |
getIdLength()
Deprecated.
the mechanism to generate the cookie value is using now the
UUID class, so this length parameter is no longer
effective. |
int |
getMaxAgeInSeconds() |
String |
getUserPropertyName() |
boolean |
isActivated() |
boolean |
isHttpOnly() |
boolean |
isRenewalActivated() |
boolean |
isSecure() |
void |
setActivated(boolean activted) |
void |
setCookieName(String cookieName) |
void |
setHttpOnly(boolean httpOnly) |
void |
setIdLength(int idLength)
Deprecated.
the mechanism to generate the cookie value is using now the
UUID class, so this length parameter is no longer
effective. |
void |
setMaxAgeInSeconds(int maxAgeInSeconds) |
void |
setRenewalActivated(boolean renewalActivated) |
void |
setSecure(boolean secure) |
void |
setUserPropertyName(String userPropertyName) |
public String getCookieName()
@Deprecated public int getIdLength()
UUID class, so this length parameter is no longer
effective.public int getMaxAgeInSeconds()
public String getUserPropertyName()
public boolean isActivated()
public boolean isHttpOnly()
public boolean isRenewalActivated()
public boolean isSecure()
public void setActivated(boolean activted)
public void setCookieName(String cookieName)
public void setHttpOnly(boolean httpOnly)
@Deprecated public void setIdLength(int idLength)
UUID class, so this length parameter is no longer
effective.public void setMaxAgeInSeconds(int maxAgeInSeconds)
public void setRenewalActivated(boolean renewalActivated)
public void setSecure(boolean secure)
public void setUserPropertyName(String userPropertyName)
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.