Searched refs:EDIT_SUBJECT_NAME (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/
H A DSubjectEditViewBean.java54 public static final String EDIT_SUBJECT_NAME = "editSubjectName"; field in class:SubjectEditViewBean
147 String origName = (String)getPageSessionAttribute(EDIT_SUBJECT_NAME);
236 String origName = (String)getPageSessionAttribute(EDIT_SUBJECT_NAME);
H A DPolicyOpViewBeanBase.java1029 setPageSessionAttribute(SubjectEditViewBean.EDIT_SUBJECT_NAME, name);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/
H A DSubjectEditViewBean.java54 public static final String EDIT_SUBJECT_NAME = "editSubjectName"; field in class:SubjectEditViewBean
147 String origName = (String)getPageSessionAttribute(EDIT_SUBJECT_NAME);
236 String origName = (String)getPageSessionAttribute(EDIT_SUBJECT_NAME);
H A DPolicyOpViewBeanBase.java1029 setPageSessionAttribute(SubjectEditViewBean.EDIT_SUBJECT_NAME, name);

Completed in 36 milliseconds