Searched defs:firstPathSegment (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/
H A DCoreRestAuthenticationGuiceModule.java73 invalidRealms.add(firstPathSegment("authenticate"));
95 private static String firstPathSegment(final String path) { method in class:CoreRestAuthenticationGuiceModule
/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/rest/
H A DRouters.java91 invalidRealms.add(firstPathSegment(uriTemplate));
108 private String firstPathSegment(final String path) { method in class:Routers.ResourceRouterImpl
170 invalidRealms.add(firstPathSegment(uriTemplate));
182 private String firstPathSegment(final String path) { method in class:Routers.ServiceRouterImpl
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/
H A DCoreRestGuiceModule.java156 invalidRealms.add(firstPathSegment("authenticate"));
178 private static String firstPathSegment(final String path) { method in class:CoreRestGuiceModule
/forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/rest/
H A DRouters.java92 invalidRealms.add(firstPathSegment(uriTemplate));
109 private String firstPathSegment(final String path) { method in class:Routers.ResourceRouterImpl
168 invalidRealms.add(firstPathSegment(uriTemplate));
180 private String firstPathSegment(final String path) { method in class:Routers.ServiceRouterImpl

Completed in 26 milliseconds