Searched defs:IPv4 (Results 1 - 13 of 13) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DPatternIP.java47 * IPv4.
50 IPv4, IPv6 enum constant in enum:PatternIP.IPType
59 IPv4 sizes of addresses and prefixes.
79 Bit set that holds the wild-card information of processed IPv4 addresses.
146 * @param ipType The type of the ACI IP address (IPv4 or 6).
150 * @param wildCardBitSet Bit set holding IPv4 wild-card information.
172 IPType ipType=IPType.IPv4;
200 if(ipType == IPType.IPv4)
204 //The IPv6 address processed above might be a IPv4-compatible
208 ipType=IPType.IPv4;
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DPatternIP.java48 * IPv4.
51 IPv4, IPv6 enum constant in enum:PatternIP.IPType
60 IPv4 sizes of addresses and prefixes.
80 Bit set that holds the wild-card information of processed IPv4 addresses.
147 * @param ipType The type of the ACI IP address (IPv4 or 6).
151 * @param wildCardBitSet Bit set holding IPv4 wild-card information.
173 IPType ipType=IPType.IPv4;
201 if(ipType == IPType.IPv4)
205 //The IPv6 address processed above might be a IPv4-compatible
209 ipType=IPType.IPv4;
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DPatternIP.java48 * IPv4.
51 IPv4, IPv6 enum constant in enum:PatternIP.IPType
60 IPv4 sizes of addresses and prefixes.
80 Bit set that holds the wild-card information of processed IPv4 addresses.
147 * @param ipType The type of the ACI IP address (IPv4 or 6).
151 * @param wildCardBitSet Bit set holding IPv4 wild-card information.
173 IPType ipType=IPType.IPv4;
201 if(ipType == IPType.IPv4)
205 //The IPv6 address processed above might be a IPv4-compatible
209 ipType=IPType.IPv4;
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DPatternIP.java47 * IPv4.
50 IPv4, IPv6 enum constant in enum:PatternIP.IPType
59 IPv4 sizes of addresses and prefixes.
79 Bit set that holds the wild-card information of processed IPv4 addresses.
146 * @param ipType The type of the ACI IP address (IPv4 or 6).
150 * @param wildCardBitSet Bit set holding IPv4 wild-card information.
172 IPType ipType=IPType.IPv4;
200 if(ipType == IPType.IPv4)
204 //The IPv6 address processed above might be a IPv4-compatible
208 ipType=IPType.IPv4;
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DPatternIP.java48 * IPv4.
51 IPv4, IPv6 enum constant in enum:PatternIP.IPType
60 IPv4 sizes of addresses and prefixes.
80 Bit set that holds the wild-card information of processed IPv4 addresses.
147 * @param ipType The type of the ACI IP address (IPv4 or 6).
151 * @param wildCardBitSet Bit set holding IPv4 wild-card information.
173 IPType ipType=IPType.IPv4;
201 if(ipType == IPType.IPv4)
205 //The IPv6 address processed above might be a IPv4-compatible
209 ipType=IPType.IPv4;
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DPatternIP.java48 * IPv4.
51 IPv4, IPv6 enum constant in enum:PatternIP.IPType
57 /** IPv4 sizes of addresses and prefixes. */
74 Bit set that holds the wild-card information of processed IPv4 addresses.
136 * @param ipType The type of the ACI IP address (IPv4 or 6).
140 * @param wildCardBitSet Bit set holding IPv4 wild-card information.
162 IPType ipType=IPType.IPv4;
193 if(ipType == IPType.IPv4) {
197 //The IPv6 address processed above might be a IPv4-compatible
201 ipType=IPType.IPv4;
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/
H A DIPConditionHelper.java49 IPv4, IPv6, INVALID enum constant in enum:IPConditionHelper.IPVersion
92 String ipVer = IPVersion.IPv4.toString();
145 if(IPVersion.valueOf(ipVersion) == IPVersion.IPv4){
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/
H A DIPConditionHelper.java49 IPv4, IPv6, INVALID enum constant in enum:IPConditionHelper.IPVersion
92 String ipVer = IPVersion.IPv4.toString();
145 if(IPVersion.valueOf(ipVersion) == IPVersion.IPv4){
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAddressMask.java56 * Types of rules we have. IPv4 - ipv4 rule IPv6 - ipv6 rule (begin with '['
63 ALLWILDCARD, HOST, HOSTPATTERN, IPv4, IPv6 enum constant in enum:AddressMask.RuleType
68 // IPv4 values for number of bytes and max CIDR prefix
161 case IPv4:
227 * begin with digit) or ipv4 address. Default to IPv4 ruletype.
240 ruleType = RuleType.IPv4;
269 case IPv4:
270 // this Address mask is an IPv4 rule
474 * The rule string is an IPv4 rule. Build both the prefix mask array and rule
478 * The rule string containing the IPv4 rul
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAddressMask.java55 * Types of rules we have. IPv4 - ipv4 rule IPv6 - ipv6 rule (begin with '['
62 ALLWILDCARD, HOST, HOSTPATTERN, IPv4, IPv6 enum constant in enum:AddressMask.RuleType
67 // IPv4 values for number of bytes and max CIDR prefix
160 case IPv4:
226 * begin with digit) or ipv4 address. Default to IPv4 ruletype.
239 ruleType = RuleType.IPv4;
268 case IPv4:
269 // this Address mask is an IPv4 rule
473 * The rule string is an IPv4 rule. Build both the prefix mask array and rule
477 * The rule string containing the IPv4 rul
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DAddressMask.java56 * Types of rules we have. IPv4 - ipv4 rule IPv6 - ipv6 rule (begin with '['
63 ALLWILDCARD, HOST, HOSTPATTERN, IPv4, IPv6 enum constant in enum:AddressMask.RuleType
68 // IPv4 values for number of bytes and max CIDR prefix
161 case IPv4:
227 * begin with digit) or ipv4 address. Default to IPv4 ruletype.
240 ruleType = RuleType.IPv4;
269 case IPv4:
270 // this Address mask is an IPv4 rule
474 * The rule string is an IPv4 rule. Build both the prefix mask array and rule
478 * The rule string containing the IPv4 rul
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DAddressMask.java56 * Types of rules we have. IPv4 - ipv4 rule IPv6 - ipv6 rule (begin with '['
63 ALLWILDCARD, HOST, HOSTPATTERN, IPv4, IPv6 enum constant in enum:AddressMask.RuleType
68 // IPv4 values for number of bytes and max CIDR prefix
161 case IPv4:
227 * begin with digit) or ipv4 address. Default to IPv4 ruletype.
240 ruleType = RuleType.IPv4;
269 case IPv4:
270 // this Address mask is an IPv4 rule
474 * The rule string is an IPv4 rule. Build both the prefix mask array and rule
478 * The rule string containing the IPv4 rul
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DAddressMask.java55 * Types of rules we have. IPv4 - ipv4 rule IPv6 - ipv6 rule (begin with '['
62 ALLWILDCARD, HOST, HOSTPATTERN, IPv4, IPv6 enum constant in enum:AddressMask.RuleType
67 // IPv4 values for number of bytes and max CIDR prefix
160 case IPv4:
226 * begin with digit) or ipv4 address. Default to IPv4 ruletype.
239 ruleType = RuleType.IPv4;
268 case IPv4:
269 // this Address mask is an IPv4 rule
473 * The rule string is an IPv4 rule. Build both the prefix mask array and rule
477 * The rule string containing the IPv4 rul
[all...]

Completed in 41 milliseconds