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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The list of container keys to listen for augmentation modification messages.String[]
The list of simple type names supported by the handlerint
hashCode()
void
setAugmentationKeysForUpdate
(List<String> augmentationKeysForUpdate) The list of container keys to listen for augmentation modification messages.void
setSupportedSimpleTypeNames
(String[] supportedSimpleTypeNames) The list of simple type names supported by the handlertoString()
-
Constructor Details
-
AugmentationProperties
public AugmentationProperties()
-
-
Method Details
-
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 theAugmentationModifiedHandler
-
getSupportedSimpleTypeNames
The list of simple type names supported by the handler -
setAugmentationKeysForUpdate
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 theAugmentationModifiedHandler
-
setSupportedSimpleTypeNames
The list of simple type names supported by the handler -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-