Searched refs:IP (Results 1 - 25 of 42) sorted by relevance

12

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DIPTestCase.java37 * Test of IP bind rule address decoding and address matching.
41 //Various patterns and addresses that can be put in IP bind rule
180 IP ip=(IP) IP.decode(mixed, EnumBindRuleType.EQUAL_BINDRULE_TYPE);
197 IP ip=(IP) IP.decode(ip4compat, EnumBindRuleType.EQUAL_BINDRULE_TYPE);
214 IP ip=(IP) I
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DIPTestCase.java36 * Test of IP bind rule address decoding and address matching.
40 //Various patterns and addresses that can be put in IP bind rule
179 IP ip=(IP) IP.decode(mixed, EnumBindRuleType.EQUAL_BINDRULE_TYPE);
196 IP ip=(IP) IP.decode(ip4compat, EnumBindRuleType.EQUAL_BINDRULE_TYPE);
213 IP ip=(IP) I
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DIPTestCase.java37 * Test of IP bind rule address decoding and address matching.
41 //Various patterns and addresses that can be put in IP bind rule
180 IP ip=(IP) IP.decode(mixed, EnumBindRuleType.EQUAL_BINDRULE_TYPE);
197 IP ip=(IP) IP.decode(ip4compat, EnumBindRuleType.EQUAL_BINDRULE_TYPE);
214 IP ip=(IP) I
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DIPTestCase.java36 * Test of IP bind rule address decoding and address matching.
40 //Various patterns and addresses that can be put in IP bind rule
179 IP ip=(IP) IP.decode(mixed, EnumBindRuleType.EQUAL_BINDRULE_TYPE);
196 IP ip=(IP) IP.decode(ip4compat, EnumBindRuleType.EQUAL_BINDRULE_TYPE);
213 IP ip=(IP) I
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DIPTestCase.java37 * Test of IP bind rule address decoding and address matching.
41 //Various patterns and addresses that can be put in IP bind rule
180 IP ip=(IP) IP.decode(mixed, EnumBindRuleType.EQUAL_BINDRULE_TYPE);
197 IP ip=(IP) IP.decode(ip4compat, EnumBindRuleType.EQUAL_BINDRULE_TYPE);
214 IP ip=(IP) I
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/authorization/dseecompat/
H A DIPTestCase.java34 * Test of IP bind rule address decoding and address matching.
39 //Various patterns and addresses that can be put in IP bind rule
181 IP ip=(IP) IP.decode(mixed, EnumBindRuleType.EQUAL_BINDRULE_TYPE);
199 IP ip=(IP) IP.decode(ip4compat, EnumBindRuleType.EQUAL_BINDRULE_TYPE);
217 IP ip=(IP) I
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DIP.java37 * This class represents a single ACI's IP bind rule expression. It is possble
38 * for that expression to contain several IP addresses to evaluate, so the
39 * class contains a list of classes that can evaluate a remote clients IP
40 * address for each IP address parsed from the bind rule.
42 public class IP implements KeywordBindRule { class in inherits:KeywordBindRule
64 * Create a class representing the IP bind rule expressions for this ACI.
65 * @param patternIPList A list of PatternIP objects representing the IP
69 private IP(List<PatternIP> patternIPList, EnumBindRuleType type) { method in class:IP
75 * Decodes the provided IP bind rule expression string and returns an
76 * IP clas
[all...]
H A DEnumBindRuleKeyword.java55 IP ("ip"), enum constant in enum:EnumBindRuleKeyword
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DIP.java37 * This class represents a single ACI's IP bind rule expression. It is possble
38 * for that expression to contain several IP addresses to evaluate, so the
39 * class contains a list of classes that can evaluate a remote clients IP
40 * address for each IP address parsed from the bind rule.
42 public class IP implements KeywordBindRule { class in inherits:KeywordBindRule
64 * Create a class representing the IP bind rule expressions for this ACI.
65 * @param patternIPList A list of PatternIP objects representing the IP
69 private IP(List<PatternIP> patternIPList, EnumBindRuleType type) { method in class:IP
75 * Decodes the provided IP bind rule expression string and returns an
76 * IP clas
[all...]
H A DEnumBindRuleKeyword.java55 IP ("ip"), enum constant in enum:EnumBindRuleKeyword
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DIP.java37 * This class represents a single ACI's IP bind rule expression. It is possble
38 * for that expression to contain several IP addresses to evaluate, so the
39 * class contains a list of classes that can evaluate a remote clients IP
40 * address for each IP address parsed from the bind rule.
42 public class IP implements KeywordBindRule { class in inherits:KeywordBindRule
64 * Create a class representing the IP bind rule expressions for this ACI.
65 * @param patternIPList A list of PatternIP objects representing the IP
69 private IP(List<PatternIP> patternIPList, EnumBindRuleType type) { method in class:IP
75 * Decodes the provided IP bind rule expression string and returns an
76 * IP clas
[all...]
H A DEnumBindRuleKeyword.java55 IP ("ip"), enum constant in enum:EnumBindRuleKeyword
/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DIP.java36 * This class represents a single ACI's IP bind rule expression. It is possble
37 * for that expression to contain several IP addresses to evaluate, so the
38 * class contains a list of classes that can evaluate a remote clients IP
39 * address for each IP address parsed from the bind rule.
41 public class IP implements KeywordBindRule { class in inherits:KeywordBindRule
61 * Create a class representing the IP bind rule expressions for this ACI.
62 * @param patternIPList A list of PatternIP objects representing the IP
66 private IP(List<PatternIP> patternIPList, EnumBindRuleType type) { method in class:IP
72 * Decodes the provided IP bind rule expression string and returns an
73 * IP clas
[all...]
H A DEnumBindRuleKeyword.java54 IP ("ip"), enum constant in enum:EnumBindRuleKeyword
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DIP.java36 * This class represents a single ACI's IP bind rule expression. It is possble
37 * for that expression to contain several IP addresses to evaluate, so the
38 * class contains a list of classes that can evaluate a remote clients IP
39 * address for each IP address parsed from the bind rule.
41 public class IP implements KeywordBindRule { class in inherits:KeywordBindRule
61 * Create a class representing the IP bind rule expressions for this ACI.
62 * @param patternIPList A list of PatternIP objects representing the IP
66 private IP(List<PatternIP> patternIPList, EnumBindRuleType type) { method in class:IP
72 * Decodes the provided IP bind rule expression string and returns an
73 * IP clas
[all...]
H A DEnumBindRuleKeyword.java54 IP ("ip"), enum constant in enum:EnumBindRuleKeyword
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DIP.java36 * This class represents a single ACI's IP bind rule expression. It is possible
37 * for that expression to contain several IP addresses to evaluate, so the
38 * class contains a list of classes that can evaluate a remote clients IP
39 * address for each IP address parsed from the bind rule.
41 public class IP implements KeywordBindRule { class in inherits:KeywordBindRule
61 * Create a class representing the IP bind rule expressions for this ACI.
62 * @param patternIPList A list of PatternIP objects representing the IP
66 private IP(List<PatternIP> patternIPList, EnumBindRuleType type) { method in class:IP
72 * Decodes the provided IP bind rule expression string and returns an
73 * IP clas
[all...]
H A DEnumBindRuleKeyword.java55 IP ("ip"), enum constant in enum:EnumBindRuleKeyword
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/resources/com/sun/identity/diagnostic/base/resources/locale/
H A DSystemInfo.properties38 sys-info-ip-addr=IP Address : {0}
H A DSystemInfo_de.properties38 sys-info-ip-addr=IP-Adresse : {0}
H A DSystemInfo_es.properties38 sys-info-ip-addr=Direcci\u00f3n IP : {0}
H A DSystemInfo_fr.properties38 sys-info-ip-addr=Adresse IP : {0}
H A DSystemInfo_zh.properties38 sys-info-ip-addr=IP \u5730\u5740\uff1a{0}
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/servlet/
H A DWSFederationService.java58 public static final String IP = "IP"; field in class:WSFederationService
66 * @param entityRole the entity role for e.g. RP or IP
97 // TODO: handle IP case later depending on the use case.
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/servlet/
H A DWSFederationService.java58 public static final String IP = "IP"; field in class:WSFederationService
66 * @param entityRole the entity role for e.g. RP or IP
97 // TODO: handle IP case later depending on the use case.

Completed in 98 milliseconds

12