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

/forgerock/openam-v13/openam-authentication/openam-auth-ldap/src/main/java/com/sun/identity/authentication/modules/ldap/
H A DLDAP.java74 private static final String OPERATION_TIMEOUT_ATTR = "openam-auth-ldap-operation-timeout"; field in class:LDAP
245 final int operationTimeout = CollectionHelper.getIntMapAttr(currentConfig, OPERATION_TIMEOUT_ATTR , 0 , debug);
/forgerock/openam/openam-authentication/openam-auth-ldap/src/main/java/com/sun/identity/authentication/modules/ldap/
H A DLDAP.java76 private static final String OPERATION_TIMEOUT_ATTR = "openam-auth-ldap-operation-timeout"; field in class:LDAP
250 final int operationTimeout = CollectionHelper.getIntMapAttr(currentConfig, OPERATION_TIMEOUT_ATTR , 0 , debug);

Completed in 40 milliseconds