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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/aci/
H A DACI.java445 _clientIP = clientIP;
456 return _clientIP;
1123 private Collection _clientIP; field in class:ACI
1540 Collection _clientIP; field in class:BindRule
1658 if (_clientIP == null) {
1659 _clientIP = new ArrayList();
1661 _clientIP.add(value);
1665 return _clientIP;
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/aci/
H A DACI.java445 _clientIP = clientIP;
456 return _clientIP;
1123 private Collection _clientIP; field in class:ACI
1540 Collection _clientIP; field in class:BindRule
1658 if (_clientIP == null) {
1659 _clientIP = new ArrayList();
1661 _clientIP.add(value);
1665 return _clientIP;

Completed in 90 milliseconds