Searched refs:PASSWORD_RESET_TILEDVIEW (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/password/ui/
H A DPWResetQuestionViewBean.java75 public static final String PASSWORD_RESET_TILEDVIEW = "passResetTileView"; field in class:PWResetQuestionViewBean
107 registerChild(PASSWORD_RESET_TILEDVIEW, PWResetQuestionTiledView.class);
124 } else if (name.equals(PASSWORD_RESET_TILEDVIEW)) {
126 this, PASSWORD_RESET_TILEDVIEW);
149 (PWResetQuestionTiledView) getChild(PASSWORD_RESET_TILEDVIEW);
211 (PWResetQuestionTiledView) getChild(PASSWORD_RESET_TILEDVIEW);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/password/ui/
H A DPWResetQuestionViewBean.java75 public static final String PASSWORD_RESET_TILEDVIEW = "passResetTileView"; field in class:PWResetQuestionViewBean
107 registerChild(PASSWORD_RESET_TILEDVIEW, PWResetQuestionTiledView.class);
124 } else if (name.equals(PASSWORD_RESET_TILEDVIEW)) {
126 this, PASSWORD_RESET_TILEDVIEW);
149 (PWResetQuestionTiledView) getChild(PASSWORD_RESET_TILEDVIEW);
211 (PWResetQuestionTiledView) getChild(PASSWORD_RESET_TILEDVIEW);

Completed in 28 milliseconds