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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java3309 Map roleAttrMap = getRoleServiceAttributes();
3310 roleURL = getRoleURLFromAttribute(roleAttrMap,
3325 Map roleAttrMap = getRoleServiceAttributes();
3326 roleFailureURL = getRoleURLFromAttribute(roleAttrMap,
3834 * @param roleAttrMap map object has login url attribute
3838 String getRoleURLFromAttribute(Map roleAttrMap, String attrName) { argument
3840 Set roleURLSet = (Set) roleAttrMap.get(attrName);
5084 Map roleAttrMap = getRoleServiceAttributes();
5085 postLoginClassSet = (Set) roleAttrMap.get(
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java3219 Map roleAttrMap = getRoleServiceAttributes();
3220 roleURL = getRoleURLFromAttribute(roleAttrMap,
3235 Map roleAttrMap = getRoleServiceAttributes();
3236 roleFailureURL = getRoleURLFromAttribute(roleAttrMap,
3724 * @param roleAttrMap map object has login url attribute
3728 private String getRoleURLFromAttribute(Map roleAttrMap, String attrName) { argument
3730 Set roleURLSet = (Set) roleAttrMap.get(attrName);
4985 Map<String, Set<String>> roleAttrMap = getRoleServiceAttributes();
4986 postLoginClassSet = roleAttrMap.get(ISAuthConstants.POST_LOGIN_PROCESS);

Completed in 56 milliseconds