Class StatelessUtilProperties
- java.lang.Object
-
- com.broadleafcommerce.auth.user.session.environment.StatelessUtilProperties
-
@ConfigurationProperties("broadleaf.auth.stateless") public class StatelessUtilProperties extends ObjectProperties 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 booleancanEqual(Object other)booleanequals(Object o)StringgetSavedRequestCookieSameSiteValue()The value to use for the SameSite attribute on the "saved request" cookie responsible for redirecting users following an authentication request.inthashCode()voidsetSavedRequestCookieSameSiteValue(String savedRequestCookieSameSiteValue)The value to use for the SameSite attribute on the "saved request" cookie responsible for redirecting users following an authentication request.StringtoString()
-
-
-
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)
-
-