Searched refs:USER_STORE_ROOT_SUFFIX (Results 1 - 16 of 16) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/config/
H A DSessionAttributeNames.java64 static final String USER_STORE_ROOT_SUFFIX = "userStoreRootSuffix"; field in interface:SessionAttributeNames
/forgerock/openam/openam-core/src/main/java/com/sun/identity/config/
H A DSessionAttributeNames.java66 static final String USER_STORE_ROOT_SUFFIX = "userStoreRootSuffix"; field in interface:SessionAttributeNames
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/config/wizard/
H A DStep4.java119 SessionAttributeNames.USER_STORE_ROOT_SUFFIX, val);
159 val = getAttribute(SetupConstants.USER_STORE_ROOT_SUFFIX,
161 ctx.setSessionAttribute(SessionAttributeNames.USER_STORE_ROOT_SUFFIX,
334 SessionAttributeNames.USER_STORE_ROOT_SUFFIX, rootsuffix);
371 SessionAttributeNames.USER_STORE_ROOT_SUFFIX);
404 SessionAttributeNames.USER_STORE_ROOT_SUFFIX,
424 SessionAttributeNames.USER_STORE_ROOT_SUFFIX);
H A DStep7.java103 SessionAttributeNames.USER_STORE_ROOT_SUFFIX);
H A DWizard.java208 SessionAttributeNames.USER_STORE_ROOT_SUFFIX);
209 store.put(SetupConstants.USER_STORE_ROOT_SUFFIX, tmp);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/config/wizard/
H A DStep4.java119 SessionAttributeNames.USER_STORE_ROOT_SUFFIX, val);
159 val = getAttribute(SetupConstants.USER_STORE_ROOT_SUFFIX,
161 ctx.setSessionAttribute(SessionAttributeNames.USER_STORE_ROOT_SUFFIX,
334 SessionAttributeNames.USER_STORE_ROOT_SUFFIX, rootsuffix);
371 SessionAttributeNames.USER_STORE_ROOT_SUFFIX);
404 SessionAttributeNames.USER_STORE_ROOT_SUFFIX,
424 SessionAttributeNames.USER_STORE_ROOT_SUFFIX);
H A DStep7.java104 SessionAttributeNames.USER_STORE_ROOT_SUFFIX);
H A DWizard.java210 SessionAttributeNames.USER_STORE_ROOT_SUFFIX);
211 store.put(SetupConstants.USER_STORE_ROOT_SUFFIX, tmp);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DSetupConstants.java618 static final String USER_STORE_ROOT_SUFFIX = "userStoreRootSuffix"; field in interface:SetupConstants
H A DUserIdRepo.java168 SetupConstants.USER_STORE_ROOT_SUFFIX)));
319 SetupConstants.USER_STORE_ROOT_SUFFIX);
413 String suffix = (String) userRepo.get(SetupConstants.USER_STORE_ROOT_SUFFIX);
H A DServicesDefaultValues.java197 SetupConstants.USER_STORE_ROOT_SUFFIX);
H A DAMSetupServlet.java518 store.put(SetupConstants.USER_STORE_ROOT_SUFFIX, umRootSuffix);
521 store.put(SetupConstants.USER_STORE_ROOT_SUFFIX, tmp);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DSetupConstants.java613 static final String USER_STORE_ROOT_SUFFIX = "userStoreRootSuffix"; field in interface:SetupConstants
H A DUserIdRepo.java172 SetupConstants.USER_STORE_ROOT_SUFFIX)));
323 SetupConstants.USER_STORE_ROOT_SUFFIX);
419 String suffix = (String) userRepo.get(SetupConstants.USER_STORE_ROOT_SUFFIX);
H A DServicesDefaultValues.java196 SetupConstants.USER_STORE_ROOT_SUFFIX);
H A DAMSetupServlet.java428 store.put(SetupConstants.USER_STORE_ROOT_SUFFIX, umRootSuffix);
431 store.put(SetupConstants.USER_STORE_ROOT_SUFFIX, tmp);

Completed in 304 milliseconds