| /forgerock/openam-v13/openam-core/src/main/resources/ |
| H A D | RestException.properties | 28 1=Subject cannot be created.
|
| /forgerock/openam/openam-core/src/main/resources/ |
| H A D | RestException.properties | 28 1=Subject cannot be created.
|
| /forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/impl/tasks/ |
| H A D | CreateTask.java | 56 Token created = adapter.create(token, options); 57 handler.processResults(created);
|
| /forgerock/openidm-v4/openidm-zip/src/main/resources/samples/sample7/script/ |
| H A D | scim.js | 36 if (typeof existingMetaData !== "object" || typeof existingMetaData.created === "undefined") { 37 meta.created = meta.lastModified; 39 meta.created = existingMetaData.created;
|
| /forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/realm/ |
| H A D | IDRepoOpViewBeanBase.java | 86 boolean created = false; 100 created = true; 107 return created;
|
| /forgerock/openam/openam-console/src/main/java/com/sun/identity/console/realm/ |
| H A D | IDRepoOpViewBeanBase.java | 86 boolean created = false; 100 created = true; 107 return created;
|
| /forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/resources/ |
| H A D | TamperDetection.properties | 40 tamper-checksum-created=Checksum creation
|
| H A D | TamperDetection_de.properties | 40 tamper-checksum-created=Erstellen der Pr\u00fcfsumme
|
| H A D | TamperDetection_es.properties | 40 tamper-checksum-created=Creaci\u00f3n de suma de comprobaci\u00f3n
|
| H A D | TamperDetection_fr.properties | 40 tamper-checksum-created=Cr\u00e9ation d\u2019une somme de contr\u00f4le
|
| H A D | TamperDetection_zh.properties | 40 tamper-checksum-created=\u521b\u5efa\u6821\u9a8c\u548c
|
| H A D | TamperDetection_zh_TW.properties | 40 tamper-checksum-created=\u5efa\u7acb\u7e3d\u548c\u6aa2\u67e5
|
| /forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/tools/bundles/ |
| H A D | Main.java | 150 boolean created = path.exists() || path.mkdirs(); 151 if (!created) { 158 created = path.exists() || path.mkdirs(); 159 if (!created) {
|
| /forgerock/openidm-v4/openidm-zip/src/main/resources/samples/sample9/ |
| H A D | README | 56 that user will be created. If you choose "No", it will not be. 136 5. Query the managed users created by the asynchronous reconciliation after
|
| /forgerock/openam/openam-core/src/main/java/com/sun/identity/tools/bundles/ |
| H A D | Main.java | 150 boolean created = path.exists() || path.mkdirs(); 151 if (!created) { 158 created = path.exists() || path.mkdirs(); 159 if (!created) {
|
| /forgerock/openidm-v4/openidm-zip/src/main/resources/samples/historicalaccountlinking/ |
| H A D | README.md | 44 date the link was created, and "active" which is set to true to indicate that the target is currently linked. 119 3. Request all identifiers in OpenDJ to verify that joe.smith0 was created by the implicit sync from OpenIDM to OpenDJ. 142 4. Request all "historicalAccounts" of the newly created managed user. See the relationship that was just created 277 11. Request all identifiers in OpenDJ. Verify that a new user joe.smith1 was created. 302 12. Request all "historicalAccounts" of the managed user and note that a new relationship was created for the newly
|
| /forgerock/openidm-v4/openidm-zip/src/main/resources/samples/google-connector/ |
| H A D | README | 30 to the group that you have created. The design of this sample is to demonstrate that the googleapps 237 3) READ the user created in Step 2. 291 4) Lets CREATE a group that we can stick the user we created above in. 316 5) Adding the user samcarter@yourdomain.com to the TestGroup we created above. 317 You will need the _id created in step 1 to pass in as part of the request URL, 101643010677712061243. 363 7) DELETE the group we created earlier. 374 8) Delete the user created in this sample 431 "created" : 0 438 "created" : 0
|
| /forgerock/openam-v13/openam-uma/src/test/java/org/forgerock/openam/uma/rest/ |
| H A D | PolicyGraphTest.java | 240 JsonValue created = policyCreated(); 241 assertThat(UmaPolicyUtils.getPolicyScopes(created)).containsOnly(VIEW, DELETE); 242 assertThat(created.get("active").asBoolean()).isTrue(); 274 JsonValue created = policyCreated(); 275 assertThat(UmaPolicyUtils.getPolicyScopes(created)).containsOnly(EDIT); 276 assertThat(created.get("active").asBoolean()).isFalse();
|
| /forgerock/openam/openam-uma/src/test/java/org/forgerock/openam/uma/rest/ |
| H A D | PolicyGraphTest.java | 240 JsonValue created = policyCreated(); 241 assertThat(UmaPolicyUtils.getPolicyScopes(created)).containsOnly(VIEW, DELETE); 242 assertThat(created.get("active").asBoolean()).isTrue(); 274 JsonValue created = policyCreated(); 275 assertThat(UmaPolicyUtils.getPolicyScopes(created)).containsOnly(EDIT); 276 assertThat(created.get("active").asBoolean()).isFalse();
|
| /forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/handler/ |
| H A D | ConfigHandlerBase.java | 88 boolean created = file.createNewFile(); 89 if (!created) {
|
| /forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/handler/ |
| H A D | ConfigHandlerBase.java | 88 boolean created = file.createNewFile(); 89 if (!created) {
|
| /forgerock/openidm-v4/openidm-zip/src/main/resources/samples/scriptedrest2dj/tools/ |
| H A D | SearchScript.groovy | 109 attribute 'created', value?.meta?.created 134 attribute 'created', value?.meta?.created
|
| /forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/idm/ |
| H A D | EntityOpViewBeanBase.java | 92 boolean created = false; 101 created = true; 104 return created;
|
| /forgerock/openam/openam-console/src/main/java/com/sun/identity/console/idm/ |
| H A D | EntityOpViewBeanBase.java | 104 boolean created = false; 113 created = true; 116 return created;
|
| /forgerock/openidm-v4/openidm-zip/src/main/resources/samples/usecase/ |
| H A D | README | 82 3. Query the managed users created by reconciliation 86 There should be 23 users created. The default password of the imported users is "Passw0rd". 106 body : 'The requested user ' + userName + ' was successfully created'] 162 - Start Date. Completing this field results in the user being created, with a "startDate" added 165 - End Date. Completing this field results in the user being created, with an "endDate" added to 173 9. Two notifications are created when the request is accepted - one for the user who initiated the 174 workflow, and one for the newly created user. The notifications are visible in the UI after login. 185 created user and starts the sunrise workflow on this user. The workflow takes the following 288 complete the user task within 10 minutes, a new user task is created and assigned to superadmin. This task 335 - Ignore: no action will be taken (no link will be created) an [all...] |