| /forgerock/opendj-b2.6/src/server/org/opends/server/util/ |
| H A D | Crypt.java | 58 private static final byte IP[] = field in class:Crypt 65 * Final permutation, FP = IP^(-1) 291 a = IP[j] - 1;
|
| /forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/ |
| H A D | EnumBindRuleKeyword.java | 54 IP ("ip"), enum constant in enum:EnumBindRuleKeyword
|
| H A D | IP.java | 36 * 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...] |
| /forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/ |
| H A D | EnumBindRuleKeyword.java | 55 IP ("ip"), enum constant in enum:EnumBindRuleKeyword
|
| H A D | IP.java | 37 * 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...] |
| /forgerock/opendj2/src/server/org/opends/server/util/ |
| H A D | Crypt.java | 57 private static final byte IP[] = field in class:Crypt 64 * Final permutation, FP = IP^(-1) 290 a = IP[j] - 1;
|
| /forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/ |
| H A D | EnumBindRuleKeyword.java | 55 IP ("ip"), enum constant in enum:EnumBindRuleKeyword
|
| H A D | IP.java | 37 * 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...] |
| /forgerock/opendj2.6.2/src/server/org/opends/server/util/ |
| H A D | Crypt.java | 58 private static final byte IP[] = field in class:Crypt 65 * Final permutation, FP = IP^(-1) 291 a = IP[j] - 1;
|
| /forgerock/opendj2-jel-hg/src/server/org/opends/server/util/ |
| H A D | Crypt.java | 58 private static final byte IP[] = field in class:Crypt 65 * Final permutation, FP = IP^(-1) 291 a = IP[j] - 1;
|
| /forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/ |
| H A D | EnumBindRuleKeyword.java | 54 IP ("ip"), enum constant in enum:EnumBindRuleKeyword
|
| H A D | IP.java | 36 * 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...] |
| /forgerock/opendj2-hg/src/server/org/opends/server/util/ |
| H A D | Crypt.java | 57 private static final byte IP[] = field in class:Crypt 64 * Final permutation, FP = IP^(-1) 290 a = IP[j] - 1;
|
| /forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/ |
| H A D | EnumBindRuleKeyword.java | 55 IP ("ip"), enum constant in enum:EnumBindRuleKeyword
|
| H A D | IP.java | 37 * 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...] |
| /forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/aci/ |
| H A D | ACI.java | 84 static final String IP = "ip"; field in class:ACI 96 static final String IP_SET = "IP"; 880 ipBuffer.append(IP).append(EQ).append(QUOTE).append(value) 886 ipBuffer.append(IP).append(EQ).append(QUOTE).append(value) 1864 } else if (keyword.equals(ACI.IP) || keyword.equals(ACI.DNS)) { 1888 || token.equals(ACI.IP) || token.equals(ACI.DNS) 1941 } else if (keyword.equals(ACI.IP)) {
|
| /forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/plugins/ |
| H A D | ResourceEnvIPCondition.java | 76 * resource such as IP address, DNS host name, location, etc. 77 * For the first drop, we are only supporting IP address. 89 public static final String IP = "IP"; field in class:ResourceEnvIPCondition 1074 * environment parameter, including client's IP Address. 1241 * Converts String represenration of IP address to
|
| /forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/ |
| H A D | EnumBindRuleKeyword.java | 55 IP ("ip"), enum constant in enum:EnumBindRuleKeyword
|
| H A D | IP.java | 36 * 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...] |
| /forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/servlet/ |
| H A D | WSFederationService.java | 58 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/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/ |
| H A D | Crypt.java | 58 private static final byte IP[] = field in class:Crypt 65 * Final permutation, FP = IP^(-1) 290 int a = IP[j] - 1;
|
| /forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/aci/ |
| H A D | ACI.java | 84 static final String IP = "ip"; field in class:ACI 96 static final String IP_SET = "IP"; 880 ipBuffer.append(IP).append(EQ).append(QUOTE).append(value) 886 ipBuffer.append(IP).append(EQ).append(QUOTE).append(value) 1864 } else if (keyword.equals(ACI.IP) || keyword.equals(ACI.DNS)) { 1888 || token.equals(ACI.IP) || token.equals(ACI.DNS) 1941 } else if (keyword.equals(ACI.IP)) {
|
| /forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/plugins/ |
| H A D | ResourceEnvIPCondition.java | 76 * resource such as IP address, DNS host name, location, etc. 77 * For the first drop, we are only supporting IP address. 89 public static final String IP = "IP"; field in class:ResourceEnvIPCondition 1074 * environment parameter, including client's IP Address. 1241 * Converts String represenration of IP address to
|
| /forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/servlet/ |
| H A D | WSFederationService.java | 58 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.
|