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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/password/ui/model/
H A DPWResetQuestionModelImpl.java188 Object obj = getPluginObject(realm, PW_RESET_OPTION);
208 private Object getPluginObject(String orgDN, String attribute) { method in class:PWResetQuestionModelImpl
216 debug.error("PWResetQuestionModelImpl.getPluginObject", e);
218 debug.error("PWResetQuestionModelImpl.getPluginObject", e);
220 debug.error("PWResetQuestionModelImpl.getPluginObject", e);
222 debug.error("PWResetQuestionModelImpl.getPluginObject", e);
224 debug.warning("PWResetQuestionModelImpl.getPluginObject", e);
239 Object obj = getPluginObject(realm, PW_RESET_NOTIFICATION);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/password/ui/model/
H A DPWResetQuestionModelImpl.java188 Object obj = getPluginObject(realm, PW_RESET_OPTION);
208 private Object getPluginObject(String orgDN, String attribute) { method in class:PWResetQuestionModelImpl
216 debug.error("PWResetQuestionModelImpl.getPluginObject", e);
218 debug.error("PWResetQuestionModelImpl.getPluginObject", e);
220 debug.error("PWResetQuestionModelImpl.getPluginObject", e);
222 debug.error("PWResetQuestionModelImpl.getPluginObject", e);
224 debug.warning("PWResetQuestionModelImpl.getPluginObject", e);
239 Object obj = getPluginObject(realm, PW_RESET_NOTIFICATION);

Completed in 45 milliseconds