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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DConditions.java66 protected DoNotCacheCondition doNotCache = null; field in class:Conditions
165 doNotCache = doNotCacheCnd;
241 doNotCache = createDoNotCacheCondition((Element)child);
249 doNotCache = createDoNotCacheCondition((Element)child);
376 doNotCache = doNotCacheCnd;
388 return doNotCache;
452 if (doNotCache != null) {
453 xml.append(doNotCache.toString(includeNS, false));
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DConditions.java66 protected DoNotCacheCondition doNotCache = null; field in class:Conditions
165 doNotCache = doNotCacheCnd;
241 doNotCache = createDoNotCacheCondition((Element)child);
249 doNotCache = createDoNotCacheCondition((Element)child);
376 doNotCache = doNotCacheCnd;
388 return doNotCache;
452 if (doNotCache != null) {
453 xml.append(doNotCache.toString(includeNS, false));

Completed in 32 milliseconds