Uses of Interface
org.opensaml.saml.saml1.core.Condition
-
Packages that use Condition Package Description org.opensaml.saml.saml1.core Interfaces for SAML 1.0 and 1.1 types and elements. -
-
Uses of Condition in org.opensaml.saml.saml1.core
Subinterfaces of Condition in org.opensaml.saml.saml1.core Modifier and Type Interface Description interfaceAudienceRestrictionConditionThis interface describes how ab object representing a SAML1AudienceRestrictionConditionelement will behave.interfaceDoNotCacheConditionThis interface describes how ab object representing a SAML1DoNotCacheConditionelement will behave.Methods in org.opensaml.saml.saml1.core that return types with arguments of type Condition Modifier and Type Method Description List<Condition>Conditions. getConditions()Get the conditions.List<Condition>Conditions. getConditions(QName typeOrName)Get the conditions with the given schema type or element name.
-