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

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DPatternIP.java76 private byte[] ruleAddrBytes, rulePrefixBytes; field in class:PatternIP
147 * @param ruleAddrBytes Byte array representing the ACI IP address.
152 private PatternIP(IPType ipType, byte[] ruleAddrBytes, argument
155 this.ruleAddrBytes=ruleAddrBytes;
443 if((ruleAddrBytes[i] & rulePrefixBytes[i]) !=
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DPatternIP.java77 private byte[] ruleAddrBytes, rulePrefixBytes; field in class:PatternIP
148 * @param ruleAddrBytes Byte array representing the ACI IP address.
153 private PatternIP(IPType ipType, byte[] ruleAddrBytes, argument
156 this.ruleAddrBytes=ruleAddrBytes;
444 if((ruleAddrBytes[i] & rulePrefixBytes[i]) !=
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DPatternIP.java77 private byte[] ruleAddrBytes, rulePrefixBytes; field in class:PatternIP
148 * @param ruleAddrBytes Byte array representing the ACI IP address.
153 private PatternIP(IPType ipType, byte[] ruleAddrBytes, argument
156 this.ruleAddrBytes=ruleAddrBytes;
444 if((ruleAddrBytes[i] & rulePrefixBytes[i]) !=
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DPatternIP.java76 private byte[] ruleAddrBytes, rulePrefixBytes; field in class:PatternIP
147 * @param ruleAddrBytes Byte array representing the ACI IP address.
152 private PatternIP(IPType ipType, byte[] ruleAddrBytes, argument
155 this.ruleAddrBytes=ruleAddrBytes;
443 if((ruleAddrBytes[i] & rulePrefixBytes[i]) !=
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DPatternIP.java77 private byte[] ruleAddrBytes, rulePrefixBytes; field in class:PatternIP
148 * @param ruleAddrBytes Byte array representing the ACI IP address.
153 private PatternIP(IPType ipType, byte[] ruleAddrBytes, argument
156 this.ruleAddrBytes=ruleAddrBytes;
444 if((ruleAddrBytes[i] & rulePrefixBytes[i]) !=
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DPatternIP.java71 private byte[] ruleAddrBytes, rulePrefixBytes; field in class:PatternIP
137 * @param ruleAddrBytes Byte array representing the ACI IP address.
142 private PatternIP(IPType ipType, byte[] ruleAddrBytes, argument
145 this.ruleAddrBytes=ruleAddrBytes;
443 && (ruleAddrBytes[i] & rulePrefixBytes[i]) !=

Completed in 43 milliseconds