Package | Description |
---|---|
com.sun.identity.saml.assertion |
Defines SAML assertion.
|
Modifier and Type | Field and Description |
---|---|
protected DoNotCacheCondition |
Conditions.doNotCache |
Modifier and Type | Method and Description |
---|---|
protected DoNotCacheCondition |
Conditions.createDoNotCacheCondition(Element doNotCacheConditionElement) |
DoNotCacheCondition |
Conditions.getDoNotCacheCondition()
Returns
DoNotCacheCondition elements held within this
Conditions element |
Modifier and Type | Method and Description |
---|---|
void |
Conditions.setDoNotCacheCondition(DoNotCacheCondition doNotCacheCnd)
Sets
DoNotCacheCondition elements held within this
Conditions element. |
Constructor and Description |
---|
Conditions(Date notBefore,
Date notOnOrAfter,
Condition condition,
AudienceRestrictionCondition arc,
DoNotCacheCondition doNotCacheCnd)
Constructs an instance of
Conditions . |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.