Searched refs:SAVE_VB_NAME (Results 1 - 25 of 30) sorted by relevance

12

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/
H A DSCConfigAuthViewBean.java74 AMAdminConstants.SAVE_VB_NAME, DEFAULT_VIEW_BEAN);
H A DSCConfigConsoleViewBean.java74 AMAdminConstants.SAVE_VB_NAME, DEFAULT_VIEW_BEAN);
H A DSCConfigGlobalViewBean.java72 AMAdminConstants.SAVE_VB_NAME, DEFAULT_VIEW_BEAN);
H A DSCConfigSystemViewBean.java72 AMAdminConstants.SAVE_VB_NAME, DEFAULT_VIEW_BEAN);
H A DSCConfigViewBean.java152 AMAdminConstants.SAVE_VB_NAME, getClass().getName());
H A DSMG11NViewBean.java127 vb.setPageSessionAttribute(AMAdminConstants.SAVE_VB_NAME,
577 AMAdminConstants.SAVE_VB_NAME);
H A DSCSAML2SOAPBindingViewBean.java305 AMAdminConstants.SAVE_VB_NAME);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/
H A DSCConfigConsoleViewBean.java74 AMAdminConstants.SAVE_VB_NAME, DEFAULT_VIEW_BEAN);
H A DSCConfigGlobalViewBean.java72 AMAdminConstants.SAVE_VB_NAME, DEFAULT_VIEW_BEAN);
H A DSCConfigSystemViewBean.java72 AMAdminConstants.SAVE_VB_NAME, DEFAULT_VIEW_BEAN);
H A DSCConfigAuthViewBean.java95 AMAdminConstants.SAVE_VB_NAME, DEFAULT_VIEW_BEAN);
H A DSCConfigViewBean.java152 AMAdminConstants.SAVE_VB_NAME, getClass().getName());
H A DSMG11NViewBean.java127 vb.setPageSessionAttribute(AMAdminConstants.SAVE_VB_NAME,
577 AMAdminConstants.SAVE_VB_NAME);
H A DSCSAML2SOAPBindingViewBean.java305 AMAdminConstants.SAVE_VB_NAME);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMAdminConstants.java409 String SAVE_VB_NAME = "returnToViewBean"; field in interface:AMAdminConstants
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMAdminConstants.java409 String SAVE_VB_NAME = "returnToViewBean"; field in interface:AMAdminConstants
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/sts/
H A DSTSAddViewBeanBase.java169 if (getPageSessionAttribute(AMAdminConstants.SAVE_VB_NAME) != null) {
170 String name = (String) getPageSessionAttribute(AMAdminConstants.SAVE_VB_NAME);
172 throw new AMConsoleException("No page session attribute corresponding to " + AMAdminConstants.SAVE_VB_NAME);
H A DSTSEditViewBeanBase.java302 if (getPageSessionAttribute(AMAdminConstants.SAVE_VB_NAME) != null) {
303 String name = (String) getPageSessionAttribute(AMAdminConstants.SAVE_VB_NAME);
305 throw new AMConsoleException("No page session attribute corresponding to " + AMAdminConstants.SAVE_VB_NAME);
H A DSTSHomeViewBean.java313 setPageSessionAttribute(AMAdminConstants.SAVE_VB_NAME, getClass().getName());
328 setPageSessionAttribute(AMAdminConstants.SAVE_VB_NAME, getClass().getName());
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/sts/
H A DSTSAddViewBeanBase.java169 if (getPageSessionAttribute(AMAdminConstants.SAVE_VB_NAME) != null) {
170 String name = (String) getPageSessionAttribute(AMAdminConstants.SAVE_VB_NAME);
172 throw new AMConsoleException("No page session attribute corresponding to " + AMAdminConstants.SAVE_VB_NAME);
H A DSTSEditViewBeanBase.java303 if (getPageSessionAttribute(AMAdminConstants.SAVE_VB_NAME) != null) {
304 String name = (String) getPageSessionAttribute(AMAdminConstants.SAVE_VB_NAME);
306 throw new AMConsoleException("No page session attribute corresponding to " + AMAdminConstants.SAVE_VB_NAME);
H A DSTSHomeViewBean.java313 setPageSessionAttribute(AMAdminConstants.SAVE_VB_NAME, getClass().getName());
328 setPageSessionAttribute(AMAdminConstants.SAVE_VB_NAME, getClass().getName());
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/audit/
H A DAbstractAuditViewBean.java246 String name = (String) getPageSessionAttribute(SAVE_VB_NAME);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/realm/
H A DServicesViewBean.java290 AMAdminConstants.SAVE_VB_NAME, getClass().getName());
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/audit/
H A DAbstractAuditViewBean.java245 String name = (String) getPageSessionAttribute(SAVE_VB_NAME);

Completed in 88 milliseconds

12