Uses of Interface
com.sun.identity.saml2.assertion.ConditionAbstract
-
Packages that use ConditionAbstract Package Description com.sun.identity.saml2.assertion Defines SAMLv2 assertion. -
-
Uses of ConditionAbstract in com.sun.identity.saml2.assertion
Subinterfaces of ConditionAbstract in com.sun.identity.saml2.assertion Modifier and Type Interface Description interface
AudienceRestriction
TheAudienceRestriction
specifies that the assertion is addressed to one or more specificAudience
s.interface
Condition
TheCondition
serves as an extension point for new conditions.interface
OneTimeUse
TheOneTimeUse
indicates that the assertion should be used immediately by the relying party and must not be retained for future use.interface
ProxyRestriction
TheProxyRestriction
specifies limitations that the asserting party imposes on relying parties that in turn wish to act as asserting parties and issue subsequent assertions of their own on the basis of the information contained in the original assertion.
-