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