Searched defs:DNS (Results 1 - 14 of 14) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DDNS.java48 public class DNS implements KeywordBindRule { class in inherits:KeywordBindRule
58 /** The enumeration representing the bind rule type of the DNS rule. */
64 /** Regular expression group used to match one or more DNS values. */
74 DNS(List<String> patterns, EnumBindRuleType type) { method in class:DNS
87 public static DNS decode(String expr, EnumBindRuleType type)
166 return new DNS(dns, type);
H A DEnumBindRuleKeyword.java59 DNS ("dns"), enum constant in enum:EnumBindRuleKeyword
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DDNS.java49 public class DNS implements KeywordBindRule { class in inherits:KeywordBindRule
62 * The enumeration representing the bind rule type of the DNS rule.
72 * Regular expression group used to match one or more DNS values.
83 DNS(LinkedList<String> patterns, EnumBindRuleType type) { method in class:DNS
96 public static DNS decode(String expr, EnumBindRuleType type)
175 return new DNS(dns, type);
H A DEnumBindRuleKeyword.java60 DNS ("dns"), enum constant in enum:EnumBindRuleKeyword
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DDNS.java49 public class DNS implements KeywordBindRule { class in inherits:KeywordBindRule
62 * The enumeration representing the bind rule type of the DNS rule.
72 * Regular expression group used to match one or more DNS values.
83 DNS(LinkedList<String> patterns, EnumBindRuleType type) { method in class:DNS
96 public static DNS decode(String expr, EnumBindRuleType type)
175 return new DNS(dns, type);
H A DEnumBindRuleKeyword.java60 DNS ("dns"), enum constant in enum:EnumBindRuleKeyword
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DDNS.java48 public class DNS implements KeywordBindRule { class in inherits:KeywordBindRule
58 /** The enumeration representing the bind rule type of the DNS rule. */
64 /** Regular expression group used to match one or more DNS values. */
74 DNS(List<String> patterns, EnumBindRuleType type) { method in class:DNS
87 public static DNS decode(String expr, EnumBindRuleType type)
166 return new DNS(dns, type);
H A DEnumBindRuleKeyword.java59 DNS ("dns"), enum constant in enum:EnumBindRuleKeyword
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DDNS.java49 public class DNS implements KeywordBindRule { class in inherits:KeywordBindRule
62 * The enumeration representing the bind rule type of the DNS rule.
72 * Regular expression group used to match one or more DNS values.
83 DNS(LinkedList<String> patterns, EnumBindRuleType type) { method in class:DNS
96 public static DNS decode(String expr, EnumBindRuleType type)
175 return new DNS(dns, type);
H A DEnumBindRuleKeyword.java60 DNS ("dns"), enum constant in enum:EnumBindRuleKeyword
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DDNS.java45 public class DNS implements KeywordBindRule { class in inherits:KeywordBindRule
51 /** The enumeration representing the bind rule type of the DNS rule. */
57 /** Regular expression group used to match one or more DNS values. */
67 DNS(List<String> patterns, EnumBindRuleType type) { method in class:DNS
80 public static DNS decode(String expr, EnumBindRuleType type)
148 return new DNS(dns, type);
H A DEnumBindRuleKeyword.java60 DNS ("dns"), enum constant in enum:EnumBindRuleKeyword
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/aci/
H A DACI.java86 static final String DNS = "dns"; field in class:ACI
460 * Sets the client DNS host names to which this ACI applies
463 * collection of DNS host names to which this ACI applies
472 * Gets the client DNS host names to which this ACI applies
474 * @return collection of DNS host names to which this ACI applies
897 tempBuffer.append(DNS).append(EQ).append(QUOTE).append(value)
903 tempBuffer.append(DNS).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)
1943 } else if (keyword.equals(ACI.DNS)) {
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/aci/
H A DACI.java86 static final String DNS = "dns"; field in class:ACI
460 * Sets the client DNS host names to which this ACI applies
463 * collection of DNS host names to which this ACI applies
472 * Gets the client DNS host names to which this ACI applies
474 * @return collection of DNS host names to which this ACI applies
897 tempBuffer.append(DNS).append(EQ).append(QUOTE).append(value)
903 tempBuffer.append(DNS).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)
1943 } else if (keyword.equals(ACI.DNS)) {
[all...]

Completed in 46 milliseconds