Class StatelessUtilProperties
- java.lang.Object
-
- com.broadleafcommerce.auth.user.session.environment.StatelessUtilProperties
-
@ConfigurationProperties("broadleaf.auth.stateless") public class StatelessUtilProperties extends Object
Properties to configure behavior ofStatelessUtil
/StatelessUtilImpl
.
-
-
Constructor Summary
Constructors Constructor Description StatelessUtilProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getSavedRequestCookieSameSiteValue()
The value to use for the SameSite attribute on the "saved request" cookie responsible for redirecting users following an authentication request.int
hashCode()
void
setSavedRequestCookieSameSiteValue(String savedRequestCookieSameSiteValue)
The value to use for the SameSite attribute on the "saved request" cookie responsible for redirecting users following an authentication request.String
toString()
-
-
-
Method Detail
-
getSavedRequestCookieSameSiteValue
public String getSavedRequestCookieSameSiteValue()
The value to use for the SameSite attribute on the "saved request" cookie responsible for redirecting users following an authentication request. Can be "None", "Lax", or "Strict".
-
setSavedRequestCookieSameSiteValue
public void setSavedRequestCookieSameSiteValue(String savedRequestCookieSameSiteValue)
The value to use for the SameSite attribute on the "saved request" cookie responsible for redirecting users following an authentication request. Can be "None", "Lax", or "Strict".
-
canEqual
protected boolean canEqual(Object other)
-
-