Class AuthorizedClientValidatorProperties
java.lang.Object
com.broadleafcommerce.auth.server.autoconfigure.AuthorizedClientValidatorProperties
@ConfigurationProperties("broadleaf.auth.client.validator")
public class AuthorizedClientValidatorProperties
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionAuthorizationGrantTypes
that cannot be saved to anAuthorizedClient
.void
setExcludedGrantTypes
(Set<String> excludedGrantTypes) AuthorizationGrantTypes
that cannot be saved to anAuthorizedClient
.
-
Constructor Details
-
AuthorizedClientValidatorProperties
public AuthorizedClientValidatorProperties()
-
-
Method Details
-
getExcludedGrantTypes
AuthorizationGrantTypes
that cannot be saved to anAuthorizedClient
. -
setExcludedGrantTypes
AuthorizationGrantTypes
that cannot be saved to anAuthorizedClient
.
-