Searched defs:getResponseAttributeValues (Results 1 - 3 of 3) sorted by relevance

/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyRequestHandler.java409 responseAttributeValues = getResponseAttributeValues(userToken, responseAttributes);
483 private Map<String, Set<String>> getResponseAttributeValues(SSOToken token, Set attrs) throws PolicyEvaluationException { method in class:PolicyRequestHandler
494 debug.error("PolicyRequestHandler.getResponseAttributeValues: failed to get user attributes: {}", attrs, ie);
497 debug.error("PolicyRequestHandler.getResponseAttributeValues: bad sso token", se);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DPrivilegeUtils.java819 getResponseAttributeValues(propertyName, propertyValues, values);
843 getResponseAttributeValues(propertyName, propertyValues, values);
846 private static void getResponseAttributeValues( method in class:PrivilegeUtils
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DPrivilegeUtils.java835 getResponseAttributeValues(propertyName, propertyValues, values);
859 getResponseAttributeValues(propertyName, propertyValues, values);
862 private static void getResponseAttributeValues( method in class:PrivilegeUtils

Completed in 31 milliseconds