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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java306 private Map roleAttributeMap = null; field in class:LoginState
3345 if (roleAttributeMap == null) {
3348 roleAttributeMap = amIdentityRole.getServiceAttributes(
3359 roleAttributeMap = getServiceAttributes(serviceName);
3363 if (roleAttributeMap == null) {
3364 roleAttributeMap = Collections.EMPTY_MAP;
3368 roleAttributeMap);
3372 return roleAttributeMap;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java315 private Map<String, Set<String>> roleAttributeMap = null; field in class:LoginState
3255 if (roleAttributeMap == null) {
3264 roleAttributeMap = getServiceAttributes(serviceName);
3267 if (roleAttributeMap == null) {
3268 roleAttributeMap = Collections.emptyMap();
3272 roleAttributeMap);
3276 return roleAttributeMap;

Completed in 56 milliseconds