Uses of Class
com.sun.identity.saml.assertion.Condition
-
Packages that use Condition Package Description com.sun.identity.saml.assertion Defines SAML assertion. -
-
Uses of Condition in com.sun.identity.saml.assertion
Subclasses of Condition in com.sun.identity.saml.assertion Modifier and Type Class Description class
AudienceRestrictionCondition
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
DoNotCacheCondition
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 Condition Constructor Description Conditions(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
.
-