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

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/
H A DIPConditionHelper.java152 startIP = getIPv6Address(ATTR_START_IP, propertySheetModel);
153 endIP = getIPv6Address(ATTR_END_IP, propertySheetModel);
216 private String getIPv6Address( String propName, AMPropertySheetModel propertySheetModel) { method in class:IPConditionHelper
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/
H A DIPConditionHelper.java152 startIP = getIPv6Address(ATTR_START_IP, propertySheetModel);
153 endIP = getIPv6Address(ATTR_END_IP, propertySheetModel);
216 private String getIPv6Address( String propName, AMPropertySheetModel propertySheetModel) { method in class:IPConditionHelper

Completed in 28 milliseconds