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

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/schema/
H A DAuthPasswordSyntax.java104 * @param authPasswordValue The authentication password value to be decoded.
110 public static String[] decodeAuthPassword(String authPasswordValue) throws DirectoryException argument
119 int length = authPasswordValue.length();
121 while (pos < length && authPasswordValue.charAt(pos) == ' ')
134 char c = authPasswordValue.charAt(pos);
203 while (pos < length && authPasswordValue.charAt(pos) == ' ')
208 if (pos < length && authPasswordValue.charAt(pos) == '$')
219 while (pos < length && authPasswordValue.charAt(pos) == ' ')
230 char c = authPasswordValue.charAt(pos);
261 while (pos < length && authPasswordValue
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/schema/
H A DAuthPasswordSyntax.java237 * @param authPasswordValue The authentication password value to be decoded.
245 public static StringBuilder[] decodeAuthPassword(String authPasswordValue) argument
255 int length = authPasswordValue.length();
257 while ((pos < length) && (authPasswordValue.charAt(pos) == ' '))
270 char c = authPasswordValue.charAt(pos);
339 while ((pos < length) && (authPasswordValue.charAt(pos) == ' '))
344 if ((pos < length) && (authPasswordValue.charAt(pos) == '$'))
355 while ((pos < length) && (authPasswordValue.charAt(pos) == ' '))
366 char c = authPasswordValue.charAt(pos);
397 while ((pos < length) && (authPasswordValue
[all...]
/forgerock/opendj2/src/server/org/opends/server/schema/
H A DAuthPasswordSyntax.java236 * @param authPasswordValue The authentication password value to be decoded.
244 public static StringBuilder[] decodeAuthPassword(String authPasswordValue) argument
254 int length = authPasswordValue.length();
256 while ((pos < length) && (authPasswordValue.charAt(pos) == ' '))
269 char c = authPasswordValue.charAt(pos);
338 while ((pos < length) && (authPasswordValue.charAt(pos) == ' '))
343 if ((pos < length) && (authPasswordValue.charAt(pos) == '$'))
354 while ((pos < length) && (authPasswordValue.charAt(pos) == ' '))
365 char c = authPasswordValue.charAt(pos);
396 while ((pos < length) && (authPasswordValue
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/schema/
H A DAuthPasswordSyntax.java237 * @param authPasswordValue The authentication password value to be decoded.
245 public static StringBuilder[] decodeAuthPassword(String authPasswordValue) argument
255 int length = authPasswordValue.length();
257 while ((pos < length) && (authPasswordValue.charAt(pos) == ' '))
270 char c = authPasswordValue.charAt(pos);
339 while ((pos < length) && (authPasswordValue.charAt(pos) == ' '))
344 if ((pos < length) && (authPasswordValue.charAt(pos) == '$'))
355 while ((pos < length) && (authPasswordValue.charAt(pos) == ' '))
366 char c = authPasswordValue.charAt(pos);
397 while ((pos < length) && (authPasswordValue
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/schema/
H A DAuthPasswordSyntax.java237 * @param authPasswordValue The authentication password value to be decoded.
245 public static StringBuilder[] decodeAuthPassword(String authPasswordValue) argument
255 int length = authPasswordValue.length();
257 while ((pos < length) && (authPasswordValue.charAt(pos) == ' '))
270 char c = authPasswordValue.charAt(pos);
339 while ((pos < length) && (authPasswordValue.charAt(pos) == ' '))
344 if ((pos < length) && (authPasswordValue.charAt(pos) == '$'))
355 while ((pos < length) && (authPasswordValue.charAt(pos) == ' '))
366 char c = authPasswordValue.charAt(pos);
397 while ((pos < length) && (authPasswordValue
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/schema/
H A DAuthPasswordSyntax.java236 * @param authPasswordValue The authentication password value to be decoded.
244 public static StringBuilder[] decodeAuthPassword(String authPasswordValue) argument
254 int length = authPasswordValue.length();
256 while ((pos < length) && (authPasswordValue.charAt(pos) == ' '))
269 char c = authPasswordValue.charAt(pos);
338 while ((pos < length) && (authPasswordValue.charAt(pos) == ' '))
343 if ((pos < length) && (authPasswordValue.charAt(pos) == '$'))
354 while ((pos < length) && (authPasswordValue.charAt(pos) == ' '))
365 char c = authPasswordValue.charAt(pos);
396 while ((pos < length) && (authPasswordValue
[all...]

Completed in 3251 milliseconds