Searched refs:TYPE_INACTIVE (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/controls/
H A DAccountUsableResponseControl.java106 reader.peekType() == TYPE_INACTIVE)
204 public static final byte TYPE_INACTIVE = (byte) 0x80; field in class:AccountUsableResponseControl
413 writer.writeBoolean(TYPE_INACTIVE, true);
/forgerock/opendj-b2.6/src/server/org/opends/server/controls/
H A DAccountUsableResponseControl.java107 reader.peekType() == TYPE_INACTIVE)
205 public static final byte TYPE_INACTIVE = (byte) 0x80; field in class:AccountUsableResponseControl
414 writer.writeBoolean(TYPE_INACTIVE, true);
/forgerock/opendj2.6.2/src/server/org/opends/server/controls/
H A DAccountUsableResponseControl.java107 reader.peekType() == TYPE_INACTIVE)
205 public static final byte TYPE_INACTIVE = (byte) 0x80; field in class:AccountUsableResponseControl
414 writer.writeBoolean(TYPE_INACTIVE, true);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/controls/
H A DAccountUsableResponseControl.java107 reader.peekType() == TYPE_INACTIVE)
205 public static final byte TYPE_INACTIVE = (byte) 0x80; field in class:AccountUsableResponseControl
414 writer.writeBoolean(TYPE_INACTIVE, true);
/forgerock/opendj2-hg/src/server/org/opends/server/controls/
H A DAccountUsableResponseControl.java106 reader.peekType() == TYPE_INACTIVE)
204 public static final byte TYPE_INACTIVE = (byte) 0x80; field in class:AccountUsableResponseControl
413 writer.writeBoolean(TYPE_INACTIVE, true);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/controls/
H A DAccountUsableResponseControl.java103 reader.peekType() == TYPE_INACTIVE)
194 public static final byte TYPE_INACTIVE = (byte) 0x80; field in class:AccountUsableResponseControl
407 writer.writeBoolean(TYPE_INACTIVE, true);

Completed in 35 milliseconds