Uses of Class
org.forgerock.openam.sm.ServiceConfigException
Packages that use ServiceConfigException
Package
Description
Classes and interfaces to create configurable secret store backends.
This package contains exception types for service management error scenarios.
- 
Uses of ServiceConfigException in org.forgerock.openam.secrets.config
Methods in org.forgerock.openam.secrets.config that throw ServiceConfigExceptionModifier and TypeMethodDescriptionvoidPurposeMappingValidator.validate(Realm realm, String serviceName, List<String> configPath, Map<String, Set<String>> attributes) voidSingleAliasPurposeMappingValidator.validate(Realm realm, String serviceName, List<String> configPath, Map<String, Set<String>> attributes)  - 
Uses of ServiceConfigException in org.forgerock.openam.sm
Methods in org.forgerock.openam.sm that throw ServiceConfigExceptionModifier and TypeMethodDescriptionvoidServiceConfigValidator.validate(Realm realm, List<String> configPath, Map<String, Set<String>> attributes) Implement this method to perform the validation of the attributes.voidServiceConfigValidatorV2.validate(Realm realm, String serviceName, List<String> configPath, Map<String, Set<String>> attributes) Implement this method to perform the validation of the attributes.