/forgerock/openidm-v4/openidm-audit/src/main/java/org/forgerock/openidm/audit/impl/ |
H A D | RouterAuditEventHandlerConfiguration.java | 35 * "resourcePath" : "system/auditdb" 42 private String resourcePath; field in class:RouterAuditEventHandlerConfiguration 45 * Returns the resourcePath where the audit events will be sent. 47 * @return the resourcePath target for the audit events 50 return resourcePath; 54 * Sets the resourcePath where audit events will be dispatched. 56 * @param resourcePath the resource path. 58 public void setResourcePath(String resourcePath) { argument 59 this.resourcePath = resourcePath; [all...] |
H A D | RouterAuditEventHandler.java | 58 private final ResourcePath resourcePath; field in class:RouterAuditEventHandler 69 this.resourcePath = ResourcePath.valueOf(configuration.getResourcePath()); 71 logger.info("Audit logging to: {}", resourcePath.toString()); 91 resourcePath.concat(auditEventTopic), 104 newReadRequest(resourcePath.concat(auditEventTopic), auditEventId))); 115 newRequest.setResourcePath(resourcePath.concat(queryRequest.getResourcePathObject()));
|
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/tasks/ |
H A D | LdifFileWriter.java | 68 * @param resourcePath The path to the makeldif resource directory. 78 String resourcePath, 82 TemplateFile template = new TemplateFile(resourcePath, new Random(1)); 92 * @param resourcePath The path to the makeldif resource directory. 102 String resourcePath, 106 TemplateFile template = new TemplateFile(resourcePath, new Random(1)); 77 makeLdif(String ldifPath, String resourcePath, String templatePath) argument 101 makeLdif(String ldifPath, String resourcePath, String[] templateLines) argument
|
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/tasks/ |
H A D | LdifFileWriter.java | 67 * @param resourcePath The path to the makeldif resource directory. 77 String resourcePath, 81 TemplateFile template = new TemplateFile(resourcePath, new Random(1)); 91 * @param resourcePath The path to the makeldif resource directory. 101 String resourcePath, 105 TemplateFile template = new TemplateFile(resourcePath, new Random(1)); 76 makeLdif(String ldifPath, String resourcePath, String templatePath) argument 100 makeLdif(String ldifPath, String resourcePath, String[] templateLines) argument
|
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/tasks/ |
H A D | LdifFileWriter.java | 68 * @param resourcePath The path to the makeldif resource directory. 78 String resourcePath, 82 TemplateFile template = new TemplateFile(resourcePath, new Random(1)); 92 * @param resourcePath The path to the makeldif resource directory. 102 String resourcePath, 106 TemplateFile template = new TemplateFile(resourcePath, new Random(1)); 77 makeLdif(String ldifPath, String resourcePath, String templatePath) argument 101 makeLdif(String ldifPath, String resourcePath, String[] templateLines) argument
|
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/tasks/ |
H A D | LdifFileWriter.java | 67 * @param resourcePath The path to the makeldif resource directory. 77 String resourcePath, 81 TemplateFile template = new TemplateFile(resourcePath, new Random(1)); 91 * @param resourcePath The path to the makeldif resource directory. 101 String resourcePath, 105 TemplateFile template = new TemplateFile(resourcePath, new Random(1)); 76 makeLdif(String ldifPath, String resourcePath, String templatePath) argument 100 makeLdif(String ldifPath, String resourcePath, String[] templateLines) argument
|
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/tasks/ |
H A D | LdifFileWriter.java | 68 * @param resourcePath The path to the makeldif resource directory. 78 String resourcePath, 82 TemplateFile template = new TemplateFile(resourcePath, new Random(1)); 92 * @param resourcePath The path to the makeldif resource directory. 102 String resourcePath, 106 TemplateFile template = new TemplateFile(resourcePath, new Random(1)); 77 makeLdif(String ldifPath, String resourcePath, String templatePath) argument 101 makeLdif(String ldifPath, String resourcePath, String[] templateLines) argument
|
/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/forgerockrest/utils/ |
H A D | MatchingResourcePath.java | 42 private final ResourcePath resourcePath; field in class:MatchingResourcePath 44 private MatchingResourcePath(ResourcePath resourcePath) { argument 45 this.resourcePath = resourcePath; 62 public static MatchingResourcePath resourcePath(String path) { method in class:MatchingResourcePath 63 return new MatchingResourcePath(ResourcePath.resourcePath(path)); 68 return resourcePath.size(); 75 comparePath = ((MatchingResourcePath) obj).resourcePath; 82 for (String element : resourcePath) {
|
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/tasks/ |
H A D | LdifFileWriter.java | 67 * @param resourcePath The path to the makeldif resource directory. 77 String resourcePath, 81 TemplateFile template = new TemplateFile(resourcePath, new Random(1)); 91 * @param resourcePath The path to the makeldif resource directory. 101 String resourcePath, 105 TemplateFile template = new TemplateFile(resourcePath, new Random(1)); 76 makeLdif(String ldifPath, String resourcePath, String templatePath) argument 100 makeLdif(String ldifPath, String resourcePath, String[] templateLines) argument
|
/forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/forgerockrest/utils/ |
H A D | MatchingResourcePath.java | 42 private final ResourcePath resourcePath; field in class:MatchingResourcePath 44 private MatchingResourcePath(ResourcePath resourcePath) { argument 45 this.resourcePath = resourcePath; 62 public static MatchingResourcePath resourcePath(String path) { method in class:MatchingResourcePath 63 return new MatchingResourcePath(ResourcePath.resourcePath(path)); 68 return resourcePath.size(); 75 comparePath = ((MatchingResourcePath) obj).resourcePath; 82 for (String element : resourcePath) {
|
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/tools/makeldif/ |
H A D | MakeLDIFTestCase.java | 56 private String resourcePath = null; field in class:MakeLDIFTestCase 65 resourcePath = DirectoryServer.getInstanceRoot() + File.separator + 90 TemplateFile templateFile = new TemplateFile(resourcePath); 163 TemplateFile templateFile = new TemplateFile(resourcePath); 326 LdifFileWriter.makeLdif(outLdifFilePath, resourcePath, lines); 372 LdifFileWriter.makeLdif(outLdifFilePath, resourcePath, lines);
|
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/tools/makeldif/ |
H A D | MakeLDIFTestCase.java | 55 private String resourcePath = null; field in class:MakeLDIFTestCase 64 resourcePath = DirectoryServer.getInstanceRoot() + File.separator + 89 TemplateFile templateFile = new TemplateFile(resourcePath); 162 TemplateFile templateFile = new TemplateFile(resourcePath); 325 LdifFileWriter.makeLdif(outLdifFilePath, resourcePath, lines); 371 LdifFileWriter.makeLdif(outLdifFilePath, resourcePath, lines);
|
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/tools/makeldif/ |
H A D | MakeLDIFTestCase.java | 56 private String resourcePath = null; field in class:MakeLDIFTestCase 65 resourcePath = DirectoryServer.getInstanceRoot() + File.separator + 90 TemplateFile templateFile = new TemplateFile(resourcePath); 163 TemplateFile templateFile = new TemplateFile(resourcePath); 326 LdifFileWriter.makeLdif(outLdifFilePath, resourcePath, lines); 372 LdifFileWriter.makeLdif(outLdifFilePath, resourcePath, lines);
|
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/tools/makeldif/ |
H A D | MakeLDIFTestCase.java | 55 private String resourcePath = null; field in class:MakeLDIFTestCase 64 resourcePath = DirectoryServer.getInstanceRoot() + File.separator + 89 TemplateFile templateFile = new TemplateFile(resourcePath); 162 TemplateFile templateFile = new TemplateFile(resourcePath); 325 LdifFileWriter.makeLdif(outLdifFilePath, resourcePath, lines); 371 LdifFileWriter.makeLdif(outLdifFilePath, resourcePath, lines);
|
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/tools/makeldif/ |
H A D | MakeLDIFTestCase.java | 56 private String resourcePath = null; field in class:MakeLDIFTestCase 65 resourcePath = DirectoryServer.getInstanceRoot() + File.separator + 90 TemplateFile templateFile = new TemplateFile(resourcePath); 163 TemplateFile templateFile = new TemplateFile(resourcePath); 326 LdifFileWriter.makeLdif(outLdifFilePath, resourcePath, lines); 372 LdifFileWriter.makeLdif(outLdifFilePath, resourcePath, lines);
|
/forgerock/openam-v13/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/sms/ |
H A D | SmsRouteTreeTest.java | 23 import static org.forgerock.openam.forgerockrest.utils.MatchingResourcePath.resourcePath; 91 resourcePath("/not-authorized/service"), authModule 113 public void shouldHandleAddingRoutes(String serviceName, String resourcePath) { argument 118 ReadRequest request = Requests.newReadRequest(resourcePath + "/handler");
|
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/tools/makeldif/ |
H A D | MakeLDIFTestCase.java | 55 private String resourcePath; field in class:MakeLDIFTestCase 64 resourcePath = DirectoryServer.getInstanceRoot() + File.separator + 89 TemplateFile templateFile = new TemplateFile(resourcePath); 162 TemplateFile templateFile = new TemplateFile(resourcePath); 325 LdifFileWriter.makeLdif(outLdifFilePath, resourcePath, lines); 371 LdifFileWriter.makeLdif(outLdifFilePath, resourcePath, lines);
|
/forgerock/openam/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/sms/tree/ |
H A D | SmsRouteTreeTest.java | 22 import static org.forgerock.openam.forgerockrest.utils.MatchingResourcePath.resourcePath; 99 resourcePath("/not-authorized/service"), authModule 122 public void shouldHandleAddingRoutes(String serviceName, String resourcePath) { argument 127 ReadRequest request = Requests.newReadRequest(resourcePath + "/handler");
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/ |
H A D | AMSetupFilter.java | 117 if (isPassthrough && isRequestForAllowedResource(resourcePath(request))) { 139 private String resourcePath(HttpServletRequest request) { method in class:AMSetupFilter
|
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/managed/ |
H A D | SingletonRelationshipProvider.java | 73 * @param resourcePath Name of the resource we are handling relationships for eg. managed/user 78 public SingletonRelationshipProvider(final ConnectionFactory connectionFactory, final ResourcePath resourcePath, argument 81 super(connectionFactory, resourcePath, schemaField, activityLogger, managedObjectSyncService);
|
H A D | CollectionRelationshipProvider.java | 88 * @param resourcePath Name of the resource we are handling relationships for eg. managed/user 93 public CollectionRelationshipProvider(final ConnectionFactory connectionFactory, final ResourcePath resourcePath, argument 96 super(connectionFactory, resourcePath, schemaField, activityLogger, 331 ResourcePath resourcePath = firstResourcePath(context, request); 343 .setAdditionalParameter(QUERY_FIELD_RESOURCE_PATH, resourcePath.toString()) 368 equalTo(new JsonPointer(REPO_FIELD_FIRST_ID), resourcePath), 371 equalTo(new JsonPointer(REPO_FIELD_SECOND_ID), resourcePath), 384 filter = and(equalTo(new JsonPointer(REPO_FIELD_FIRST_ID), resourcePath),
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/ |
H A D | AMSetupFilter.java | 122 if (isPassthrough && isRequestForAllowedResource(resourcePath(request))) { 145 private String resourcePath(HttpServletRequest request) { method in class:AMSetupFilter
|
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/makeldif/ |
H A D | TemplateFile.java | 119 private String resourcePath; field in class:TemplateFile 135 * @param resourcePath The path to the directory that may contain additional 139 public TemplateFile(String resourcePath) argument 141 this(resourcePath, new Random()); 150 * @param resourcePath The path to the directory that may contain additional 155 public TemplateFile(String resourcePath, Random random) argument 157 this.resourcePath = resourcePath; 1684 String newPath = resourcePath + File.separator + path;
|
/forgerock/opendj2/src/server/org/opends/server/tools/makeldif/ |
H A D | TemplateFile.java | 118 private String resourcePath; field in class:TemplateFile 134 * @param resourcePath The path to the directory that may contain additional 138 public TemplateFile(String resourcePath) argument 140 this(resourcePath, new Random()); 149 * @param resourcePath The path to the directory that may contain additional 154 public TemplateFile(String resourcePath, Random random) argument 156 this.resourcePath = resourcePath; 1683 String newPath = resourcePath + File.separator + path;
|
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/makeldif/ |
H A D | TemplateFile.java | 119 private String resourcePath; field in class:TemplateFile 135 * @param resourcePath The path to the directory that may contain additional 139 public TemplateFile(String resourcePath) argument 141 this(resourcePath, new Random()); 150 * @param resourcePath The path to the directory that may contain additional 155 public TemplateFile(String resourcePath, Random random) argument 157 this.resourcePath = resourcePath; 1684 String newPath = resourcePath + File.separator + path;
|