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 AudienceRestrictionConditionConditions.createAudienceRestrictionCondition(Element audienceRestrictionElement) Methods in com.sun.identity.saml.assertion with parameters of type AudienceRestrictionConditionModifier and TypeMethodDescriptionbooleanConditions.addAudienceRestrictionCondition(AudienceRestrictionCondition arc) Adds an audience restriction condition within thisConditionsElement.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.