Class AuthorizationRequestRepositoryProperties
java.lang.Object
com.broadleafcommerce.auth.client.autoconfigure.AuthorizationRequestRepositoryProperties
@ConfigurationProperties("broadleaf.auth.auth-request-repository")
public class AuthorizationRequestRepositoryProperties
extends Object
Configuration properties for
AuthorizationRequestRepository
/BroadleafAuthorizationRequestRepository
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The value to use for the SameSite attribute on the cookies responsible for saving authorization requests.int
hashCode()
void
setSavedAuthRequestCookieSameSiteValue
(String savedAuthRequestCookieSameSiteValue) The value to use for the SameSite attribute on the cookies responsible for saving authorization requests.toString()
-
Constructor Details
-
AuthorizationRequestRepositoryProperties
public AuthorizationRequestRepositoryProperties()
-
-
Method Details
-
getSavedAuthRequestCookieSameSiteValue
The value to use for the SameSite attribute on the cookies responsible for saving authorization requests. Can be "None", "Lax", or "Strict". -
setSavedAuthRequestCookieSameSiteValue
The value to use for the SameSite attribute on the cookies responsible for saving authorization requests. Can be "None", "Lax", or "Strict". -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-