Uses of Class
com.sun.identity.saml.assertion.DoNotCacheCondition
Packages that use DoNotCacheCondition
-
Uses of DoNotCacheCondition in com.sun.identity.saml.assertion
Fields in com.sun.identity.saml.assertion declared as DoNotCacheConditionMethods in com.sun.identity.saml.assertion that return DoNotCacheConditionModifier and TypeMethodDescriptionprotected DoNotCacheConditionConditions.createDoNotCacheCondition(Element doNotCacheConditionElement) Conditions.getDoNotCacheCondition()ReturnsDoNotCacheConditionelements held within thisConditionselementMethods in com.sun.identity.saml.assertion with parameters of type DoNotCacheConditionModifier and TypeMethodDescriptionvoidConditions.setDoNotCacheCondition(DoNotCacheCondition doNotCacheCnd) SetsDoNotCacheConditionelements held within thisConditionselement.Constructors in com.sun.identity.saml.assertion with parameters of type DoNotCacheConditionModifierConstructorDescriptionConditions(Date notBefore, Date notOnOrAfter, Condition condition, AudienceRestrictionCondition arc, DoNotCacheCondition doNotCacheCnd) Constructs an instance ofConditions.