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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java204 if (isClientDetectionEnabled()) {
994 public static boolean isClientDetectionEnabled() { method in class:AuthClientUtils
1020 if (isClientDetectionEnabled() && (clientDetector != null)) {
1072 if (clientDetector == null || !isClientDetectionEnabled()) {
1104 if (isClientDetectionEnabled()) {
1894 if (isClientDetectionEnabled() && cookieDetect) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java204 if (isClientDetectionEnabled()) {
997 public static boolean isClientDetectionEnabled() { method in class:AuthClientUtils
1023 if (isClientDetectionEnabled() && (clientDetector != null)) {
1075 if (clientDetector == null || !isClientDetectionEnabled()) {
1107 if (isClientDetectionEnabled()) {
1897 if (isClientDetectionEnabled() && cookieDetect) {

Completed in 53 milliseconds