Uses of Class
com.sun.identity.saml.assertion.Condition
Packages that use Condition
-
Uses of Condition in com.sun.identity.saml.assertion
Subclasses of Condition in com.sun.identity.saml.assertionModifier and TypeClassDescriptionclass
This is an implementation of the abstractCondition
class, which specifes that the assertion this AuthenticationCondition is part of, is addressed to one or more specific audience.class
This is an implementation of the abstractCondition
class, which specifes that the assertion thisDoNotCacheCondition
is part of, is the new element in SAML 1.1, that allows an assertion party to express that an assertion should not be cached by the relying party for future use.Constructors in com.sun.identity.saml.assertion with parameters of type ConditionModifierConstructorDescriptionConditions
(Date notBefore, Date notOnOrAfter, Condition condition, AudienceRestrictionCondition arc) Constructs an instance ofConditions
.Conditions
(Date notBefore, Date notOnOrAfter, Condition condition, AudienceRestrictionCondition arc, DoNotCacheCondition doNotCacheCnd) Constructs an instance ofConditions
.