Searched refs:rootE (Results 1 - 2 of 2) sorted by relevance
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/ |
H A D | EntitlementCombiner.java | 64 private Entitlement rootE; field in class:EntitlementCombiner 97 rootE = new Entitlement(application.getName(), normalisedResourceName, Collections.EMPTY_MAP); 98 rootE.setRequestedResourceName(requestedResourceName); 100 results.add(rootE); 112 mergeActionValues(rootE, e); 113 mergeAdvices(rootE, e); 114 mergeAttributes(rootE, e); 115 mergeTimeToLiveValue(rootE, e); 327 return rootE;
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/ |
H A D | EntitlementCombiner.java | 66 private Entitlement rootE; field in class:EntitlementCombiner 98 rootE = new Entitlement(application.getName(), normalisedResourceName, Collections.EMPTY_MAP); 99 rootE.setRequestedResourceName(requestedResourceName); 101 results.add(rootE); 113 mergeActionValues(rootE, e); 114 mergeAdvices(rootE, e); 115 mergeAttributes(rootE, e); 116 mergeTimeToLiveValue(rootE, e); 328 return rootE;
|
Completed in 967 milliseconds