Searched defs:doNotCacheCnd (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.java154 * @param doNotCacheCnd <code>DoNotCacheCondition</code> object
160 DoNotCacheCondition doNotCacheCnd)
164 if (doNotCacheCnd != null) {
165 doNotCache = doNotCacheCnd;
372 * @param doNotCacheCnd an <code>DoNotCacheCondition</code> object.
374 public void setDoNotCacheCondition(DoNotCacheCondition doNotCacheCnd) { argument
375 if (doNotCacheCnd != null) {
376 doNotCache = doNotCacheCnd;
158 Conditions(java.util.Date notBefore, java.util.Date notOnOrAfter, Condition condition, AudienceRestrictionCondition arc, DoNotCacheCondition doNotCacheCnd) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DConditions.java154 * @param doNotCacheCnd <code>DoNotCacheCondition</code> object
160 DoNotCacheCondition doNotCacheCnd)
164 if (doNotCacheCnd != null) {
165 doNotCache = doNotCacheCnd;
372 * @param doNotCacheCnd an <code>DoNotCacheCondition</code> object.
374 public void setDoNotCacheCondition(DoNotCacheCondition doNotCacheCnd) { argument
375 if (doNotCacheCnd != null) {
376 doNotCache = doNotCacheCnd;
158 Conditions(java.util.Date notBefore, java.util.Date notOnOrAfter, Condition condition, AudienceRestrictionCondition arc, DoNotCacheCondition doNotCacheCnd) argument

Completed in 31 milliseconds