Uses of Interface
com.sun.identity.saml2.assertion.Condition
-
Packages that use Condition Package Description com.sun.identity.saml2.assertion Defines SAMLv2 assertion. -
-
Uses of Condition in com.sun.identity.saml2.assertion
Methods in com.sun.identity.saml2.assertion that return Condition Modifier and Type Method Description ConditionAssertionFactory. createCondition()Returns a new instance ofCondition.ConditionAssertionFactory. createCondition(String xml)Returns a new instance ofCondition.ConditionAssertionFactory. createCondition(Element elem)Returns a new instance ofCondition.Methods in com.sun.identity.saml2.assertion that return types with arguments of type Condition Modifier and Type Method Description List<Condition>Conditions. getConditions()Returns a list ofConditionMethod parameters in com.sun.identity.saml2.assertion with type arguments of type Condition Modifier and Type Method Description voidConditions. setConditions(List<Condition> conditions)Sets a list ofCondition
-