Searched defs:configured (Results 1 - 5 of 5) sorted by relevance
/forgerock/openidm-v4/openidm-repo-jdbc/src/main/java/org/forgerock/openidm/repo/jdbc/impl/query/ |
H A D | TableQueries.java | 85 * Helper class to wrap configured queries/commands. 88 private Map<String, QueryInfo> configured = new HashMap<String, QueryInfo>(); field in class:TableQueries.ConfiguredQueries 91 configured.clear(); 104 configured.put(queryName, queryInfo); 116 return configured.get(queryId); 135 throw new BadRequestException("No query defined/configured for requested queryId " + queryId); 141 * Check if a {@code queryId} is present in the set of configured configured. 145 * @return true if the queryId is present in the set of configured configured [all...] |
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/ |
H A D | OrgConfigViaAMSDK.java | 412 * defined in the IdRepo service and can be configured per organization. 736 String realm, boolean configured) { 738 amsdkConfiguredRealms.put(realm, Boolean.valueOf(configured)); 743 * Returns the true if AMSDK plugin is configured for the realm, 817 // (since orgname is not null, AMSDK has been configured 818 // configured for the realm, but it does not match the 913 // Get the AMSDK DN configured for the realm, update cache 735 updateAMSDKConfiguredRealms( String realm, boolean configured) argument
|
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/ |
H A D | OpenAMClientRegistration.java | 334 private Map<String, String> getTranslations(Locale locale, Set<String> configured, Set<String> defaults) { argument 338 if (configured.isEmpty() && defaults.isEmpty()) { 342 MultiValueMap<String, String[]> allTranslations = splitPipeDelimited(configured, null);
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/ |
H A D | OrgConfigViaAMSDK.java | 412 * defined in the IdRepo service and can be configured per organization. 736 String realm, boolean configured) { 738 amsdkConfiguredRealms.put(realm, Boolean.valueOf(configured)); 743 * Returns the true if AMSDK plugin is configured for the realm, 817 // (since orgname is not null, AMSDK has been configured 818 // configured for the realm, but it does not match the 913 // Get the AMSDK DN configured for the realm, update cache 735 updateAMSDKConfiguredRealms( String realm, boolean configured) argument
|
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/ |
H A D | OpenAMClientRegistration.java | 306 private Map<String, String> getTranslations(Locale locale, Set<String> configured, Set<String> defaults) { argument 310 if (configured.isEmpty() && defaults.isEmpty()) { 314 MultiValueMap<String, String[]> allTranslations = splitPipeDelimited(configured, null);
|
Completed in 56 milliseconds