Searched refs:USER_STORE_LOGIN_ID (Results 1 - 14 of 14) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/config/
H A DSessionAttributeNames.java65 static final String USER_STORE_LOGIN_ID = "userStoreLoginID"; field in interface:SessionAttributeNames
/forgerock/openam/openam-core/src/main/java/com/sun/identity/config/
H A DSessionAttributeNames.java67 static final String USER_STORE_LOGIN_ID = "userStoreLoginID"; field in interface:SessionAttributeNames
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/config/wizard/
H A DStep4.java115 SessionAttributeNames.USER_STORE_LOGIN_ID, val);
154 val = getAttribute(SetupConstants.USER_STORE_LOGIN_ID,
156 ctx.setSessionAttribute(SessionAttributeNames.USER_STORE_LOGIN_ID, val);
306 SessionAttributeNames.USER_STORE_LOGIN_ID, dn);
369 SessionAttributeNames.USER_STORE_LOGIN_ID);
422 SessionAttributeNames.USER_STORE_LOGIN_ID);
H A DStep7.java107 SessionAttributeNames.USER_STORE_LOGIN_ID);
H A DWizard.java211 SessionAttributeNames.USER_STORE_LOGIN_ID);
212 store.put(SetupConstants.USER_STORE_LOGIN_ID, tmp);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/config/wizard/
H A DStep4.java115 SessionAttributeNames.USER_STORE_LOGIN_ID, val);
154 val = getAttribute(SetupConstants.USER_STORE_LOGIN_ID,
156 ctx.setSessionAttribute(SessionAttributeNames.USER_STORE_LOGIN_ID, val);
306 SessionAttributeNames.USER_STORE_LOGIN_ID, dn);
369 SessionAttributeNames.USER_STORE_LOGIN_ID);
422 SessionAttributeNames.USER_STORE_LOGIN_ID);
H A DStep7.java108 SessionAttributeNames.USER_STORE_LOGIN_ID);
H A DWizard.java213 SessionAttributeNames.USER_STORE_LOGIN_ID);
214 store.put(SetupConstants.USER_STORE_LOGIN_ID, tmp);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DSetupConstants.java623 static final String USER_STORE_LOGIN_ID = "userStoreLoginID"; field in interface:SetupConstants
H A DUserIdRepo.java239 return (String) userRepo.get(SetupConstants.USER_STORE_LOGIN_ID);
H A DAMSetupServlet.java524 store.put(SetupConstants.USER_STORE_LOGIN_ID, tmp);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DSetupConstants.java618 static final String USER_STORE_LOGIN_ID = "userStoreLoginID"; field in interface:SetupConstants
H A DUserIdRepo.java243 return (String) userRepo.get(SetupConstants.USER_STORE_LOGIN_ID);
H A DAMSetupServlet.java434 store.put(SetupConstants.USER_STORE_LOGIN_ID, tmp);

Completed in 54 milliseconds