@ConfigurationProperties(value="broadleaf.auth.auth-client-repository") public class OAuth2AuthorizedClientRepositoryProperties extends Object
OAuth2AuthorizedClientRepository
/DefaultOAuth2AuthorizedClientRepository
.Constructor and Description |
---|
OAuth2AuthorizedClientRepositoryProperties() |
Modifier and Type | Method and 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() |
public OAuth2AuthorizedClientRepositoryProperties()
public String getAuthorizedClientCookieSameSiteValue()
public void setAuthorizedClientCookieSameSiteValue(String authorizedClientCookieSameSiteValue)
protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.