Searched refs:orgPath (Results 1 - 4 of 4) 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...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java2177 String orgPath = null;
2199 orgPath = orgFilePath.toString();
2203 utilDebug.message("getOrgFilePath: orgPath is : " + orgPath);
2205 return orgPath;
2238 " locale='{}', filePath='{}', orgPath='{}'",
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java2180 String orgPath = null;
2202 orgPath = orgFilePath.toString();
2206 utilDebug.message("getOrgFilePath: orgPath is : " + orgPath);
2208 return orgPath;
2241 " locale='{}', filePath='{}', orgPath='{}'",

Completed in 59 milliseconds