Searched refs:configured (Results 1 - 21 of 21) sorted by relevance

/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/sample7/
H A DREADME45 the OpenIDM internal repository. The scripts configured within sync.json
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DBootstrap.java144 boolean configured = false;
146 configured = bootstrap(bootstrap, reinit);
149 return configured;
272 //ignore. product is not configured yet.
H A DAMSetupServlet.java154 * web-application. If OpenAM is not deployed as single web-application then the configured status
233 * Flag indicating if OpenAM is configured with the latest valid config
387 * Checks if the product is already configured. This is required
389 * product is configured the flag is set true. Also the flag is
408 //ignore, WAR may not be configured yet.
445 * @return true if AM is already configured, false otherwise
455 // Only continue if we are not already configured
544 // Only continue if we are not already configured
917 boolean configured;
1004 // postInitialize requires the user repo to be configured
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DBootstrap.java144 boolean configured = false;
146 configured = bootstrap(bootstrap, reinit);
149 return configured;
274 //ignore. product is not configured yet.
H A DAMSetupServlet.java162 * web-application. If OpenAM is not deployed as single web-application then the configured status
241 * Flag indicating if OpenAM is configured with the latest valid config
301 * Checks if the product is already configured. This is required
303 * product is configured the flag is set true. Also the flag is
320 //ignore, WAR may not be configured yet.
357 * @return true if AM is already configured, false otherwise
367 // Only continue if we are not already configured
454 // Only continue if we are not already configured
825 boolean configured;
912 // postInitialize requires the user repo to be configured
[all...]
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/resources/
H A DServerConfigService.properties87 saml-prop-not-cfgd=SAML properties are not configured.
144 site-not-configured=No site is configured.
171 ds-sfx-connect=Connect with configured suffix.
H A DServerConfigService_de.properties144 site-not-configured=Keine Site konfiguriert.
H A DServerConfigService_es.properties144 site-not-configured=No hay ning\u00fan sitio configurado.
H A DServerConfigService_fr.properties144 site-not-configured=Aucun site n\u2019est configur\u00e9.
H A DServerConfigService_zh.properties144 site-not-configured=\u672a\u914d\u7f6e\u4efb\u4f55\u7ad9\u70b9\u3002
H A DServerConfigService_zh_TW.properties144 site-not-configured=\u672a\u914d\u7f6e\u4efb\u4f55\u7ad9\u9ede\u3002
H A DServerConfigService_ko.properties144 site-not-configured=\uad6c\uc131\ub41c \uc0ac\uc774\ud2b8\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.
H A DServerConfigService_ja.properties144 site-not-configured=\u8a2d\u5b9a\u6e08\u307f\u306e\u30b5\u30a4\u30c8\u304c\u5b58\u5728\u3057\u3066\u3044\u307e\u305b\u3093\u3002
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/fullStack/
H A DREADME.md50 2. An OpenDJ installation which OpenAM has been configured to use as the user store. This OpenDJ server needs to be directly accessible to OpenIDM via a standard LDAP port. If you wish to enable livesync monitoring, be sure that OpenDJ has been installed with the Topology Option "This server will be part of a replication topology" enabled.
71 Be sure to include "/openam" in the deployment url (or whatever servlet context you have configured OpenAM to run within).
104 Once configured, run this command to import the users from OpenDJ into managed/user:
116 1. If you do not already have a valid SSO cookie in your browser, you will be redirected to the configured OpenAMLoginUrl for authentication. By default this is a standard-looking "User Name:" and "Password:" form. Submit this form to advance through the AM authentication process, and ultimately (if successfully logged in) you will receive a valid SSO token and be redirected back to OpenIDM. At this point...
/forgerock/openidm-v4/openidm-repo-jdbc/src/main/java/org/forgerock/openidm/repo/jdbc/impl/query/
H A DTableQueries.java85 * 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/openidm-v4/openidm-zip/src/main/resources/samples/multiplepasswords/
H A DREADME.md465 The request succeeded because the password supplied was not one that was used in that last two updates (as configured in
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMClientRegistration.java334 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-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMClientRegistration.java306 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);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DOrgConfigViaAMSDK.java412 * 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-core/src/main/java/com/sun/identity/sm/
H A DOrgConfigViaAMSDK.java412 * 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/openidm-v4/openidm-zip/src/main/resources/samples/usecase/
H A DREADME176 configured email notification.
267 If you configured email notification, an email is sent to the address you configured at the
280 If you configured email notification, an email is sent to the address you configured at the
284 If you configured email notification, an email is sent to the address you configured at the

Completed in 48 milliseconds