Searched defs:inputValue (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-common-auth-ui/src/main/java/com/sun/identity/authentication/UI/
H A DAuthViewBeanBase.java279 * @param inputValue input string value
282 public String getEncodedInputValue(String inputValue) { argument
285 if ((inputValue != null) && (inputValue.length() != 0) &&
286 (!inputValue.equalsIgnoreCase("null"))) {
288 returnValue = Base64.encode(inputValue.getBytes("UTF-8"));
/forgerock/openam/openam-common-auth-ui/src/main/java/com/sun/identity/authentication/UI/
H A DAuthViewBeanBase.java279 * @param inputValue input string value
282 public String getEncodedInputValue(String inputValue) { argument
285 if ((inputValue != null) && (inputValue.length() != 0) &&
286 (!inputValue.equalsIgnoreCase("null"))) {
288 returnValue = Base64.encode(inputValue.getBytes("UTF-8"));

Completed in 29 milliseconds