Searched defs:JSON_RESOURCE_NAME (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/client/
H A DResourceResultCache.java140 private static final String JSON_RESOURCE_NAME = "resourceName"; field in class:ResourceResultCache
1841 String resultResourceName = jsonEntitlement.optString(JSON_RESOURCE_NAME);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/client/
H A DResourceResultCache.java143 private static final String JSON_RESOURCE_NAME = "resourceName"; field in class:ResourceResultCache
1850 String resultResourceName = jsonEntitlement.optString(JSON_RESOURCE_NAME);

Completed in 85 milliseconds