Searched defs:oid (Results 1 - 25 of 219) sorted by relevance

123456789

/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/ldap/
H A DLDAPControl.java54 * @param oid The OID for this LDAP control.
56 public LDAPControl(String oid) argument
58 super(oid, false);
67 * @param oid The OID for this LDAP control.
71 public LDAPControl(String oid, boolean isCritical) argument
73 super(oid, isCritical);
81 * @param oid The OID for this LDAP control.
86 public LDAPControl(String oid, boolean isCritical, ByteString value) argument
88 super(oid, isCritical);
138 buffer.append("LDAPControl(oid
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DControl.java49 private String oid; field in class:Control
56 * @param oid The OID for this control.
61 protected Control(String oid, boolean isCritical) argument
63 this.oid = oid;
76 return oid;
148 buffer.append("Control(oid=");
149 buffer.append(oid);
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DLDAPControl.java53 * @param oid The OID for this LDAP control.
55 public LDAPControl(String oid) argument
57 super(oid, false);
66 * @param oid The OID for this LDAP control.
70 public LDAPControl(String oid, boolean isCritical) argument
72 super(oid, isCritical);
80 * @param oid The OID for this LDAP control.
85 public LDAPControl(String oid, boolean isCritical, ByteString value) argument
87 super(oid, isCritical);
137 buffer.append("LDAPControl(oid
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DConfigurableAttributeSyntaxTest.java109 public void testAcceptableValues(ConfigEntry config, String oid, String value, argument
118 (TelephoneNumberSyntax) DirectoryServer.getAttributeSyntax(oid, false);
H A DGenericSchemaTestCase.java391 * @param oid The string for which to make the determination.
396 private boolean isNumericOID(String oid) argument
399 if ((oid == null) || (oid.length() == 0))
405 if ((! Character.isDigit(oid.charAt(0))) ||
406 (! Character.isDigit(oid.charAt(oid.length()-1))))
412 if (oid.indexOf(".") < 0)
418 if (oid.indexOf("..") >= 0)
424 StringTokenizer tokenizer = new StringTokenizer(oid, "
[all...]
/forgerock/opendj2/src/dsml/org/opends/dsml/protocol/
H A DDSMLExtendedOperation.java75 * @param oid The OID of the extended operation.
79 public boolean responseIsString(String oid) argument
81 return stringResponses.contains(oid);
/forgerock/opendj-b2.6/src/dsml/org/opends/dsml/protocol/
H A DDSMLExtendedOperation.java76 * @param oid The OID of the extended operation.
80 public boolean responseIsString(String oid) argument
82 return stringResponses.contains(oid);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DConfigurableAttributeSyntaxTest.java109 public void testAcceptableValues(ConfigEntry config, String oid, String value, argument
118 (TelephoneNumberSyntax) DirectoryServer.getAttributeSyntax(oid, false);
H A DGenericSchemaTestCase.java390 * @param oid The string for which to make the determination.
395 private boolean isNumericOID(String oid) argument
398 if ((oid == null) || (oid.length() == 0))
404 if ((! Character.isDigit(oid.charAt(0))) ||
405 (! Character.isDigit(oid.charAt(oid.length()-1))))
411 if (oid.indexOf(".") < 0)
417 if (oid.indexOf("..") >= 0)
423 StringTokenizer tokenizer = new StringTokenizer(oid, "
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DControl.java48 private String oid; field in class:Control
55 * @param oid The OID for this control.
60 protected Control(String oid, boolean isCritical) argument
62 this.oid = oid;
75 return oid;
147 buffer.append("Control(oid=");
148 buffer.append(oid);
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/
H A DLDAPControl.java54 * @param oid The OID for this LDAP control.
56 public LDAPControl(String oid) argument
58 super(oid, false);
67 * @param oid The OID for this LDAP control.
71 public LDAPControl(String oid, boolean isCritical) argument
73 super(oid, isCritical);
81 * @param oid The OID for this LDAP control.
86 public LDAPControl(String oid, boolean isCritical, ByteString value) argument
88 super(oid, isCritical);
138 buffer.append("LDAPControl(oid
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DControl.java49 private String oid; field in class:Control
56 * @param oid The OID for this control.
61 protected Control(String oid, boolean isCritical) argument
63 this.oid = oid;
76 return oid;
148 buffer.append("Control(oid=");
149 buffer.append(oid);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DConfigurableAttributeSyntaxTest.java109 public void testAcceptableValues(ConfigEntry config, String oid, String value, argument
118 (TelephoneNumberSyntax) DirectoryServer.getAttributeSyntax(oid, false);
H A DGenericSchemaTestCase.java391 * @param oid The string for which to make the determination.
396 private boolean isNumericOID(String oid) argument
399 if ((oid == null) || (oid.length() == 0))
405 if ((! Character.isDigit(oid.charAt(0))) ||
406 (! Character.isDigit(oid.charAt(oid.length()-1))))
412 if (oid.indexOf(".") < 0)
418 if (oid.indexOf("..") >= 0)
424 StringTokenizer tokenizer = new StringTokenizer(oid, "
[all...]
/forgerock/opendj2.6.2/src/dsml/org/opends/dsml/protocol/
H A DDSMLExtendedOperation.java76 * @param oid The OID of the extended operation.
80 public boolean responseIsString(String oid) argument
82 return stringResponses.contains(oid);
/forgerock/opendj2-hg/src/dsml/org/opends/dsml/protocol/
H A DDSMLExtendedOperation.java75 * @param oid The OID of the extended operation.
79 public boolean responseIsString(String oid) argument
81 return stringResponses.contains(oid);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DConfigurableAttributeSyntaxTest.java109 public void testAcceptableValues(ConfigEntry config, String oid, String value, argument
118 (TelephoneNumberSyntax) DirectoryServer.getAttributeSyntax(oid, false);
H A DGenericSchemaTestCase.java390 * @param oid The string for which to make the determination.
395 private boolean isNumericOID(String oid) argument
398 if ((oid == null) || (oid.length() == 0))
404 if ((! Character.isDigit(oid.charAt(0))) ||
405 (! Character.isDigit(oid.charAt(oid.length()-1))))
411 if (oid.indexOf(".") < 0)
417 if (oid.indexOf("..") >= 0)
423 StringTokenizer tokenizer = new StringTokenizer(oid, "
[all...]
/forgerock/opendj2-jel-hg/src/dsml/org/opends/dsml/protocol/
H A DDSMLExtendedOperation.java76 * @param oid The OID of the extended operation.
80 public boolean responseIsString(String oid) argument
82 return stringResponses.contains(oid);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DConfigurableAttributeSyntaxTest.java109 public void testAcceptableValues(ConfigEntry config, String oid, String value, argument
118 (TelephoneNumberSyntax) DirectoryServer.getAttributeSyntax(oid, false);
H A DGenericSchemaTestCase.java391 * @param oid The string for which to make the determination.
396 private boolean isNumericOID(String oid) argument
399 if ((oid == null) || (oid.length() == 0))
405 if ((! Character.isDigit(oid.charAt(0))) ||
406 (! Character.isDigit(oid.charAt(oid.length()-1))))
412 if (oid.indexOf(".") < 0)
418 if (oid.indexOf("..") >= 0)
424 StringTokenizer tokenizer = new StringTokenizer(oid, "
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPControl.java54 * @param oid The OID for this LDAP control.
56 public LDAPControl(String oid) argument
58 super(oid, false);
67 * @param oid The OID for this LDAP control.
71 public LDAPControl(String oid, boolean isCritical) argument
73 super(oid, isCritical);
81 * @param oid The OID for this LDAP control.
86 public LDAPControl(String oid, boolean isCritical, ByteString value) argument
88 super(oid, isCritical);
138 buffer.append("LDAPControl(oid
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DControl.java49 private String oid; field in class:Control
56 * @param oid The OID for this control.
61 protected Control(String oid, boolean isCritical) argument
63 this.oid = oid;
76 return oid;
148 buffer.append("Control(oid=");
149 buffer.append(oid);
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPControl.java53 * @param oid The OID for this LDAP control.
55 public LDAPControl(String oid) argument
57 super(oid, false);
66 * @param oid The OID for this LDAP control.
70 public LDAPControl(String oid, boolean isCritical) argument
72 super(oid, isCritical);
80 * @param oid The OID for this LDAP control.
85 public LDAPControl(String oid, boolean isCritical, ByteString value) argument
87 super(oid, isCritical);
137 buffer.append("LDAPControl(oid
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DControl.java48 private String oid; field in class:Control
55 * @param oid The OID for this control.
60 protected Control(String oid, boolean isCritical) argument
62 this.oid = oid;
75 return oid;
147 buffer.append("Control(oid=");
148 buffer.append(oid);

Completed in 184 milliseconds

123456789