Searched refs:LDAP_CONN_IDLE_TIME_IN_SECS (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/ldap/
H A DSMDataLayer.java169 int idleTimeout = SystemProperties.getAsInt(LDAP_CONN_IDLE_TIME_IN_SECS, 0);
170 if (idleTimeout == 0 && StringUtils.isNotBlank(SystemProperties.get(LDAP_CONN_IDLE_TIME_IN_SECS))) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/ldap/
H A DSMDataLayer.java169 int idleTimeout = SystemProperties.getAsInt(LDAP_CONN_IDLE_TIME_IN_SECS, 0);
170 if (idleTimeout == 0 && StringUtils.isNotBlank(SystemProperties.get(LDAP_CONN_IDLE_TIME_IN_SECS))) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DLDAPConnectionPools.java139 int idleTimeout = SystemProperties.getAsInt(Constants.LDAP_CONN_IDLE_TIME_IN_SECS, 0);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DLDAPConnectionPools.java141 int idleTimeout = SystemProperties.getAsInt(Constants.LDAP_CONN_IDLE_TIME_IN_SECS, 0);
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/
H A DConstants.java715 static final String LDAP_CONN_IDLE_TIME_IN_SECS = field in interface:Constants
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/
H A DConstants.java695 static final String LDAP_CONN_IDLE_TIME_IN_SECS = field in interface:Constants
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DDataLayer.java1196 int idleTimeout = SystemProperties.getAsInt(Constants.LDAP_CONN_IDLE_TIME_IN_SECS, 0);
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DDataLayer.java1196 int idleTimeout = SystemProperties.getAsInt(Constants.LDAP_CONN_IDLE_TIME_IN_SECS, 0);

Completed in 586 milliseconds