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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/config/
H A DSessionAttributeNames.java60 static final String USER_STORE_SSL = "userStoreSSL"; field in interface:SessionAttributeNames
/forgerock/openam/openam-core/src/main/java/com/sun/identity/config/
H A DSessionAttributeNames.java62 static final String USER_STORE_SSL = "userStoreSSL"; field in interface:SessionAttributeNames
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/config/wizard/
H A DStep4.java102 ctx.setSessionAttribute(SessionAttributeNames.USER_STORE_SSL,
142 val = getAttribute(SetupConstants.USER_STORE_SSL, "SIMPLE");
143 ctx.setSessionAttribute(SessionAttributeNames.USER_STORE_SSL, val);
230 SessionAttributeNames.USER_STORE_SSL, ssl);
233 SessionAttributeNames.USER_STORE_SSL, "SIMPLE");
360 SessionAttributeNames.USER_STORE_SSL);
397 SessionAttributeNames.USER_STORE_SSL);
H A DStep7.java93 SessionAttributeNames.USER_STORE_SSL);
H A DWizard.java201 SessionAttributeNames.USER_STORE_SSL);
202 store.put(SetupConstants.USER_STORE_SSL, tmp);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/config/wizard/
H A DStep4.java102 ctx.setSessionAttribute(SessionAttributeNames.USER_STORE_SSL,
142 val = getAttribute(SetupConstants.USER_STORE_SSL, "SIMPLE");
143 ctx.setSessionAttribute(SessionAttributeNames.USER_STORE_SSL, val);
230 SessionAttributeNames.USER_STORE_SSL, ssl);
233 SessionAttributeNames.USER_STORE_SSL, "SIMPLE");
360 SessionAttributeNames.USER_STORE_SSL);
397 SessionAttributeNames.USER_STORE_SSL);
H A DStep7.java94 SessionAttributeNames.USER_STORE_SSL);
H A DWizard.java203 SessionAttributeNames.USER_STORE_SSL);
204 store.put(SetupConstants.USER_STORE_SSL, tmp);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DSetupConstants.java593 static final String USER_STORE_SSL = "userStoreSSL"; field in interface:SetupConstants
H A DUserIdRepo.java180 String s = (String) userRepo.get(SetupConstants.USER_STORE_SSL);
381 String userSSLStore = (String) userRepo.get(SetupConstants.USER_STORE_SSL);
H A DServicesDefaultValues.java188 String s = (String) userRepo.get(SetupConstants.USER_STORE_SSL);
H A DAMSetupServlet.java513 store.put(SetupConstants.USER_STORE_SSL, tmp);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DSetupConstants.java588 static final String USER_STORE_SSL = "userStoreSSL"; field in interface:SetupConstants
H A DUserIdRepo.java184 String s = (String) userRepo.get(SetupConstants.USER_STORE_SSL);
385 String userSSLStore = (String) userRepo.get(SetupConstants.USER_STORE_SSL);
H A DServicesDefaultValues.java187 String s = (String) userRepo.get(SetupConstants.USER_STORE_SSL);
H A DAMSetupServlet.java423 store.put(SetupConstants.USER_STORE_SSL, tmp);

Completed in 61 milliseconds