/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/ |
H A D | PagePropertiesCallback.java | 57 private List<String> infoText; field in class:PagePropertiesCallback 176 * Returns the list of infoText elements to display alongside the authentication 178 * @return the list of infoText elements 181 return infoText; 214 public void setInfoText(List<String> infoText) { argument 215 this.infoText = infoText;
|
H A D | AMModuleProperties.java | 69 private List<String> infoText; field in class:AMModuleProperties 220 infoText = new ArrayList<String>(); 252 tmp = getAttribute(node, "infoText"); 254 infoText.add(tmp); 256 infoText.add(""); 286 tmp = getAttribute(node, "infoText"); 288 infoText.add(tmp); 290 infoText.add(""); 316 tmp = getAttribute(node, "infoText"); 318 infoText [all...] |
H A D | AMLoginModule.java | 706 * @param infoText the infotext for the callback 710 public void substituteInfoText(int state, int callback, String infoText) argument 713 debug.message("setInfoText : state=" + state + ", infoText=" + infoText); 729 if ((infoText != null) && (infoText.length() != 0)) { 735 infoTexts.set(callback, infoText); 1866 List<String> infoText = ((PagePropertiesCallback) callback).getAttribute(); 1867 if (infoText == null || infoText [all...] |
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/ |
H A D | PagePropertiesCallback.java | 57 private List<String> infoText; field in class:PagePropertiesCallback 176 * Returns the list of infoText elements to display alongside the authentication 178 * @return the list of infoText elements 181 return infoText; 214 public void setInfoText(List<String> infoText) { argument 215 this.infoText = infoText;
|
H A D | AMModuleProperties.java | 72 private List<String> infoText; field in class:AMModuleProperties 220 infoText = new ArrayList<String>(); 252 tmp = getAttribute(node, "infoText"); 254 infoText.add(tmp); 256 infoText.add(""); 286 tmp = getAttribute(node, "infoText"); 288 infoText.add(tmp); 290 infoText.add(""); 316 tmp = getAttribute(node, "infoText"); 318 infoText [all...] |
H A D | AMLoginModule.java | 719 * @param infoText the infotext for the callback 723 public void substituteInfoText(int state, int callback, String infoText) argument 726 debug.message("setInfoText : state=" + state + ", infoText=" + infoText); 742 if ((infoText != null) && (infoText.length() != 0)) { 747 infoTexts.set(callback, infoText); 1872 List<String> infoText = ((PagePropertiesCallback) callback).getAttribute(); 1873 if (infoText == null || infoText [all...] |
/forgerock/openam-v13/openam-common-auth-ui/src/main/java/com/sun/identity/authentication/UI/ |
H A D | CallBackTiledView.java | 63 private List<String> infoText = null; field in class:CallBackTiledView 238 public void setCallBackArray(Callback[] callbacks, List requiredList, List<String> infoText) { argument 241 this.infoText = infoText; 409 if ((infoText != null) && !infoText.isEmpty()) { 410 String s = infoText.get(curTile -1); 424 if ((infoText != null) && !infoText.isEmpty()) { 425 String s = infoText [all...] |
/forgerock/openam/openam-common-auth-ui/src/main/java/com/sun/identity/authentication/UI/ |
H A D | CallBackTiledView.java | 63 private List<String> infoText = null; field in class:CallBackTiledView 238 public void setCallBackArray(Callback[] callbacks, List requiredList, List<String> infoText) { argument 241 this.infoText = infoText; 409 if ((infoText != null) && !infoText.isEmpty()) { 410 String s = infoText.get(curTile -1); 424 if ((infoText != null) && !infoText.isEmpty()) { 425 String s = infoText [all...] |
/forgerock/openam-v13/openam-server-auth-ui/src/main/java/com/sun/identity/authentication/UI/ |
H A D | LoginViewBean.java | 750 tView.setCallBackArray(callbacks, requiredList, infoText); 1472 infoText = ppc.getInfoText(); 1486 + "Info Text : " + infoText 2185 public List<String> infoText = null; field in class:LoginViewBean
|
/forgerock/openam/openam-server-auth-ui/src/main/java/com/sun/identity/authentication/UI/ |
H A D | LoginViewBean.java | 761 tView.setCallBackArray(callbacks, requiredList, infoText); 1494 infoText = ppc.getInfoText(); 1508 + "Info Text : " + infoText 2207 public List<String> infoText = null; field in class:LoginViewBean
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/share/ |
H A D | AuthXMLUtils.java | 788 List<String> infoText = stringToList(getValueOfChildNode(childNode, "InfoTextList")); 794 pagePropertiesCallback.setInfoText(infoText);
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/share/ |
H A D | AuthXMLUtils.java | 788 List<String> infoText = stringToList(getValueOfChildNode(childNode, "InfoTextList")); 794 pagePropertiesCallback.setInfoText(infoText);
|