Uses of Class
com.sun.identity.saml.assertion.DoNotCacheCondition
-
Packages that use DoNotCacheCondition Package Description com.sun.identity.saml.assertion Defines SAML assertion. -
-
Uses of DoNotCacheCondition in com.sun.identity.saml.assertion
Fields in com.sun.identity.saml.assertion declared as DoNotCacheCondition Modifier and Type Field Description protected DoNotCacheCondition
Conditions. doNotCache
Methods in com.sun.identity.saml.assertion that return DoNotCacheCondition Modifier and Type Method Description protected DoNotCacheCondition
Conditions. createDoNotCacheCondition(Element doNotCacheConditionElement)
DoNotCacheCondition
Conditions. getDoNotCacheCondition()
ReturnsDoNotCacheCondition
elements held within thisConditions
elementMethods in com.sun.identity.saml.assertion with parameters of type DoNotCacheCondition Modifier and Type Method Description void
Conditions. setDoNotCacheCondition(DoNotCacheCondition doNotCacheCnd)
SetsDoNotCacheCondition
elements held within thisConditions
element.Constructors in com.sun.identity.saml.assertion with parameters of type DoNotCacheCondition Constructor Description Conditions(Date notBefore, Date notOnOrAfter, Condition condition, AudienceRestrictionCondition arc, DoNotCacheCondition doNotCacheCnd)
Constructs an instance ofConditions
.
-