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

/forgerock/openidm-v4/openidm-authnfilter/src/main/java/org/forgerock/openidm/auth/
H A DAuthenticationService.java277 * @param jsonConfig The authentication configuration.
282 private Filter configureAuthenticationFilter(JsonValue jsonConfig) throws AuthenticationException { argument
283 if (jsonConfig == null || jsonConfig.size() == 0) {
288 final JsonValue moduleConfig = jsonConfig.copy();

Completed in 27 milliseconds