Class OAuth2AuthorizedClientRepositoryProperties
- java.lang.Object
-
- com.broadleafcommerce.auth.client.autoconfigure.OAuth2AuthorizedClientRepositoryProperties
-
@ConfigurationProperties("broadleaf.auth.auth-client-repository") public class OAuth2AuthorizedClientRepositoryProperties extends ObjectConfiguration properties forOAuth2AuthorizedClientRepository/DefaultOAuth2AuthorizedClientRepository.
-
-
Constructor Summary
Constructors Constructor Description OAuth2AuthorizedClientRepositoryProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetAuthorizedClientCookieSameSiteValue()The value to use for the SameSite attribute on the cookies responsible for storing authorized clients.inthashCode()voidsetAuthorizedClientCookieSameSiteValue(String authorizedClientCookieSameSiteValue)The value to use for the SameSite attribute on the cookies responsible for storing authorized clients.StringtoString()
-
-
-
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)
-
-