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

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/search/
H A DFileLookup.java103 * <type>_<locale>/<component>/<orgPath>/<clientPath>/<filename>
104 * <type>_<locale>/<component>/<orgPath>/<filename>
125 * @param orgPath The organization part of the filepath, if any.
135 String orgPath,
146 + "|" + component + "|" + orgPath + "|" + clientPath + "|"
252 if ((orgPath != null) && (orgPath.length() > 0)) {
253 orgPathKeys = getOrgPathKeys(orgPath);
297 * if orgPath is not null do the following this is used by auth
347 // no component, no orgPath ,n
131 getOrderedPaths( String type, String locale, String component, String orgPath, String clientPath, String filename ) argument
547 getOrgPathKeys(String orgPath) argument
[all...]
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/search/
H A DFileLookup.java103 * <type>_<locale>/<component>/<orgPath>/<clientPath>/<filename>
104 * <type>_<locale>/<component>/<orgPath>/<filename>
125 * @param orgPath The organization part of the filepath, if any.
135 String orgPath,
146 + "|" + component + "|" + orgPath + "|" + clientPath + "|"
252 if ((orgPath != null) && (orgPath.length() > 0)) {
253 orgPathKeys = getOrgPathKeys(orgPath);
297 * if orgPath is not null do the following this is used by auth
347 // no component, no orgPath ,n
131 getOrderedPaths( String type, String locale, String component, String orgPath, String clientPath, String filename ) argument
547 getOrgPathKeys(String orgPath) argument
[all...]

Completed in 28 milliseconds