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

/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DPasswordPolicyStateExtendedOperation.java120 * opValues SEQUENCE OF OCTET STRING OPTIONAL }
657 ArrayList<String> opValues;
665 opValues = null;
670 opValues = null;
677 opValues = new ArrayList<String>();
680 opValues.add(reader.readOctetStringAsString());
686 if(!processOp(opType, opValues, operation,
1299 private boolean processOp(int opType, ArrayList<String> opValues, argument
1316 if (opValues == null)
1323 else if (opValues
[all...]
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DPasswordPolicyStateExtendedOperation.java111 * opValues SEQUENCE OF OCTET STRING OPTIONAL }
453 ArrayList<String> opValues;
461 opValues = null;
466 opValues = null;
473 opValues = new ArrayList<String>();
476 opValues.add(reader.readOctetStringAsString());
482 if(!processOp(opType, opValues, operation,
1095 private boolean processOp(int opType, ArrayList<String> opValues, argument
1112 if (opValues == null)
1119 else if (opValues
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DPasswordPolicyStateExtendedOperation.java120 * opValues SEQUENCE OF OCTET STRING OPTIONAL }
657 ArrayList<String> opValues;
665 opValues = null;
670 opValues = null;
677 opValues = new ArrayList<String>();
680 opValues.add(reader.readOctetStringAsString());
686 if(!processOp(opType, opValues, operation,
1299 private boolean processOp(int opType, ArrayList<String> opValues, argument
1316 if (opValues == null)
1323 else if (opValues
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DPasswordPolicyStateExtendedOperation.java120 * opValues SEQUENCE OF OCTET STRING OPTIONAL }
657 ArrayList<String> opValues;
665 opValues = null;
670 opValues = null;
677 opValues = new ArrayList<String>();
680 opValues.add(reader.readOctetStringAsString());
686 if(!processOp(opType, opValues, operation,
1299 private boolean processOp(int opType, ArrayList<String> opValues, argument
1316 if (opValues == null)
1323 else if (opValues
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DPasswordPolicyStateExtendedOperation.java111 * opValues SEQUENCE OF OCTET STRING OPTIONAL }
453 ArrayList<String> opValues;
461 opValues = null;
466 opValues = null;
473 opValues = new ArrayList<String>();
476 opValues.add(reader.readOctetStringAsString());
482 if(!processOp(opType, opValues, operation,
1095 private boolean processOp(int opType, ArrayList<String> opValues, argument
1112 if (opValues == null)
1119 else if (opValues
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DPasswordPolicyStateExtendedOperation.java118 * opValues SEQUENCE OF OCTET STRING OPTIONAL }
428 ArrayList<String> opValues;
436 opValues = null;
441 opValues = null;
448 opValues = new ArrayList<>();
451 opValues.add(reader.readOctetStringAsString());
457 if(!processOp(opType, opValues, operation,
1057 private boolean processOp(int opType, ArrayList<String> opValues, argument
1074 if (opValues == null)
1081 else if (opValues
[all...]

Completed in 40 milliseconds