Searched defs:TYPE_ERROR_ELEMENT (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/controls/
H A DPasswordPolicyResponseControl.java104 reader.peekType() == TYPE_ERROR_ELEMENT)
172 public static final byte TYPE_ERROR_ELEMENT = (byte) 0x81; field in class:PasswordPolicyResponseControl
272 writer.writeInteger(TYPE_ERROR_ELEMENT, errorType.intValue());
/forgerock/opendj2/src/server/org/opends/server/controls/
H A DPasswordPolicyResponseControl.java103 reader.peekType() == TYPE_ERROR_ELEMENT)
171 public static final byte TYPE_ERROR_ELEMENT = (byte) 0x81; field in class:PasswordPolicyResponseControl
271 writer.writeInteger(TYPE_ERROR_ELEMENT, errorType.intValue());
/forgerock/opendj2.6.2/src/server/org/opends/server/controls/
H A DPasswordPolicyResponseControl.java104 reader.peekType() == TYPE_ERROR_ELEMENT)
172 public static final byte TYPE_ERROR_ELEMENT = (byte) 0x81; field in class:PasswordPolicyResponseControl
272 writer.writeInteger(TYPE_ERROR_ELEMENT, errorType.intValue());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/controls/
H A DPasswordPolicyResponseControl.java104 reader.peekType() == TYPE_ERROR_ELEMENT)
172 public static final byte TYPE_ERROR_ELEMENT = (byte) 0x81; field in class:PasswordPolicyResponseControl
272 writer.writeInteger(TYPE_ERROR_ELEMENT, errorType.intValue());
/forgerock/opendj2-hg/src/server/org/opends/server/controls/
H A DPasswordPolicyResponseControl.java103 reader.peekType() == TYPE_ERROR_ELEMENT)
171 public static final byte TYPE_ERROR_ELEMENT = (byte) 0x81; field in class:PasswordPolicyResponseControl
271 writer.writeInteger(TYPE_ERROR_ELEMENT, errorType.intValue());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/controls/
H A DPasswordPolicyResponseControl.java99 reader.peekType() == TYPE_ERROR_ELEMENT)
160 public static final byte TYPE_ERROR_ELEMENT = (byte) 0x81; field in class:PasswordPolicyResponseControl
260 writer.writeInteger(TYPE_ERROR_ELEMENT, errorType.intValue());

Completed in 33 milliseconds