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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/cdm/
H A DClientDetectionDefaultImpl.java47 protected static DefaultClientTypesManager defCTM = field in class:ClientDetectionDefaultImpl
90 if ((clientInstance = defCTM.getFromUserAgentMap(httpUA)) != null) {
100 if ((clientType = defCTM.getPartiallyMatchedClient(httpUA)) != null)
158 defCTM.addToPartialMatchMap(httpUA, clientType);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/cdm/
H A DClientDetectionDefaultImpl.java47 protected static DefaultClientTypesManager defCTM = field in class:ClientDetectionDefaultImpl
90 if ((clientInstance = defCTM.getFromUserAgentMap(httpUA)) != null) {
100 if ((clientType = defCTM.getPartiallyMatchedClient(httpUA)) != null)
158 defCTM.addToPartialMatchMap(httpUA, clientType);

Completed in 58 milliseconds