Uses of Class
org.forgerock.openam.sm.ServiceErrorException
-
Packages that use ServiceErrorException Package Description org.forgerock.openam.secrets.config Classes and interfaces to create configurable secret store backends.org.forgerock.openam.sm This package contains exception types for service management error scenarios. -
-
Uses of ServiceErrorException in org.forgerock.openam.secrets.config
Methods in org.forgerock.openam.secrets.config that throw ServiceErrorException Modifier and Type Method Description void
PurposeMappingValidator. validate(Realm realm, String serviceName, List<String> configPath, Map<String,Set<String>> attributes)
void
SingleAliasPurposeMappingValidator. validate(Realm realm, String serviceName, List<String> configPath, Map<String,Set<String>> attributes)
-
Uses of ServiceErrorException in org.forgerock.openam.sm
Methods in org.forgerock.openam.sm that throw ServiceErrorException Modifier and Type Method Description void
ServiceConfigValidator. validate(Realm realm, List<String> configPath, Map<String,Set<String>> attributes)
Implement this method to perform the validation of the attributes.void
ServiceConfigValidatorV2. validate(Realm realm, String serviceName, List<String> configPath, Map<String,Set<String>> attributes)
Implement this method to perform the validation of the attributes.
-