Uses of Class
com.sun.identity.saml.assertion.AudienceRestrictionCondition
Packages that use AudienceRestrictionCondition
-
Uses of AudienceRestrictionCondition in com.sun.identity.saml.assertion
Methods in com.sun.identity.saml.assertion that return AudienceRestrictionConditionModifier and TypeMethodDescriptionprotected AudienceRestrictionCondition
Conditions.createAudienceRestrictionCondition
(Element audienceRestrictionElement) Methods in com.sun.identity.saml.assertion with parameters of type AudienceRestrictionConditionModifier and TypeMethodDescriptionboolean
Conditions.addAudienceRestrictionCondition
(AudienceRestrictionCondition arc) Adds an audience restriction condition within thisConditions
Element.Constructors in com.sun.identity.saml.assertion with parameters of type AudienceRestrictionConditionModifierConstructorDescriptionConditions
(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
.