Searched refs:serviceAttributesMap (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java293 private Map serviceAttributesMap = new HashMap(); field in class:LoginState
3390 if ((serviceAttributesMap != null)
3391 && (serviceAttributesMap.isEmpty())) {
3392 serviceAttributesMap = getServiceAttributes(indexName);
3396 DEBUG.message("AttributeMAP is.. :" + serviceAttributesMap);
3400 serviceAttributesMap, ISAuthConstants.LOGIN_SUCCESS_URL);
3424 if (serviceAttributesMap.isEmpty()) {
3425 serviceAttributesMap = getServiceAttributes(indexName);
3428 serviceAttributesMap, ISAuthConstants.LOGIN_FAILURE_URL);
5114 if ((serviceAttributesMap !
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java303 private Map<String, Set<String>> serviceAttributesMap = new HashMap<>(); field in class:LoginState
3294 if ((serviceAttributesMap != null)
3295 && (serviceAttributesMap.isEmpty())) {
3296 serviceAttributesMap = getServiceAttributes(indexName);
3300 DEBUG.message("AttributeMAP is.. :" + serviceAttributesMap);
3304 serviceAttributesMap, ISAuthConstants.LOGIN_SUCCESS_URL);
3328 if (serviceAttributesMap.isEmpty()) {
3329 serviceAttributesMap = getServiceAttributes(indexName);
3332 serviceAttributesMap, ISAuthConstants.LOGIN_FAILURE_URL);
5014 if ((serviceAttributesMap !
[all...]

Completed in 53 milliseconds