Searched refs:httpUA (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/cdm/
H A DClientDetectionDefaultImpl.java80 String httpUA = request.getHeader("user-agent");
85 debug.message("UserAgent : httpUA is : " + httpUA);
90 if ((clientInstance = defCTM.getFromUserAgentMap(httpUA)) != null) {
100 if ((clientType = defCTM.getPartiallyMatchedClient(httpUA)) != null)
125 if (userAgentCheck(httpUA, curClientUA)) {
158 defCTM.addToPartialMatchMap(httpUA, clientType);
181 * @param httpUA
187 protected boolean userAgentCheck(String httpUA, String clientUA) { argument
188 if ((httpUA
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/cdm/
H A DClientDetectionDefaultImpl.java80 String httpUA = request.getHeader("user-agent");
85 debug.message("UserAgent : httpUA is : " + httpUA);
90 if ((clientInstance = defCTM.getFromUserAgentMap(httpUA)) != null) {
100 if ((clientType = defCTM.getPartiallyMatchedClient(httpUA)) != null)
125 if (userAgentCheck(httpUA, curClientUA)) {
158 defCTM.addToPartialMatchMap(httpUA, clientType);
181 * @param httpUA
187 protected boolean userAgentCheck(String httpUA, String clientUA) { argument
188 if ((httpUA
[all...]

Completed in 20 milliseconds