Uses of Interface
com.sun.identity.saml2.assertion.OneTimeUse
-
Packages that use OneTimeUse Package Description com.sun.identity.saml2.assertion Defines SAMLv2 assertion. -
-
Uses of OneTimeUse in com.sun.identity.saml2.assertion
Methods in com.sun.identity.saml2.assertion that return OneTimeUse Modifier and Type Method Description OneTimeUse
AssertionFactory. createOneTimeUse()
Returns a new instance ofOneTimeUse
.OneTimeUse
AssertionFactory. createOneTimeUse(String xml)
Returns a new instance ofOneTimeUse
.OneTimeUse
AssertionFactory. createOneTimeUse(Element elem)
Returns a new instance ofOneTimeUse
.Methods in com.sun.identity.saml2.assertion that return types with arguments of type OneTimeUse Modifier and Type Method Description List<OneTimeUse>
Conditions. getOneTimeUses()
Returns a list ofOneTimeUse
Method parameters in com.sun.identity.saml2.assertion with type arguments of type OneTimeUse Modifier and Type Method Description void
Conditions. setOneTimeUses(List<OneTimeUse> oneTimeUses)
Sets a list ofOneTimeUse
-