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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/config/wizard/
H A DLDAPStoreWizardPage.java77 public String getStoreSessionName() { method in class:LDAPStoreWizardPage
98 getContext().removeSessionAttribute( getStoreSessionName());
104 return (LDAPStore)getContext().getSessionAttribute(getStoreSessionName());
116 getContext().setSessionAttribute(getStoreSessionName(), config);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/config/wizard/
H A DLDAPStoreWizardPage.java77 public String getStoreSessionName() { method in class:LDAPStoreWizardPage
98 getContext().removeSessionAttribute( getStoreSessionName());
104 return (LDAPStore)getContext().getSessionAttribute(getStoreSessionName());
116 getContext().setSessionAttribute(getStoreSessionName(), config);

Completed in 35 milliseconds