Searched defs:MatchingResourcePath (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/forgerockrest/utils/
H A DMatchingResourcePath.java40 public class MatchingResourcePath { class
44 private MatchingResourcePath(ResourcePath resourcePath) { method in class:MatchingResourcePath
49 * Create a new MatchingResourcePath from the provided ResourcePath.
53 public static MatchingResourcePath match(ResourcePath path) {
54 return new MatchingResourcePath(path);
58 * Create a MatchingResourcePath from the provided String representation.
62 public static MatchingResourcePath resourcePath(String path) {
63 return new MatchingResourcePath(ResourcePath.resourcePath(path));
74 if (obj instanceof MatchingResourcePath) {
75 comparePath = ((MatchingResourcePath) ob
[all...]
/forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/forgerockrest/utils/
H A DMatchingResourcePath.java40 public class MatchingResourcePath { class
44 private MatchingResourcePath(ResourcePath resourcePath) { method in class:MatchingResourcePath
49 * Create a new MatchingResourcePath from the provided ResourcePath.
53 public static MatchingResourcePath match(ResourcePath path) {
54 return new MatchingResourcePath(path);
58 * Create a MatchingResourcePath from the provided String representation.
62 public static MatchingResourcePath resourcePath(String path) {
63 return new MatchingResourcePath(ResourcePath.resourcePath(path));
74 if (obj instanceof MatchingResourcePath) {
75 comparePath = ((MatchingResourcePath) ob
[all...]

Completed in 53 milliseconds