Searched defs:allowExisting (Results 1 - 1 of 1) sorted by relevance

/forgerock/openidm-v4/openidm-config/src/main/java/org/forgerock/openidm/config/manage/
H A DConfigObjectService.java309 JsonValue obj, boolean allowExisting) {
326 if (findExistingConfiguration(parsedId) != null && !allowExisting) {
339 if (config.getProperties() != null && !allowExisting) {
308 create(ResourcePath resourcePath, String id, JsonValue obj, boolean allowExisting) argument

Completed in 31 milliseconds