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 of
StatelessUtil
/StatelessUtilImpl
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
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.toString()
-
Constructor Details
-
StatelessUtilProperties
public StatelessUtilProperties()
-
-
Method Details
-
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
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". -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-