Class OAuth2AuthorizedClientRepositoryProperties
- java.lang.Object
-
- com.broadleafcommerce.auth.client.autoconfigure.OAuth2AuthorizedClientRepositoryProperties
-
@ConfigurationProperties("broadleaf.auth.auth-client-repository") public class OAuth2AuthorizedClientRepositoryProperties extends Object
Configuration properties forOAuth2AuthorizedClientRepository
/DefaultOAuth2AuthorizedClientRepository
.
-
-
Constructor Summary
Constructors Constructor Description OAuth2AuthorizedClientRepositoryProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getAuthorizedClientCookieSameSiteValue()
The value to use for the SameSite attribute on the cookies responsible for storing authorized clients.int
hashCode()
void
setAuthorizedClientCookieSameSiteValue(String authorizedClientCookieSameSiteValue)
The value to use for the SameSite attribute on the cookies responsible for storing authorized clients.String
toString()
-
-
-
Method Detail
-
getAuthorizedClientCookieSameSiteValue
public String getAuthorizedClientCookieSameSiteValue()
The value to use for the SameSite attribute on the cookies responsible for storing authorized clients. Can be "None", "Lax", or "Strict".
-
setAuthorizedClientCookieSameSiteValue
public void setAuthorizedClientCookieSameSiteValue(String authorizedClientCookieSameSiteValue)
The value to use for the SameSite attribute on the cookies responsible for storing authorized clients. Can be "None", "Lax", or "Strict".
-
canEqual
protected boolean canEqual(Object other)
-
-