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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/cdm/
H A DClientDetectionDefaultImpl.java183 * @param clientUA
187 protected boolean userAgentCheck(String httpUA, String clientUA) { argument
188 if ((httpUA == null) || (clientUA == null)) {
192 if ((httpUA.equalsIgnoreCase(clientUA))
193 || (httpUA.indexOf(clientUA) > -1)) {
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/cdm/
H A DClientDetectionDefaultImpl.java183 * @param clientUA
187 protected boolean userAgentCheck(String httpUA, String clientUA) { argument
188 if ((httpUA == null) || (clientUA == null)) {
192 if ((httpUA.equalsIgnoreCase(clientUA))
193 || (httpUA.indexOf(clientUA) > -1)) {

Completed in 20 milliseconds