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

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DPatternIP.java220 * @param numParts The number of parts in the IP address expression.
230 getPrefixValue(IPType ipType, int numParts, String expr, String prefixStr) argument
241 if((numParts < 1) || (numParts > 2) ) {
291 * @param numParts The number of parts in the IP address expression.
300 byte[] getNetmaskBytes(String netmaskStr, int numParts, String expr) argument
310 if((numParts < 1) || (numParts > 2) ) {
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DPatternIP.java221 * @param numParts The number of parts in the IP address expression.
231 getPrefixValue(IPType ipType, int numParts, String expr, String prefixStr) argument
242 if((numParts < 1) || (numParts > 2) ) {
292 * @param numParts The number of parts in the IP address expression.
301 byte[] getNetmaskBytes(String netmaskStr, int numParts, String expr) argument
311 if((numParts < 1) || (numParts > 2) ) {
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DPatternIP.java221 * @param numParts The number of parts in the IP address expression.
231 getPrefixValue(IPType ipType, int numParts, String expr, String prefixStr) argument
242 if((numParts < 1) || (numParts > 2) ) {
292 * @param numParts The number of parts in the IP address expression.
301 byte[] getNetmaskBytes(String netmaskStr, int numParts, String expr) argument
311 if((numParts < 1) || (numParts > 2) ) {
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DPatternIP.java220 * @param numParts The number of parts in the IP address expression.
230 getPrefixValue(IPType ipType, int numParts, String expr, String prefixStr) argument
241 if((numParts < 1) || (numParts > 2) ) {
291 * @param numParts The number of parts in the IP address expression.
300 byte[] getNetmaskBytes(String netmaskStr, int numParts, String expr) argument
310 if((numParts < 1) || (numParts > 2) ) {
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DPatternIP.java221 * @param numParts The number of parts in the IP address expression.
231 getPrefixValue(IPType ipType, int numParts, String expr, String prefixStr) argument
242 if((numParts < 1) || (numParts > 2) ) {
292 * @param numParts The number of parts in the IP address expression.
301 byte[] getNetmaskBytes(String netmaskStr, int numParts, String expr) argument
311 if((numParts < 1) || (numParts > 2) ) {
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DPatternIP.java213 * @param numParts The number of parts in the IP address expression.
223 getPrefixValue(IPType ipType, int numParts, String expr, String prefixStr) argument
234 if(numParts < 1 || numParts > 2 ) {
286 * @param numParts The number of parts in the IP address expression.
295 byte[] getNetmaskBytes(String netmaskStr, int numParts, String expr) argument
305 if(numParts < 1 || numParts > 2 ) {

Completed in 35 milliseconds