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

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DPatternIP.java50 IPv4, IPv6 enum constant in enum:PatternIP.IPType
65 IPv6 sizes of addresses and prefixes.
176 ipType = IPType.IPv6;
204 //The IPv6 address processed above might be a IPv4-compatible
206 //address byte array. Ignore any IPv6 prefix.
219 * @param ipType The type of the expression, either IPv6 or IPv4.
235 if(ipType == IPType.IPv6) {
263 * both IPv4 and IPv6 prefix values.
267 * @param ipType The type of the prefix, either IPv6 or IPv4.
274 if(ipType==IPType.IPv6)
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DPatternIP.java51 IPv4, IPv6 enum constant in enum:PatternIP.IPType
66 IPv6 sizes of addresses and prefixes.
177 ipType = IPType.IPv6;
205 //The IPv6 address processed above might be a IPv4-compatible
207 //address byte array. Ignore any IPv6 prefix.
220 * @param ipType The type of the expression, either IPv6 or IPv4.
236 if(ipType == IPType.IPv6) {
264 * both IPv4 and IPv6 prefix values.
268 * @param ipType The type of the prefix, either IPv6 or IPv4.
275 if(ipType==IPType.IPv6)
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DPatternIP.java51 IPv4, IPv6 enum constant in enum:PatternIP.IPType
66 IPv6 sizes of addresses and prefixes.
177 ipType = IPType.IPv6;
205 //The IPv6 address processed above might be a IPv4-compatible
207 //address byte array. Ignore any IPv6 prefix.
220 * @param ipType The type of the expression, either IPv6 or IPv4.
236 if(ipType == IPType.IPv6) {
264 * both IPv4 and IPv6 prefix values.
268 * @param ipType The type of the prefix, either IPv6 or IPv4.
275 if(ipType==IPType.IPv6)
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DPatternIP.java50 IPv4, IPv6 enum constant in enum:PatternIP.IPType
65 IPv6 sizes of addresses and prefixes.
176 ipType = IPType.IPv6;
204 //The IPv6 address processed above might be a IPv4-compatible
206 //address byte array. Ignore any IPv6 prefix.
219 * @param ipType The type of the expression, either IPv6 or IPv4.
235 if(ipType == IPType.IPv6) {
263 * both IPv4 and IPv6 prefix values.
267 * @param ipType The type of the prefix, either IPv6 or IPv4.
274 if(ipType==IPType.IPv6)
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DPatternIP.java51 IPv4, IPv6 enum constant in enum:PatternIP.IPType
66 IPv6 sizes of addresses and prefixes.
177 ipType = IPType.IPv6;
205 //The IPv6 address processed above might be a IPv4-compatible
207 //address byte array. Ignore any IPv6 prefix.
220 * @param ipType The type of the expression, either IPv6 or IPv4.
236 if(ipType == IPType.IPv6) {
264 * both IPv4 and IPv6 prefix values.
268 * @param ipType The type of the prefix, either IPv6 or IPv4.
275 if(ipType==IPType.IPv6)
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DPatternIP.java51 IPv4, IPv6 enum constant in enum:PatternIP.IPType
61 /** IPv6 sizes of addresses and prefixes. */
166 ipType = IPType.IPv6;
197 //The IPv6 address processed above might be a IPv4-compatible
199 //address byte array. Ignore any IPv6 prefix.
212 * @param ipType The type of the expression, either IPv6 or IPv4.
228 if(ipType == IPType.IPv6) {
257 * both IPv4 and IPv6 prefix values.
261 * @param ipType The type of the prefix, either IPv6 or IPv4.
268 if(ipType==IPType.IPv6) {
[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
110 if(IPVersion.valueOf(ipVer) == IPVersion.IPv6){
151 } else { // must be IPv6
/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
110 if(IPVersion.valueOf(ipVer) == IPVersion.IPv6){
151 } else { // must be IPv6
/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
72 // IPv6 values for number of bytes and max CIDR prefix
157 case IPv6:
219 ruleType = RuleType.IPv6;
268 case IPv6:
543 * The rule string is an IPv6 rule. Build both the prefix mask array and rule
547 * The rule string containing the IPv6 rule.
549 * If the rule string is not a valid IPv6 rule.
566 this.ruleType = RuleType.IPv6;
[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
71 // IPv6 values for number of bytes and max CIDR prefix
156 case IPv6:
218 ruleType = RuleType.IPv6;
267 case IPv6:
542 * The rule string is an IPv6 rule. Build both the prefix mask array and rule
546 * The rule string containing the IPv6 rule.
548 * If the rule string is not a valid IPv6 rule.
565 this.ruleType = RuleType.IPv6;
[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
72 // IPv6 values for number of bytes and max CIDR prefix
157 case IPv6:
219 ruleType = RuleType.IPv6;
268 case IPv6:
543 * The rule string is an IPv6 rule. Build both the prefix mask array and rule
547 * The rule string containing the IPv6 rule.
549 * If the rule string is not a valid IPv6 rule.
566 this.ruleType = RuleType.IPv6;
[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
72 // IPv6 values for number of bytes and max CIDR prefix
157 case IPv6:
219 ruleType = RuleType.IPv6;
268 case IPv6:
543 * The rule string is an IPv6 rule. Build both the prefix mask array and rule
547 * The rule string containing the IPv6 rule.
549 * If the rule string is not a valid IPv6 rule.
566 this.ruleType = RuleType.IPv6;
[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
71 // IPv6 values for number of bytes and max CIDR prefix
156 case IPv6:
218 ruleType = RuleType.IPv6;
267 case IPv6:
542 * The rule string is an IPv6 rule. Build both the prefix mask array and rule
546 * The rule string containing the IPv6 rule.
548 * If the rule string is not a valid IPv6 rule.
565 this.ruleType = RuleType.IPv6;
[all...]

Completed in 113 milliseconds