Class AugmentationProperties

java.lang.Object
com.broadleafcommerce.auth.resource.autoconfigure.AugmentationProperties

@ConfigurationProperties("broadleaf.auth.augmentation") public class AugmentationProperties extends Object
Since:
2.0.2-GA
Author:
Susana Cruz (susanaccruz)
  • Constructor Details

    • AugmentationProperties

      public AugmentationProperties()
  • Method Details

    • getAugmentationKeysForUpdate

      public List<String> getAugmentationKeysForUpdate()
      The list of container keys to listen for augmentation modification messages. Augmentations that are created, updated, or deleted in the specified containers will be processed by the AugmentationModifiedHandler
    • getSupportedSimpleTypeNames

      public String[] getSupportedSimpleTypeNames()
      The list of simple type names supported by the handler
    • setAugmentationKeysForUpdate

      public void setAugmentationKeysForUpdate(List<String> augmentationKeysForUpdate)
      The list of container keys to listen for augmentation modification messages. Augmentations that are created, updated, or deleted in the specified containers will be processed by the AugmentationModifiedHandler
    • setSupportedSimpleTypeNames

      public void setSupportedSimpleTypeNames(String[] supportedSimpleTypeNames)
      The list of simple type names supported by the handler
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object