Uses of Interface
org.forgerock.openam.sm.ServiceConfigValidatorV2
-
Packages that use ServiceConfigValidatorV2 Package Description org.forgerock.openam.secrets.config Classes and interfaces to create configurable secret store backends. -
-
Uses of ServiceConfigValidatorV2 in org.forgerock.openam.secrets.config
Classes in org.forgerock.openam.secrets.config that implement ServiceConfigValidatorV2 Modifier and Type Class Description class
PurposeMappingValidator
This validator makes sure that the secret mappings have both the alias and the secret ID specified, and additionally it verifies that there is no other secret mapping in the configuration already for the same secret ID.class
SingleAliasPurposeMappingValidator
Validates purpose mappings for theGoogleKeyManagementServiceSecretStore
andGoogleSecretManagerSecretStoreProvider
.
-