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

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DPatternIP.java49 enum IPType { enum in class:PatternIP
56 private IPType ipType;
152 private PatternIP(IPType ipType, byte[] ruleAddrBytes,
172 IPType ipType=IPType.IPv4;
176 ipType = IPType.IPv6;
200 if(ipType == IPType.IPv4)
208 ipType=IPType.IPv4;
230 getPrefixValue(IPType ipType, int numParts, String expr, String prefixStr)
235 if(ipType == IPType
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DPatternIP.java50 enum IPType { enum in class:PatternIP
57 private IPType ipType;
153 private PatternIP(IPType ipType, byte[] ruleAddrBytes,
173 IPType ipType=IPType.IPv4;
177 ipType = IPType.IPv6;
201 if(ipType == IPType.IPv4)
209 ipType=IPType.IPv4;
231 getPrefixValue(IPType ipType, int numParts, String expr, String prefixStr)
236 if(ipType == IPType
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DPatternIP.java50 enum IPType { enum in class:PatternIP
57 private IPType ipType;
153 private PatternIP(IPType ipType, byte[] ruleAddrBytes,
173 IPType ipType=IPType.IPv4;
177 ipType = IPType.IPv6;
201 if(ipType == IPType.IPv4)
209 ipType=IPType.IPv4;
231 getPrefixValue(IPType ipType, int numParts, String expr, String prefixStr)
236 if(ipType == IPType
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DPatternIP.java49 enum IPType { enum in class:PatternIP
56 private IPType ipType;
152 private PatternIP(IPType ipType, byte[] ruleAddrBytes,
172 IPType ipType=IPType.IPv4;
176 ipType = IPType.IPv6;
200 if(ipType == IPType.IPv4)
208 ipType=IPType.IPv4;
230 getPrefixValue(IPType ipType, int numParts, String expr, String prefixStr)
235 if(ipType == IPType
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DPatternIP.java50 enum IPType { enum in class:PatternIP
57 private IPType ipType;
153 private PatternIP(IPType ipType, byte[] ruleAddrBytes,
173 IPType ipType=IPType.IPv4;
177 ipType = IPType.IPv6;
201 if(ipType == IPType.IPv4)
209 ipType=IPType.IPv4;
231 getPrefixValue(IPType ipType, int numParts, String expr, String prefixStr)
236 if(ipType == IPType
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DPatternIP.java50 enum IPType { enum in class:PatternIP
55 private IPType ipType;
142 private PatternIP(IPType ipType, byte[] ruleAddrBytes,
162 IPType ipType=IPType.IPv4;
166 ipType = IPType.IPv6;
193 if(ipType == IPType.IPv4) {
201 ipType=IPType.IPv4;
223 getPrefixValue(IPType ipType, int numParts, String expr, String prefixStr)
228 if(ipType == IPType
[all...]

Completed in 32 milliseconds