Searched defs:prefixStr (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DPatternIP.java178 String prefixStr=null;
180 if(s.length == 2) prefixStr=s[1];
181 int prefix = getPrefixValue(ipType, s.length, expr, prefixStr);
224 * @param prefixStr The string representation of the prefix part of the
230 getPrefixValue(IPType ipType, int numParts, String expr, String prefixStr) argument
246 if(prefixStr != null)
247 prefix = Integer.parseInt(prefixStr);
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DPatternIP.java179 String prefixStr=null;
181 if(s.length == 2) prefixStr=s[1];
182 int prefix = getPrefixValue(ipType, s.length, expr, prefixStr);
225 * @param prefixStr The string representation of the prefix part of the
231 getPrefixValue(IPType ipType, int numParts, String expr, String prefixStr) argument
247 if(prefixStr != null)
248 prefix = Integer.parseInt(prefixStr);
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DPatternIP.java179 String prefixStr=null;
181 if(s.length == 2) prefixStr=s[1];
182 int prefix = getPrefixValue(ipType, s.length, expr, prefixStr);
225 * @param prefixStr The string representation of the prefix part of the
231 getPrefixValue(IPType ipType, int numParts, String expr, String prefixStr) argument
247 if(prefixStr != null)
248 prefix = Integer.parseInt(prefixStr);
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DPatternIP.java178 String prefixStr=null;
180 if(s.length == 2) prefixStr=s[1];
181 int prefix = getPrefixValue(ipType, s.length, expr, prefixStr);
224 * @param prefixStr The string representation of the prefix part of the
230 getPrefixValue(IPType ipType, int numParts, String expr, String prefixStr) argument
246 if(prefixStr != null)
247 prefix = Integer.parseInt(prefixStr);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DPatternIP.java179 String prefixStr=null;
181 if(s.length == 2) prefixStr=s[1];
182 int prefix = getPrefixValue(ipType, s.length, expr, prefixStr);
225 * @param prefixStr The string representation of the prefix part of the
231 getPrefixValue(IPType ipType, int numParts, String expr, String prefixStr) argument
247 if(prefixStr != null)
248 prefix = Integer.parseInt(prefixStr);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DPatternIP.java169 String prefixStr=null;
172 prefixStr=s[1];
174 int prefix = getPrefixValue(ipType, s.length, expr, prefixStr);
217 * @param prefixStr The string representation of the prefix part of the
223 getPrefixValue(IPType ipType, int numParts, String expr, String prefixStr) argument
239 if(prefixStr != null) {
240 prefix = Integer.parseInt(prefixStr);

Completed in 35 milliseconds