Searched defs:clientDt (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMI18NUtils.java49 private static AMClientDetector clientDt = new AMClientDetector(); field in class:AMI18NUtils
79 if (clientDt.isDetectionEnabled()) {
104 if (clientDt.isDetectionEnabled()) {
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMI18NUtils.java49 private static AMClientDetector clientDt = new AMClientDetector(); field in class:AMI18NUtils
79 if (clientDt.isDetectionEnabled()) {
104 if (clientDt.isDetectionEnabled()) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DISLocaleContext.java120 private static AMClientDetector clientDt; field in class:ISLocaleContext
140 clientDt = new AMClientDetector();
141 if ((clientDt != null ) && clientDt.isDetectionEnabled()) {
285 if ((clientDt != null) && clientDt.isDetectionEnabled()) {
286 agentType = clientDt.getClientType(request);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DISLocaleContext.java120 private static AMClientDetector clientDt; field in class:ISLocaleContext
140 clientDt = new AMClientDetector();
141 if ((clientDt != null ) && clientDt.isDetectionEnabled()) {
285 if ((clientDt != null) && clientDt.isDetectionEnabled()) {
286 agentType = clientDt.getClientType(request);

Completed in 61 milliseconds