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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/config/wizard/
H A DLDAPStoreWizardPage.java47 private String storeSessionName = "customConfigStore"; field in class:LDAPStoreWizardPage
78 return storeSessionName;
81 public void setStoreSessionName( String storeSessionName ) {
82 this.storeSessionName = storeSessionName;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/config/wizard/
H A DLDAPStoreWizardPage.java47 private String storeSessionName = "customConfigStore"; field in class:LDAPStoreWizardPage
78 return storeSessionName;
81 public void setStoreSessionName( String storeSessionName ) {
82 this.storeSessionName = storeSessionName;

Completed in 370 milliseconds