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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/config/
H A DSessionAttributeNames.java61 static final String USER_STORE_HOST = "userStoreHostName"; field in interface:SessionAttributeNames
/forgerock/openam/openam-core/src/main/java/com/sun/identity/config/
H A DSessionAttributeNames.java63 static final String USER_STORE_HOST = "userStoreHostName"; field in interface:SessionAttributeNames
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/config/wizard/
H A DStep4.java94 if (ctx.getSessionAttribute(SessionAttributeNames.USER_STORE_HOST)
106 ctx.setSessionAttribute(SessionAttributeNames.USER_STORE_HOST,
138 String val = getAttribute(SetupConstants.USER_STORE_HOST,getHostName());
139 ctx.setSessionAttribute(SessionAttributeNames.USER_STORE_HOST, val);
260 SessionAttributeNames.USER_STORE_HOST, host);
364 SessionAttributeNames.USER_STORE_HOST);
493 SessionAttributeNames.USER_STORE_HOST,
H A DStep7.java89 SessionAttributeNames.USER_STORE_HOST);
H A DWizard.java197 SessionAttributeNames.USER_STORE_HOST);
198 store.put(SetupConstants.USER_STORE_HOST, tmp);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/config/wizard/
H A DStep4.java94 if (ctx.getSessionAttribute(SessionAttributeNames.USER_STORE_HOST)
106 ctx.setSessionAttribute(SessionAttributeNames.USER_STORE_HOST,
138 String val = getAttribute(SetupConstants.USER_STORE_HOST,getHostName());
139 ctx.setSessionAttribute(SessionAttributeNames.USER_STORE_HOST, val);
260 SessionAttributeNames.USER_STORE_HOST, host);
364 SessionAttributeNames.USER_STORE_HOST);
493 SessionAttributeNames.USER_STORE_HOST,
H A DStep7.java90 SessionAttributeNames.USER_STORE_HOST);
H A DWizard.java199 SessionAttributeNames.USER_STORE_HOST);
200 store.put(SetupConstants.USER_STORE_HOST, tmp);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DSetupConstants.java608 static final String USER_STORE_HOST = "userStoreHostName"; field in interface:SetupConstants
H A DUserIdRepo.java231 return (String)userRepo.get(SetupConstants.USER_STORE_HOST);
H A DAMSetupServlet.java504 store.put(SetupConstants.USER_STORE_HOST, host);
508 store.put(SetupConstants.USER_STORE_HOST, tmp);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DSetupConstants.java603 static final String USER_STORE_HOST = "userStoreHostName"; field in interface:SetupConstants
H A DUserIdRepo.java235 return (String)userRepo.get(SetupConstants.USER_STORE_HOST);
H A DAMSetupServlet.java414 store.put(SetupConstants.USER_STORE_HOST, host);
418 store.put(SetupConstants.USER_STORE_HOST, tmp);

Completed in 79 milliseconds