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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/util/
H A DAMClientDetector.java81 private static String clientDetectionClass = null; field in class:AMClientDetector
251 clientDetectionClass = Misc.getMapAttr(attrs, CDM_CLASS_NAME);
260 if ((clientDetectionClass != null)
261 && (clientDetectionClass.length() != 0)) {
264 .forName(clientDetectionClass).newInstance());
270 + " not able to instantiate: " + clientDetectionClass);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/util/
H A DAMClientDetector.java81 private static String clientDetectionClass = null; field in class:AMClientDetector
251 clientDetectionClass = Misc.getMapAttr(attrs, CDM_CLASS_NAME);
260 if ((clientDetectionClass != null)
261 && (clientDetectionClass.length() != 0)) {
264 .forName(clientDetectionClass).newInstance());
270 + " not able to instantiate: " + clientDetectionClass);

Completed in 20 milliseconds