Searched refs:IDREPO_TYPE (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/realm/
H A DIDRepoOpViewBeanBase.java55 protected static final String IDREPO_TYPE = "idRepoTypeName"; field in class:IDRepoOpViewBeanBase
89 String type = (String)getPageSessionAttribute(IDREPO_TYPE);
146 String idRepoType = (String)getPageSessionAttribute(IDREPO_TYPE);
153 propertySheetModel.setValue(IDREPO_TYPE, idRepoType);
H A DIDRepoAddViewBean.java132 String idRepoType = (String)propertySheetModel.getValue(IDREPO_TYPE);
H A DIDRepoEditViewBean.java142 String idRepoType = (String)propertySheetModel.getValue(IDREPO_TYPE);
H A DIDRepoSelectTypeViewBean.java178 setPageSessionAttribute(IDRepoAddViewBean.IDREPO_TYPE, idRepoType);
H A DIDRepoViewBean.java240 setPageSessionAttribute(IDRepoAddViewBean.IDREPO_TYPE,
283 setPageSessionAttribute(IDRepoOpViewBeanBase.IDREPO_TYPE,
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/realm/
H A DIDRepoOpViewBeanBase.java55 protected static final String IDREPO_TYPE = "idRepoTypeName"; field in class:IDRepoOpViewBeanBase
89 String type = (String)getPageSessionAttribute(IDREPO_TYPE);
146 String idRepoType = (String)getPageSessionAttribute(IDREPO_TYPE);
153 propertySheetModel.setValue(IDREPO_TYPE, idRepoType);
H A DIDRepoAddViewBean.java132 String idRepoType = (String)propertySheetModel.getValue(IDREPO_TYPE);
H A DIDRepoEditViewBean.java142 String idRepoType = (String)propertySheetModel.getValue(IDREPO_TYPE);
H A DIDRepoSelectTypeViewBean.java178 setPageSessionAttribute(IDRepoAddViewBean.IDREPO_TYPE, idRepoType);
H A DIDRepoViewBean.java240 setPageSessionAttribute(IDRepoAddViewBean.IDREPO_TYPE,
283 setPageSessionAttribute(IDRepoOpViewBeanBase.IDREPO_TYPE,

Completed in 51 milliseconds