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

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DPatternIP.java73 rulePrefixBytes array contains the bytes of the cidr prefix or netmask
76 private byte[] ruleAddrBytes, rulePrefixBytes; field in class:PatternIP
148 * @param rulePrefixBytes Prefix byte array corresponding to the bits set
153 byte[] rulePrefixBytes, BitSet wildCardBitSet) {
156 this.rulePrefixBytes=rulePrefixBytes;
441 for(int i=0;i <rulePrefixBytes.length; i++) {
443 if((ruleAddrBytes[i] & rulePrefixBytes[i]) !=
444 (addrBytes[i] & rulePrefixBytes[i]))
152 PatternIP(IPType ipType, byte[] ruleAddrBytes, byte[] rulePrefixBytes, BitSet wildCardBitSet) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DPatternIP.java74 rulePrefixBytes array contains the bytes of the cidr prefix or netmask
77 private byte[] ruleAddrBytes, rulePrefixBytes; field in class:PatternIP
149 * @param rulePrefixBytes Prefix byte array corresponding to the bits set
154 byte[] rulePrefixBytes, BitSet wildCardBitSet) {
157 this.rulePrefixBytes=rulePrefixBytes;
442 for(int i=0;i <rulePrefixBytes.length; i++) {
444 if((ruleAddrBytes[i] & rulePrefixBytes[i]) !=
445 (addrBytes[i] & rulePrefixBytes[i]))
153 PatternIP(IPType ipType, byte[] ruleAddrBytes, byte[] rulePrefixBytes, BitSet wildCardBitSet) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DPatternIP.java74 rulePrefixBytes array contains the bytes of the cidr prefix or netmask
77 private byte[] ruleAddrBytes, rulePrefixBytes; field in class:PatternIP
149 * @param rulePrefixBytes Prefix byte array corresponding to the bits set
154 byte[] rulePrefixBytes, BitSet wildCardBitSet) {
157 this.rulePrefixBytes=rulePrefixBytes;
442 for(int i=0;i <rulePrefixBytes.length; i++) {
444 if((ruleAddrBytes[i] & rulePrefixBytes[i]) !=
445 (addrBytes[i] & rulePrefixBytes[i]))
153 PatternIP(IPType ipType, byte[] ruleAddrBytes, byte[] rulePrefixBytes, BitSet wildCardBitSet) argument
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DPatternIP.java73 rulePrefixBytes array contains the bytes of the cidr prefix or netmask
76 private byte[] ruleAddrBytes, rulePrefixBytes; field in class:PatternIP
148 * @param rulePrefixBytes Prefix byte array corresponding to the bits set
153 byte[] rulePrefixBytes, BitSet wildCardBitSet) {
156 this.rulePrefixBytes=rulePrefixBytes;
441 for(int i=0;i <rulePrefixBytes.length; i++) {
443 if((ruleAddrBytes[i] & rulePrefixBytes[i]) !=
444 (addrBytes[i] & rulePrefixBytes[i]))
152 PatternIP(IPType ipType, byte[] ruleAddrBytes, byte[] rulePrefixBytes, BitSet wildCardBitSet) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DPatternIP.java74 rulePrefixBytes array contains the bytes of the cidr prefix or netmask
77 private byte[] ruleAddrBytes, rulePrefixBytes; field in class:PatternIP
149 * @param rulePrefixBytes Prefix byte array corresponding to the bits set
154 byte[] rulePrefixBytes, BitSet wildCardBitSet) {
157 this.rulePrefixBytes=rulePrefixBytes;
442 for(int i=0;i <rulePrefixBytes.length; i++) {
444 if((ruleAddrBytes[i] & rulePrefixBytes[i]) !=
445 (addrBytes[i] & rulePrefixBytes[i]))
153 PatternIP(IPType ipType, byte[] ruleAddrBytes, byte[] rulePrefixBytes, BitSet wildCardBitSet) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DPatternIP.java68 rulePrefixBytes array contains the bytes of the cidr prefix or netmask
71 private byte[] ruleAddrBytes, rulePrefixBytes; field in class:PatternIP
138 * @param rulePrefixBytes Prefix byte array corresponding to the bits set
143 byte[] rulePrefixBytes, BitSet wildCardBitSet) {
146 this.rulePrefixBytes=rulePrefixBytes;
441 for(int i=0;i <rulePrefixBytes.length; i++) {
443 && (ruleAddrBytes[i] & rulePrefixBytes[i]) !=
444 (addrBytes[i] & rulePrefixBytes[i]))
142 PatternIP(IPType ipType, byte[] ruleAddrBytes, byte[] rulePrefixBytes, BitSet wildCardBitSet) argument

Completed in 35 milliseconds