Searched defs:resourcePath (Results 1 - 25 of 33) sorted by relevance

12

/forgerock/openidm-v4/openidm-audit/src/main/java/org/forgerock/openidm/audit/impl/
H A DRouterAuditEventHandlerConfiguration.java35 * "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 DRouterAuditEventHandler.java58 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 DLdifFileWriter.java68 * @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 DLdifFileWriter.java67 * @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 DLdifFileWriter.java68 * @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 DLdifFileWriter.java67 * @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 DLdifFileWriter.java68 * @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 DMatchingResourcePath.java42 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 DLdifFileWriter.java67 * @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 DMatchingResourcePath.java42 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 DMakeLDIFTestCase.java56 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 DMakeLDIFTestCase.java55 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 DMakeLDIFTestCase.java56 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 DMakeLDIFTestCase.java55 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 DMakeLDIFTestCase.java56 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 DSmsRouteTreeTest.java23 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 DMakeLDIFTestCase.java55 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 DSmsRouteTreeTest.java22 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 DAMSetupFilter.java117 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 DSingletonRelationshipProvider.java73 * @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 DCollectionRelationshipProvider.java88 * @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 DAMSetupFilter.java122 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 DTemplateFile.java119 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 DTemplateFile.java118 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 DTemplateFile.java119 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;

Completed in 44 milliseconds

12