Class OAuth2AuthorizedClientRepositoryProperties
java.lang.Object
com.broadleafcommerce.auth.client.autoconfigure.OAuth2AuthorizedClientRepositoryProperties
@ConfigurationProperties("broadleaf.auth.auth-client-repository")
public class OAuth2AuthorizedClientRepositoryProperties
extends Object
Configuration properties for
OAuth2AuthorizedClientRepository
/DefaultOAuth2AuthorizedClientRepository
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
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.toString()
-
Constructor Details
-
OAuth2AuthorizedClientRepositoryProperties
public OAuth2AuthorizedClientRepositoryProperties()
-
-
Method Details
-
getAuthorizedClientCookieSameSiteValue
The value to use for the SameSite attribute on the cookies responsible for storing authorized clients. Can be "None", "Lax", or "Strict". -
setAuthorizedClientCookieSameSiteValue
The value to use for the SameSite attribute on the cookies responsible for storing authorized clients. Can be "None", "Lax", or "Strict". -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-