Class AuthorizedClientValidatorProperties

java.lang.Object
com.broadleafcommerce.auth.server.autoconfigure.AuthorizedClientValidatorProperties

@ConfigurationProperties("broadleaf.auth.client.validator") public class AuthorizedClientValidatorProperties extends Object
  • Constructor Details

    • AuthorizedClientValidatorProperties

      public AuthorizedClientValidatorProperties()
  • Method Details

    • getExcludedGrantTypes

      public Set<String> getExcludedGrantTypes()
      AuthorizationGrantTypes that cannot be saved to an AuthorizedClient.
    • setExcludedGrantTypes

      public void setExcludedGrantTypes(Set<String> excludedGrantTypes)
      AuthorizationGrantTypes that cannot be saved to an AuthorizedClient.